Search found 2 matches

by yzhangrs
Fri May 12, 2023 1:00 am America/New_York
Forum: Questions/Comments
Question: CLDMSK_L2_VIIRS_SNPP_NRT CMR STAC access endpoint
Replies: 2

Re: CLDMSK_L2_VIIRS_SNPP_NRT CMR STAC access endpoint

Thanks very much! Got a new issue here, I can successfully download data from 'https://cmr.earthdata.nasa.gov/stac/LANCEMODIS' using my EDL token with the following code, but it won't work for the CLDMSK_NRT data: edl_token = 'my token' headers = {'Authorization': f'Bearer {edl_token}'} response = r...
by yzhangrs
Mon May 08, 2023 1:13 pm America/New_York
Forum: Questions/Comments
Question: CLDMSK_L2_VIIRS_SNPP_NRT CMR STAC access endpoint
Replies: 2

CLDMSK_L2_VIIRS_SNPP_NRT CMR STAC access endpoint

Hello, trying to locate the CMR STAC access endpoint for the CLDMSK_L2_VIIRS_SNPP_NRT product (the standard non-NRT data here but no NRT: https://cmr.earthdata.nasa.gov/stac/LAADS/collections/CLDMSK_L2_VIIRS_SNPP), any suggestions or information? Thanks very much.