Python query on Common Metadata Repository
Python query on Common Metadata Repository
Hello,
I am looking for key words to use in a query on the Common Metadata Repository.
I couldn't find L1A scenes for MODISA, MODIST or VIIRSN on the CMR. I have tried with two provider_id:
- OB_DAAC doesn't seem to provide any L1 data
- LAADS probably does but I couldn't figure out which key word to use to find the appropriate granules
I couldn't find either any document listing the key words to use to search collections or granules by parameters as explained in https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html#collection-search-by-parameters
Does such document exist at all?
Thank you,
Guillaume
I am looking for key words to use in a query on the Common Metadata Repository.
I couldn't find L1A scenes for MODISA, MODIST or VIIRSN on the CMR. I have tried with two provider_id:
- OB_DAAC doesn't seem to provide any L1 data
- LAADS probably does but I couldn't figure out which key word to use to find the appropriate granules
I couldn't find either any document listing the key words to use to search collections or granules by parameters as explained in https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html#collection-search-by-parameters
Does such document exist at all?
Thank you,
Guillaume
Filters:
-
- Subject Matter Expert
- Posts: 450
- Joined: Fri Feb 05, 2021 9:17 am America/New_York
- Been thanked: 7 times
Python query on Common Metadata Repository
Those L1A data are not yet cataloged in CMR, but will be included in the near future,
Tommy
Tommy
-
- Posts: 395
- Joined: Mon Jun 22, 2020 5:24 pm America/New_York
- Has thanked: 8 times
- Been thanked: 8 times
Python query on Common Metadata Repository
In the meantime, please view additional ways you can download your data here: https://oceancolor.gsfc.nasa.gov/data/download_methods/
-
- Posts: 1519
- Joined: Wed Sep 18, 2019 6:15 pm America/New_York
- Been thanked: 9 times
Python query on Common Metadata Repository
Guillaume,
You can use the EarthData search tool to find the information on the collections you are interested in retrieving, including the MODIS and VIIRS L1 data.
For example, MODIS Terra GEO files (v6.1, the latest) has a shortname of
The VIIRS-SNPP GEO have a shortname of
Sean
You can use the EarthData search tool to find the information on the collections you are interested in retrieving, including the MODIS and VIIRS L1 data.
For example, MODIS Terra GEO files (v6.1, the latest) has a shortname of
MOD03
, so:https://cmr.earthdata.nasa.gov/search/granules.umm_json?page_size=10&sort_key=short_name&sort_key=start_date&short_name=MOD03&version=6.1
The VIIRS-SNPP GEO have a shortname of
VNP03MODLLVersion
, so:https://cmr.earthdata.nasa.gov/search/granules.umm_json?page_size=10&sort_key=short_name&sort_key=start_date&short_name=VNP03MODLL
Sean