Search found 1422 matches
- Wed Apr 05, 2023 3:12 pm America/New_York
- Forum: Questions/Comments
- Question: Question About Chlorophyll Concentration Disparity
- Replies: 7
Re: Question About Chlorophyll Concentration Disparity
There are a number of possible reasons for the differences you see. There certainly is some level of degradation in the Hawkeye instrument over time (see: https://oceancolor.gsfc.nasa.gov/data/hawkeye/on-orbit-changes/), however there is currently no way to account for any temporal changes in the ra...
- Wed Apr 05, 2023 3:04 pm America/New_York
- Forum: Questions/Comments
- Question: OLCI level 1 raw data geo-offset along GreatLakes?
- Replies: 2
Re: OLCI level 1 raw data geo-offset along GreatLakes?
This is a question to bring up with the ESA or Eumetsat Copernicus teams. We do not control the geolocation process for the Sentinel missions.
Regards,
Sean
Regards,
Sean
- Fri Mar 31, 2023 11:12 am America/New_York
- Forum: Questions/Comments
- Question: V2023.0 -- MODIS L1A processing failed
- Replies: 7
Re: V2023.0 -- MODIS L1A processing failed
The issue is that the LUT updates required for the update MODIS L1A and GEO codes failed to be included in the V2023.0 release. This will be corrected soon (and you'll see V2023.1). The proper LUTs are available in the T2023.7 test tag.
Sean
Sean
- Wed Mar 22, 2023 3:40 pm America/New_York
- Forum: Questions/Comments
- Question: l2gen on LANDSAT 8,why I cant get NIR band?
- Replies: 3
Re: l2gen on LANDSAT 8,why I cant get NIR band?
One thing to keep in mind is that the NIR Rrs is that the atmospheric correction applied to OLI use the 865nm and 1609nm bands. The basic assumption for the atmospheric correction algorithm (well, the aerosol retrieval portion) is that the NIR bands have zero contribution from the water - thus the e...
- Fri Mar 17, 2023 8:04 am America/New_York
- Forum: Questions/Comments
- Question: obdaac_download.py hangs with only partial download
- Replies: 2
Re: obdaac_download.py hangs with only partial download
Alaric,
Seems we missed this post. Sorry about the long delay in replying. Are you still experiencing the issue? I was not able to replicate it, but that doesn't mean that the problem went away for you.
Sean
Seems we missed this post. Sorry about the long delay in replying. Are you still experiencing the issue? I was not able to replicate it, but that doesn't mean that the problem went away for you.
Sean
- Fri Mar 10, 2023 1:11 pm America/New_York
- Forum: Questions/Comments
- Question: Adding AC algorithms to Seadas 8.3.0 on Windows
- Replies: 3
Re: Adding AC algorithms to Seadas 8.3.0 on Windows
While the code does not compile (or run) natively on Windows, you can install WSL (Window Subsystem for Linux) and compile under it on a Windows machine without needing to load Linux natively on the system.
You could also use a Docker container with a Linux OS (via Docker Desktop, for example).
Sean
You could also use a Docker container with a Linux OS (via Docker Desktop, for example).
Sean
- Mon Feb 27, 2023 10:59 am America/New_York
- Forum: Questions/Comments
- Question: l2gen on landsat 8 collection 2
- Replies: 7
Re: l2gen on landsat 8 collection 2
The code is reading band 9, but it does not treat the band as it does other TOA data. It is read directly into a record specifically assigned to rho_cirrus. This is done because the cirrus channel cannot be treated the same as the other TOA bands. If you want to see the output from l2gen, you will n...
- Fri Feb 17, 2023 1:33 pm America/New_York
- Forum: Questions/Comments
- Question: Ancillary data not available
- Replies: 3
Re: Ancillary data not available
The l2gen code has supported these ancillary files since 2018, but we've also modified what we were storing in the MET file since the original implementation. A safe bet is V2019.3 (which was supported by SeaDAS 7.5.3), as that is the tag that supported the last SST reprocessing (which required the ...
- Thu Feb 16, 2023 3:03 pm America/New_York
- Forum: Questions/Comments
- Question: SDP Toolkit Installation Error in SeaDAS 8.2.0 Build from source code
- Replies: 8
Re: SDP Toolkit Installation Error in SeaDAS 8.2.0 Build from source code
Well, that's likely the problem. The installer scripts that comes with the SDTPK package were written for the CSH shell (thus it is listed as a requirement for building OCSSW - see https://seadas.gsfc.nasa.gov/build_ocssw/). Without it, your system will not be able to build the toolkit. Try installi...
- Wed Feb 15, 2023 7:31 am America/New_York
- Forum: Questions/Comments
- Question: Subsetting MODIS-AQUA download by lat/lon with wget?
- Replies: 10
Re: Subsetting MODIS-AQUA download by lat/lon with wget?
If properly escaped, the command may work (I've not tried it), but it will only return a list of files that match the region of interest - it will NOT result in a downloading of data subset to the region of interest. CMR only provides search capabilities. See my previous reply about extraction.
Sean
Sean