Search found 4 matches

by zxdawn
Fri Feb 06, 2026 9:33 am America/New_York
Forum: Home
Question: e4ftl01.cr.usgs.gov MEASURES is empty
Replies: 6

e4ftl01.cr.usgs.gov MEASURES is empty

I've logged into the Earthdata search website first and checked the link: https://e4ftl01.cr.usgs.gov/MEASURES/. However. the directory is empty. I usually download SRTMv3 data from there, here is an example: https://e4ftl01.cr.usgs.gov/MEASURES/SRTMGL1.003/2000.02.11/N41W112.SRTMGL1.hgt.zip. Any id...
by zxdawn
Thu Oct 05, 2023 4:08 am America/New_York
Forum: Home
Question: EMIT data is missing from CMR
Replies: 3

Re: EMIT data is missing from CMR

This code works well:

url = 'https://cmr.earthdata.nasa.gov/stac/LPCLOUD/?page=2'
collections = ['EMITL1BRAD.v001']
by zxdawn
Thu Sep 28, 2023 11:22 am America/New_York
Forum: Home
Question: EMIT data is missing from CMR
Replies: 3

Re: EMIT data is missing from CMR

Thanks for your reply, Danielle. Do you have any idea how to search data by CMR when it's on page 2? I used this code to search data before and it works well. Any suggestions are welcome ;) ``` from pystac_client import Client url = 'https://cmr.earthdata.nasa.gov/stac/LPCLOUD/' collections = ['EMIT...
by zxdawn
Mon Sep 25, 2023 11:45 am America/New_York
Forum: Home
Question: EMIT data is missing from CMR
Replies: 3

EMIT data is missing from CMR

Hi, I can't find the EMIT data collection on https://cmr.earthdata.nasa.gov/stac/LPCLOUD. Is the API down?

Thank you for your help,
Xin