Search found 401 matches

by LP DAACx - dgolon
Thu Dec 05, 2024 10:09 am America/New_York
Forum: Home
Question: The HLSS30 data downloaded using AppEEARS is missing.
Replies: 2

Re: The HLSS30 data downloaded using AppEEARS is missing.

Closing the loop in case other users saw this error, this was a bug that was resolved in a recent AppEEARS release. More details can be found here: https://appeears.earthdatacloud.nasa.gov/changelog
by LP DAACx - dgolon
Mon Dec 02, 2024 10:28 am America/New_York
Forum: Home
Question: Confusing developer experience when download token expires
Replies: 2

Re: Confusing developer experience when download token expires

Hi @matthew_cox_omnia Thank you for providing that suggestion. I have passed it along to our developers.
by LP DAACx - dgolon
Mon Dec 02, 2024 10:17 am America/New_York
Forum: Home
Question: Plotting GEDI L1B waveform data to corresponding RH metrics
Replies: 2

Re: Plotting GEDI L1B waveform data to corresponding RH metrics

Hello, we are reaching out to the PI of these data to see if they have any answers to your questions. We will follow up when we have a response. Thanks.
by LP DAACx - dgolon
Mon Dec 02, 2024 10:14 am America/New_York
Forum: Home
Question: MOD09GA in HDF Preprocessing
Replies: 4

Re: MOD09GA in HDF Preprocessing

Hello, we are working on updating our resources but we have an older script for converting VIIRS HDF data to GeoTIFF that might help you get started on creating your own script to do the same for MODIS that can be found here: https://git.earthdata.nasa.gov/projects/LPDUR/repos/nasa-viirs/browse/scri...
by LP DAACx - dgolon
Mon Dec 02, 2024 10:11 am America/New_York
Forum: Home
Question: HLS Data Processing with rioxarray: parallel reading and cookie questions
Replies: 5

Re: HLS Data Processing with rioxarray: parallel reading and cookie questions

Hi @parevalo Thanks for writing in. One of our developers is taking a look at your question. We will follow up when we have an answer.
by LP DAACx - dgolon
Mon Nov 25, 2024 9:50 am America/New_York
Forum: Home
Question: CMR search rate exceeded error still occurs after waiting 12 hours to access data
Replies: 1

Re: CMR search rate exceeded error still occurs after waiting 12 hours to access data

Hello @immerse8083 please check here: https://github.com/nasa/cmr-stac/issues to see if any other users have reported this issue and if not, please report it. Your code looks accurate to us.
by LP DAACx - dgolon
Thu Nov 21, 2024 1:50 pm America/New_York
Forum: Home
Question: API error when querying cloudstac with an irregular geometry
Replies: 5

Re: API error when querying cloudstac with an irregular geometry

Noting for other users seeing this error, please us the email cmr-support@nasa.gov instead.
by LP DAACx - dgolon
Mon Nov 18, 2024 4:07 pm America/New_York
Forum: Home
Question: How to view specific NASADEM files?
Replies: 9

Re: How to view specific NASADEM files?

Hello anatoliikukhar Please apply the scale factor of 0.01. Here is an updated script example: import numpy as np import pandas as pd slope_file_path = 'path to file/n49e030.slope' with open(slope_file_path, 'rb') as f: slope_data = np.fromfile(f, dtype=np.uint16) slope_grid = slope_data.reshape(360...
by LP DAACx - dgolon
Wed Nov 13, 2024 9:45 am America/New_York
Forum: Home
Question: GEDI L1B Data Keep on "Creating" from Past 14 Hours
Replies: 2

Re: GEDI L1B Data Keep on "Creating" from Past 14 Hours

Hello @adealahmed Apologies for the delay in response. Are you still having this issue? If so, which tool are you using? Earthdata Search? AppEEARS? And, what is your date / area of interest?