Myles McManus, P.E.
Data Scientist
Contractor - Team Alpha Omega for NCEI
NOAA's National Centers for Environmental Information (NCEI)
NCEI Data Stewardship Division
151 Patton Avenue, Asheville, NC 28801-5001 (E/NE5)
Email: myles,b,mcm...@noaa.gov | Voice/Text: (828) 419-1569
To view this discussion, visit https://groups.google.com/d/msgid/erddap/CAE4GYPPjD4Ph0uWfXxSB8q5qryA9qhYeUL%2B4EsrDZZyu8fmkwQ%40mail.gmail.com.
https://raw.githubusercontent.com/ERDDAP/erddap/refs/heads/main/src/test/java/testDataset/EDDTestDataset.java.
<cacheFromUrl>https://noaa-goes17.s3.us-east-1.amazonaws.com/ABI-L1b-RadC-Reproc/2019/045/00/</cacheFromUrl>
n Datasets Failed To Load (in the last major LoadDatasets) = 2
testAwsS3, noaa_goes17_abi_l1b_radc_table, (end)
Reasons for failing to load datasets:
testAwsS3: Cannot load from object array because "this.sourceAxisValues" is null
noaa_goes17_abi_l1b_radc_table: Cannot load from object array because "this.sourceAxisValues" is null
Myles McManus, P.E.
Data Scientist
Contractor - Team Alpha Omega for NCEI
NOAA's National Centers for Environmental Information (NCEI)
NCEI Data Stewardship Division
151 Patton Avenue, Asheville, NC 28801-5001 (E/NE5)
Email: myles,b,mcm...@noaa.gov | Voice/Text: (828) 419-1569
I was able to confirm locally that this worked in ERDDAP
<cacheFromUrl>https://noaa-goes17.s3.us-east-1.amazonaws.com/ABI-L1b-RadC-Reproc/2019/045/00/</cacheFromUrl>
Thanks,
__________________________
Seth Champagne
Center for Geospatial Sciences
Naval Research Laboratory Code, 7342
Stennis Space Center, MS 39529
Office - (228) 688-4792
From: Champagne, Seth J CIV USN NRL DET SSC MS (USA)
Sent: Monday, November 17, 2025 2:27 PM
To: Chris John - NOAA Affiliate <chris...@noaa.gov>; McManus, Myles B CTR (USA) <myles.b...@noaa.gov>
Cc: Mendelssohn, Roy CIV (USA) <roy.men...@noaa.gov>
Subject: RE: [Non-DoD Source] Re: [ERDDAP] Adding dataset from public aws s3
I did not notice this thread was from the google groups, whoops.
__________________________
Seth Champagne
Center for Geospatial Sciences
Naval Research Laboratory Code, 7342
Stennis Space Center, MS 39529
Office - (228) 688-4792
From: Champagne, Seth J CIV USN NRL DET SSC MS (USA)
Sent: Monday, November 17, 2025 2:24 PM
To: 'Chris John - NOAA Affiliate' <chris...@noaa.gov>; McManus, Myles B CTR (USA) <myles.b...@noaa.gov>
Cc: Mendelssohn, Roy CIV (USA) <roy.men...@noaa.gov>; ERDDAP <erd...@googlegroups.com>
Subject: RE: [Non-DoD Source] Re: [ERDDAP] Adding dataset from public aws s3
Myles,
I think you can get this dataset working using ERDDAP with the prior release versions, you just have a mistake with your prefix configuration.
From what I can see from https://noaa-goes17.s3.us-east-1.amazonaws.com/
Your cacheFromUrl should be the following:
<cacheFromUrl>https://noaa-goes17.s3.us-east-1.amazonaws.com/ABI-L1b-RadC-Reproc/</cacheFromUrl>
I think that the code will try to recurse through the bucket and cache the data. This process can take a while for ERDDAP to complete. ERDDAP was designed to download the netcdf files locally for the dataset code to access, rather than read from the file over-the-wire. S3 has intentional cost/performance tradeoffs that Bob Simmons did his best to work around.
Try that change and see if you have better luck. If you send me your dataset xml snippet, I can try to troubleshoot for you.
Thanks,
__________________________
Seth Champagne
Center for Geospatial Sciences
Naval Research Laboratory Code, 7342
Stennis Space Center, MS 39529
Office - (228) 688-4792