Search found 71 matches

by woodbri
Mon Jun 23, 2025 11:42 am America/New_York
Forum: Home
Question: MODIS Aqua download problems
Replies: 2

Re: MODIS Aqua download problems

Sean,

Thank you! Sorry for the bandwidth. I'm debugging an automation script and that was my test file. I just tried again this morning the the file and is seems to be working again. Thank you for looking into this.
by woodbri
Fri Jun 20, 2025 8:26 pm America/New_York
Forum: Home
Question: MODIS Aqua download problems
Replies: 2

MODIS Aqua download problems

Hi, I am getting errors trying to download files. This just started happening to all files in my subscriptions (2380, 2381, 2382). Here is an example: wget -N https://oceandata.sci.gsfc.nasa.gov/getfile/MOD00.P2025171.1820_1.PDS.bz2 --2025-06-20 19:07:17-- https://oceandata.sci.gsfc.nasa.gov/getfile...
by woodbri
Tue May 27, 2025 7:22 pm America/New_York
Forum: Home
Question: modis_L1B.py failures (bad LUT data?)
Replies: 14

Re: modis_L1B.py failures (bad LUT data?)

But I am running on a new install of V2025.1 and I'm getting this issue! I installed like this: mkdir -p /u/ocssw cd /u/ocssw wget -N https://oceandata.sci.gsfc.nasa.gov/manifest/install_ocssw wget -N https://oceandata.sci.gsfc.nasa.gov/manifest/manifest.py chmod +x install_ocssw #./install_ocssw --...
by woodbri
Sun May 25, 2025 4:07 pm America/New_York
Forum: Home
Question: modis_L1B.py failures (bad LUT data?)
Replies: 14

Re: modis_L1B.py failures (bad LUT data?)

I'm struggling with this problem also. I read the various threads and can't find a resolution. I would really appreciate some help getting this resolved. Thanks, -Steve system: Ubuntu-20.04 clean install of tag V2024.8 - is this the latest software? $ cat LogReport.MOD00.P2025145.1750_1.PDS.L1B_LAC ...
by woodbri
Tue Jul 16, 2024 1:00 pm America/New_York
Forum: Home
Question: MODIS Data processing with OCSSW tag V2024.0 seems to be broken
Replies: 2

Re: MODIS Data processing with OCSSW tag V2024.0 seems to be broken

OK, after researching this issue, I think I have a working patch that fixes this: woodbri@389F910:/u/ocssw/bin/modis$ diff -Naur modis_L1A_utils.py-orig modis_L1A_utils.py --- modis_L1A_utils.py-orig 2024-07-16 11:23:51.123134916 -0500 +++ modis_L1A_utils.py 2024-07-16 11:25:18.410090115 -0500 @@ -1...
by woodbri
Tue Jul 16, 2024 12:57 pm America/New_York
Forum: Home
Question: OCSSW V2024.0 modis_L1A
Replies: 4

Re: OCSSW V2024.0 modis_L1A

OK, did a little research into this issue and I think I have a working patch that fixes this: woodbri@389F910:/u/ocssw/bin/modis$ diff -Naur modis_L1A_utils.py-orig modis_L1A_utils.py --- modis_L1A_utils.py-orig 2024-07-16 11:23:51.123134916 -0500 +++ modis_L1A_utils.py 2024-07-16 11:25:18.410090115...
by woodbri
Tue Jul 16, 2024 11:54 am America/New_York
Forum: Home
Question: OCSSW V2024.0 modis_L1A
Replies: 4

Re: OCSSW V2024.0 modis_L1A

Is there a work-around for this issue? This is a blocking issue for me.
by woodbri
Mon Jul 15, 2024 5:00 pm America/New_York
Forum: Home
Question: PACE download subscription? and processing
Replies: 1

PACE download subscription? and processing

I currently download MODIS and VIIRS data using subscriptions and batch process that using OCSSW software (V2024.0). I would like to add PACE data into my processing chain. I do not see PACE_OCI as an option to create a subscription. I can get results from https://oceandata.sci.gsfc.nasa.gov/api/fil...
by woodbri
Mon Jul 15, 2024 12:34 pm America/New_York
Forum: Home
Question: Problem accessing L2 browser for VIIRS and AQUA download
Replies: 3

Re: Problem accessing L2 browser for VIIRS and AQUA download

In another post, I saw that this was being decommissioned. I believe you will need to create subscriptions for your areas of interest and then you can download these based on the subscription number. see this link for more information. https://oceancolor.gsfc.nasa.gov/data/find-data/ I would love it...
by woodbri
Sun Jul 14, 2024 7:31 pm America/New_York
Forum: Home
Question: MODIS Data processing with OCSSW tag V2024.0 seems to be broken
Replies: 2

MODIS Data processing with OCSSW tag V2024.0 seems to be broken

I've been using OCSSW V2024.0 software to process VIIRS files and now I need to get MODIS Aqua processing to work with this also but I get an error running: modis_L1A MOD00.P2024196.1720_1.PDS -o MOD00.P2024196.1720_1.PDS.L1A_LAC Traceback (most recent call last): File "/u/ocssw//bin/modis_L1A&...