Search found 8 matches
- Thu Mar 05, 2026 10:25 am America/New_York
- Forum: Home
- Question: MODIS AQUA chla degradation since 2023 and its use?
- Replies: 1
MODIS AQUA chla degradation since 2023 and its use?
Hello, I would like to use timeseries of MODIS-Aqua ocean color data (Chl-a, SST, PAR, Kd490, PIC, POC) from 2002 up to, ideally, 2025. Could you please advise if it is acceptable to use these data for research purposes since 2023, given the degradation notice of MODIS starting in 2023 (https://foru...
- Thu Jun 18, 2020 12:57 pm America/New_York
- Forum: Home
- Question: turbid and coccolithophore flags in Level 2 and Rrs Level 3
- Replies: 4
turbid and coccolithophore flags in Level 2 and Rrs Level 3
I see.. Ok thanks a lot for the information!
- Thu Jun 18, 2020 8:21 am America/New_York
- Forum: Home
- Question: turbid and coccolithophore flags in Level 2 and Rrs Level 3
- Replies: 4
turbid and coccolithophore flags in Level 2 and Rrs Level 3
Dear Sean,Thank you. Could you please confirm that the cocco flag is on for Level 3 CHL?Also, this brings me other questions.If the flag is not on for PIC, then pixels with large blooms could also have some errors (dark-pixel failure?, guess that is a purpose for using that flag)?Also, is there any ...
- Thu Jun 11, 2020 3:13 pm America/New_York
- Forum: Home
- Question: turbid and coccolithophore flags in Level 2 and Rrs Level 3
- Replies: 4
turbid and coccolithophore flags in Level 2 and Rrs Level 3
Hello, I read in forum that the turbid flag is a threshold at the red band and that the coccolithophore flag is related to the algorithm discussed by Moore et al. (2012); doi:10.1016/j.rse.2011.10.001. Could you please confirm and, if possible, direct me to a documentation on this? Also, in relation...
- Fri May 01, 2020 12:18 pm America/New_York
- Forum: Home
- Question: how to wget files in more than one folder
- Replies: 11
how to wget files in more than one folder
Great! It worked john, many thanks!
- Fri May 01, 2020 6:30 am America/New_York
- Forum: Home
- Question: how to wget files in more than one folder
- Replies: 11
how to wget files in more than one folder
the code John provided (below) works, but it only downloads files of ~12KB .. wget -i list_files.txt --user=avalente --ask-password -auth-no-challenge=onSo, all this started when my old code (below) stop working. It was working OK a few months ago, but now only returns files 12KB ...
- Thu Apr 30, 2020 3:06 pm America/New_York
- Forum: Home
- Question: how to wget files in more than one folder
- Replies: 11
how to wget files in more than one folder
Dear all,Thanks for the messages. Can you please help me to make wget to use the text file with URLs (list_files.txt)Tried the code below but is not working. wget -i list_files.txt --user=avalente --ask-password --auth-no-challenge=on --base https://oceandata.sci.gsfc.nasa.gov/ -N --wait=0.5 --rando...
- Thu Apr 30, 2020 10:37 am America/New_York
- Forum: Home
- Question: how to wget files in more than one folder
- Replies: 11
how to wget files in more than one folder
Hi,I would like to WGET all MODIS AQUA chla weekly L3m data, but still couldn't find a way.Can you please help correct the code below?wget -q -O - https://oceandata.sci.gsfc.nasa.gov/MODIS-Aqua/Mapped/8-Day/4km/chlor_a/ |grep chlor_a_4km.nc| wget --user=avalente --ask-password --auth-no-challeng...