Search found 4 matches

by karthick_rn
Fri Aug 01, 2025 5:46 pm America/New_York
Forum: Home
Question: Access Issues with MODIS Data Post-Migration to Earthdata Cloud
Replies: 4

Re: Access Issues with MODIS Data Post-Migration to Earthdata Cloud

Hi Brett, Thanks for offering to review the script. The credentials are working fine, what’s unclear is the correct URL for downloading MODIS products after the migration to Earthdata Cloud. I’ll email you the Python script that’s currently failing with a 401 Unauthorized error. Please could you sug...
by karthick_rn
Fri Aug 01, 2025 2:23 pm America/New_York
Forum: Home
Question: Access Issues with MODIS Data Post-Migration to Earthdata Cloud
Replies: 4

Re: Access Issues with MODIS Data Post-Migration to Earthdata Cloud

Thanks for your response. I’m trying to download MODIS products programmatically using Python and would appreciate some guidance. I’ve attempted using the URL https://data.lpdaac.earthdatacloud.nasa.gov/lp-prod-protected, but haven’t had success. Could you confirm the correct endpoint for accessing ...
by karthick_rn
Fri Aug 01, 2025 1:50 pm America/New_York
Forum: Home
Question: Access Issues with MODIS Data Post-Migration to Earthdata Cloud
Replies: 4

Access Issues with MODIS Data Post-Migration to Earthdata Cloud

Hello, We understand that NASA has migrated MODIS data to the Earthdata Cloud infrastructure. Our automated pipeline, which uses Bearer token authentication via our Earthdata account, has been encountering access issues since July 1st. Initially, we received the following error: httpx.HTTPStatusErro...
by karthick_rn
Thu Jul 18, 2024 7:54 am America/New_York
Forum: Home
Question: S3 to Azure Blob Storage using azcopy
Replies: 8

S3 to Azure Blob Storage using azcopy

Hello, We're using the bulk download script (https://git.earthdata.nasa.gov/projects/LPDUR/repos/hls-bulk-download/browse/getHLS.sh) to transfer the HLS data into an Azure Storage account. With more than 7,000 Tile IDs to download, the process is quite time-consuming. To accelerate it, we're running...