Search found 6 matches

by eric.r.enloe
Mon Feb 05, 2024 10:33 am America/New_York
Forum: Home
Question: Inability to Download OB.DAAC Data with obdaac_download.py
Replies: 6

Re: Inability to Download OB.DAAC Data with obdaac_download.py

I am working on a DoD computer, so it is possible that we have some protective measures from pulling things online. I will reach out to my IT department to see if they have a better understanding on what is blocking this download process through the script.
by eric.r.enloe
Thu Feb 01, 2024 8:18 am America/New_York
Forum: Home
Question: Inability to Download OB.DAAC Data with obdaac_download.py
Replies: 6

Re: Inability to Download OB.DAAC Data with obdaac_download.py

Correct. I just tried again this morning using both the single file input to the script and using the filelist methods and I received the same error again.
by eric.r.enloe
Wed Jan 31, 2024 1:31 pm America/New_York
Forum: Home
Question: Inability to Download OB.DAAC Data with obdaac_download.py
Replies: 6

Re: Inability to Download OB.DAAC Data with obdaac_download.py

It downloads the file just as if I went through the direct data access repository.
by eric.r.enloe
Wed Jan 31, 2024 10:27 am America/New_York
Forum: Home
Question: Inability to Download OB.DAAC Data with obdaac_download.py
Replies: 6

Inability to Download OB.DAAC Data with obdaac_download.py

Using the python method provided in the data download methods (https://oceancolor.gsfc.nasa.gov/data/download_methods/), I am trying to download many day files of SNPP-VIIRS Rrs data. I am working on a machine using Windows 10 and my current python version is 3.8.10. Without changing the py file I i...
by eric.r.enloe
Thu Oct 26, 2023 9:50 am America/New_York
Forum: Home
Question: Pulling Statistical Data from Many L3 mapped Files in SeaDAS
Replies: 1

Pulling Statistical Data from Many L3 mapped Files in SeaDAS

Does SeaDAS have the ability to pull pixel data for RRS from several files and then run statistics over the several files? For example, I would like to go though a year of day L3 mapped data files and use each pixel of data from each day to find the mean and standard deviation for each RRS wavelengt...
by eric.r.enloe
Thu Oct 19, 2023 1:40 pm America/New_York
Forum: Home
Question: Accessing and Processing L3 Data in Python with netCDF4
Replies: 2

Accessing and Processing L3 Data in Python with netCDF4

I am very new to netCDF4 and ocean color data in general, but I am having trouble simply viewing L3 data from MODIS using netCDF4 in python. I am specifically trying to view the RRS data over the whole available spectrum. What part of the dataset are the rrs data stored, group, attribute, variable, ...