Search found 495 matches

by OB SeaDAS - xuanyang02
Wed Jan 18, 2023 2:27 pm America/New_York
Forum: Questions/Comments
Question: GPT Error: java.lang.ExceptionInInitializerError
Replies: 7

Re: GPT Error: java.lang.ExceptionInInitializerError

It seems that you are runnign gpt with /usr/lib/jvm/java-18-openjdk-amd64 which is causing the
Error: java.lang.ExceptionInInitializerError

We are looking at how to modify the gpt script so you can run gpt with java 8( 1.8.0) instead of java-18-openjdk-amd64.
by OB SeaDAS - xuanyang02
Tue Jan 17, 2023 5:04 pm America/New_York
Forum: Questions/Comments
Question: GPT Error: java.lang.ExceptionInInitializerError
Replies: 7

Re: GPT Error: java.lang.ExceptionInInitializerError

You do not need to run gpt command in /home/fernando/Seadas/bin/. You can just give the absolute path of gpt. Please try /home/fernando/Seadas/bin/gpt /home/fernando/Escritorio/WorkflowEx01Graph.xml -p /home/fernando/Escritorio/WorkflowEx01.par -Pifile=/home/fernando/Escritorio/chl/A2020003181000.L2...
by OB SeaDAS - xuanyang02
Tue Jan 17, 2023 4:29 pm America/New_York
Forum: Questions/Comments
Question: Issue with Naming Conventions in Multilevel_Processor
Replies: 14

Re: Issue with Naming Conventions in Multilevel_Processor

Since the start time of A2002255215500.L1A_LAC is 2002-09-12T21:56:03, the corresponding GEO/L1B/L2 files for A2002255215500.L1A_LAC are AQUA_MODIS.20020912T215603.GEO.hdf AQUA_MODIS.20020912T215603.L1B.hdf AQUA_MODIS_HKM.20020912T215603.L1B.hdf AQUA_MODIS_QKM.20020912T215603.L1B.hdf AQUA_MODIS.2002...
by OB SeaDAS - xuanyang02
Fri Jan 13, 2023 10:04 am America/New_York
Forum: Questions/Comments
Question: GPT Error: java.lang.ExceptionInInitializerError
Replies: 7

Re: GPT Error: java.lang.ExceptionInInitializerError

Unfortunately, SeaDAS 8.1.0 does not support gpt command line processing --

https://seadas.gsfc.nasa.gov/release-notes/version/8.1.0/
by OB SeaDAS - xuanyang02
Thu Jan 12, 2023 1:21 pm America/New_York
Forum: Questions/Comments
Question: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF
Replies: 11

Re: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF

Also, Batch Processing can load the xml file that was built and saved through Graph Builder.

https://seadas.gsfc.nasa.gov/help-8.3.0/operators/graph_builder.html
by OB SeaDAS - xuanyang02
Thu Jan 12, 2023 11:04 am America/New_York
Forum: Questions/Comments
Question: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF
Replies: 11

Re: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF

I made a few modifications on the Read and Write block in your Example01.xml -- <node id="Read"> <operator>Read</operator> <sources/> <parameters class="com.bc.ceres.binding.dom.XppDomElement"> <file>${path}/${ifile}.${extention}</file> </parameters> </node> <node id="Write&...
by OB SeaDAS - xuanyang02
Wed Jan 11, 2023 4:33 pm America/New_York
Forum: Questions/Comments
Question: GPT Error: java.lang.ExceptionInInitializerError
Replies: 7

Re: GPT Error: java.lang.ExceptionInInitializerError

I tried the example in https://seadas.gsfc.nasa.gov/help-8.2.0/GptCookbook/gptCookbookWorkflowEx01.html. 1. Since SeaDAS currently has issues with writing to files with NetCDF4-CF format, you should modify the content of WorkflowEx01.par to -- ifileExtension=nc ofile1Format=NetCDF4-BEAM ofile1Extens...
by OB SeaDAS - xuanyang02
Wed Jan 11, 2023 2:42 pm America/New_York
Forum: Questions/Comments
Question: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF
Replies: 11

Re: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF

Could you please share the content of your xml file?
by OB SeaDAS - xuanyang02
Wed Jan 11, 2023 1:25 pm America/New_York
Forum: Questions/Comments
Question: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF
Replies: 11

Re: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF

It's a bug that SeaDAS can't save the reprojected file in the netCDF-CF format. We fixed it. Hopefully the fix will be in the next release.
by OB SeaDAS - xuanyang02
Thu Jan 05, 2023 12:42 pm America/New_York
Forum: Questions/Comments
Question: OCCSW
Replies: 3

Re: OCCSW

You can find the instruction on how to install SeaDAS processors on this page -- https://seadas.gsfc.nasa.gov/downloads/