Thank you. It works.OB SeaDAS - xuanyang02 wrote: ↑Wed May 06, 2026 10:29 am America/New_York V2026.2 - the latest V tag
Search found 17 matches
- Fri May 08, 2026 5:05 am America/New_York
- Forum: Home
- Question: gpt reprojection error: NoClassDefFoundError
- Replies: 5
Re: gpt reprojection error: NoClassDefFoundError
- Tue May 05, 2026 9:46 pm America/New_York
- Forum: Home
- Question: gpt reprojection error: NoClassDefFoundError
- Replies: 5
Re: gpt reprojection error: NoClassDefFoundError
I tried gpt on your file with SeaDAS 11 on linux, and it seems to work. You can download SeaDAS 11 here - https://www.earthdata.nasa.gov/data/tools/seadas/installers-source-code Thank you for your answer. SeaDAS 11 has the following tags. Which one did you install? Thank you. $ ./install_ocssw --li...
- Wed Apr 29, 2026 4:18 am America/New_York
- Forum: Home
- Question: gpt reprojection error: NoClassDefFoundError
- Replies: 5
gpt reprojection error: NoClassDefFoundError
Hello, I am using SeaDAS 10.0.0 (full installation) on a Linux HPC cluster without root access, with a user‑installed OpenJDK 8, and while gpt -h works correctly, any actual processing (e.g., reprojecting a VIIRS L2 Ocean Color NetCDF file) fails with java.lang.NoClassDefFoundError: org/openide/util...
- Fri Jul 19, 2024 1:27 pm America/New_York
- Forum: Home
- Question: Error at calibrate_viirs while processing VIIRS-JPSS1 data
- Replies: 6
Re: Error at calibrate_viirs while processing VIIRS-JPSS1 data
Sorry, the error messages appear when run geolocate_viirs, not calibrate_viirs.
here is the code:
$geolocate_viirs ifile=$inpath$l1asub_fname geofile_mod=$inpath$geosub_fname
here is the code:
$geolocate_viirs ifile=$inpath$l1asub_fname geofile_mod=$inpath$geosub_fname
- Fri Jul 19, 2024 8:50 am America/New_York
- Forum: Home
- Question: Error at calibrate_viirs while processing VIIRS-JPSS1 data
- Replies: 6
Re: Error at calibrate_viirs while processing VIIRS-JPSS1 data
Hello,OB ODPS - towens wrote: ↑Fri Jul 19, 2024 7:25 am America/New_York Check the existence of /ocssw/var/viirsn/polar_wander.ascii in your SeaDAS installation.
Tommy
Tommy, I have checked, and the file exists. SeaDAS 7.5 was used.
- Fri Jul 19, 2024 7:13 am America/New_York
- Forum: Home
- Question: Error at calibrate_viirs while processing VIIRS-JPSS1 data
- Replies: 6
Re: Error at calibrate_viirs while processing VIIRS-JPSS1 data
I encountered the same problem when processing viirs/snpp data using calibrate_viirs. And the codes run well for data before SNPP_VIIRS.20230318T053600.L1A.nc, but failed after SNPP_VIIRS.20230318T053600.L1A.nc till now (such as SNPP_VIIRS.20230320T064200.L1A.nc). The l1a data were downloaded from h...
- Tue Jun 04, 2024 8:34 am America/New_York
- Forum: Home
- Question: MODIS/Aqua-derived PAR data have many plaids
- Replies: 3
Re: MODIS/Aqua-derived PAR data have many plaids
Dear Sean,
Thank you very much for your helpful answer, as shown in the attached picture, I am curious why the west region seems not affected by patchwork.
Many thanks for your kind help.
Thank you very much for your helpful answer, as shown in the attached picture, I am curious why the west region seems not affected by patchwork.
Many thanks for your kind help.
- Sun Jun 02, 2024 9:47 am America/New_York
- Forum: Home
- Question: MODIS/Aqua-derived PAR data have many plaids
- Replies: 3
MODIS/Aqua-derived PAR data have many plaids
Hello, I used l2gen to process MODIS/Aqua L1A data to L2 data, all parameter settings were default, but the L2 PAR data have a lot of plaids (an example is attached). How can I solve this problem? What's more, the values of our L2 PAR data were about 10 einstein m-2 day-1 less than the L3 PAR data ...
- Wed May 08, 2024 12:55 am America/New_York
- Forum: Home
- Question: unable to download MODIS L1A data using wget
- Replies: 1
Re: unable to download MODIS L1A data using wget
Here is an example of run log: HTTP request sent, awaiting response... 302 FOUND Location: https://oceandata.sci.gsfc.nasa.gov/getfile/A2024127062000.L1A_LAC.bz2 [following] --2024-05-08 12:39:53-- https://oceandata.sci.gsfc.nasa.gov/getfile/A2024127062000.L1A_LAC.bz2 Reusing existing connection to ...
- Wed May 08, 2024 12:50 am America/New_York
- Forum: Home
- Question: unable to download MODIS L1A data using wget
- Replies: 1
unable to download MODIS L1A data using wget
Hello, I used the following code to download MODIS/AQUA L1A data from July 2023 to May 2024: wget --user=[my account] --password=[my password] --auth-no-challenge https://oceandata.sci.gsfc.nasa.gov/getfile/A2024127062000.L1A_LAC.bz2 However, all data cannot be downloaded completely and usually brea...