Search found 97 matches

by LP DAAC - lien
Mon Nov 07, 2022 3:36 pm America/New_York
Forum: Questions/Comments
Question: VIIRS VNP43 products not updated since 2022-10-17
Replies: 2

Re: VIIRS VNP43 products not updated since 2022-10-17

Hi Dave,
Sorry for the processing delay. I think with the different sensor issues processing got hung up a little bit. However, over the last 3 days 13 days of data has been archived. Thanks for your patience.
Brett
by LP DAAC - lien
Fri Oct 28, 2022 11:25 am America/New_York
Forum: Questions/Comments
Question: HLS 2.0 processing schedule
Replies: 1

Re: HLS 2.0 processing schedule

Hi, It has been challenging attaining the the Sentinel archive. This is the latest we have heard: We’re working on acquiring the historical S2 data and hope to have the full HLSS30 archive available by end of FY23. We’ll start with September 2020 and work back to 2015. Please let us know if you have...
by LP DAAC - lien
Fri Oct 28, 2022 10:14 am America/New_York
Forum: Questions/Comments
Question: cant access to the https://e4ftl01.cr.usgs.gov/ for downloading
Replies: 11

Re: cant access to the https://e4ftl01.cr.usgs.gov/ for downloading

Hi,
Can you try it again if you have not. It appears that your message was written when we were down for our weekly maintenance. If it still is a problem please let us know.
Thanks,
LPDAAC
by LP DAAC - lien
Thu Oct 20, 2022 12:55 pm America/New_York
Forum: Questions/Comments
Question: Unable to download GEDI data from Earth Data portal
Replies: 4

Re: Unable to download GEDI data from Earth Data portal

Hello,
The firewall issue that had been causing the download problems has been resolved. Please try it again if you haven't and let us know if it still is being a problem.
Thanks,
LPDAAC
by LP DAAC - lien
Thu Oct 20, 2022 9:35 am America/New_York
Forum: Questions/Comments
Question: Issue Downloading GEDI L1B Data
Replies: 6

Re: Issue Downloading GEDI L1B Data

Update: The firewall issue that was affecting GEDI downloads that had been placed through the Earthdata ESI subsetter (Customize Option) has been resolved. Please let us know if there are further issues.

Thanks,
LPDAAC
by LP DAAC - lien
Tue Oct 18, 2022 2:34 pm America/New_York
Forum: Questions/Comments
Question: several problems in downloading data
Replies: 3

Re: several problems in downloading data

Hello,
I will need a specific file ID, the most recent ones we had showed all the layers and opened fine.
Thanks,
Brett
by LP DAAC - lien
Mon Oct 17, 2022 12:09 pm America/New_York
Forum: Questions/Comments
Question: Unable to download a subset of GEDI data in the region of interest
Replies: 1

Re: Unable to download a subset of GEDI data in the region of interest

Hi, Sorry for the issues with accessing GEDI through Earthdata. Presently, we are not completely sure what is causing the issue, but it is most certainly being addressed. What we do know is this issue only pertains to GEDI data that is requested using the "Customize" option when ordering t...
by LP DAAC - lien
Tue Oct 11, 2022 10:34 am America/New_York
Forum: Questions/Comments
Question: MODIS MxD11A2 8-day LST composite QC_Day/Night bands are masked in GEE
Replies: 4

Re: MODIS MxD11A2 8-day LST composite QC_Day/Night bands are masked in GEE

We have followed up with this user via the LPDAAC email, following is what we think the issue is: Yes, the AppEEARS does incorporate the QC data into its output. The GEE is not ours, so I am not sure what they do. However, the MOD112A technically does not have a QC mask in its LST_Day and its LST_Ni...
by LP DAAC - lien
Thu Sep 29, 2022 10:24 am America/New_York
Forum: Questions/Comments
Question: Missing MYD data March 23 & 31, May 5 & 16
Replies: 2

Re: Missing MYD data March 23 & 31, May 5 & 16

Hi Cole, Unfortunately, the dates you mention all had data anomalies where the data was not collected over thta part of the planet. Please see the MODIS Global browse images for these dates: https://landweb.modaps.eosdis.nasa.gov/cgi-bin/QS/browse/details.cgi?SENSOR=Aqua&VER=006&ESDT=MYD02SS...
by LP DAAC - lien
Tue Sep 13, 2022 12:49 pm America/New_York
Forum: Questions/Comments
Question: Bundle Python API
Replies: 1

Re: Bundle Python API

Hi, It looks like the code provided does not send the bearer token. Assuming that information is in the `headers` object, the `r = requests.get(endpoint,headers)` line needs to include `headers=headers` rather than in the call to the `list_bundle()` function. For example: token = token_response['tok...