Search found 24 matches
- Mon Jan 30, 2023 3:54 pm America/New_York
- Forum: Home
- Question: mapgen script with MODIS L2
- Replies: 4
mapgen script with MODIS L2
Hello, I have been using the gpt command to process MODIS and VIIRS L2 images of chl and sst. I am using SeaDAS 8.3, with OCSSW installed, and Ubuntu 22.1. In the .xml (attached at the end of the post) in summary what I do is: read(chl image) --> BandMaths(to create chl and flags bands) --> Collocat...
- Fri Jan 27, 2023 1:43 pm America/New_York
- Forum: Home
- Question: l2mapgen by command line
- Replies: 2
l2mapgen by command line
Hello, I have been using the gpt command to process MODIS and VIIRS L2 images of chl and sst. I am using SeaDAS 8.3, with OCSSW installed, and Ubuntu 22.1. In the .xml (attached at the end of the post) in summary what I do is: read(chl image) --> BandMaths(to create chl and flags bands) --> Collocat...
- Fri Jan 27, 2023 9:51 am America/New_York
- Forum: Home
- Question: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF
- Replies: 11
Re: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF
Thanks gnwiii for clarifying that point, I hadn't realised.
Thank you xuanyang02 also, you were both very helpful and very clear in your explanations.
In another post I will ask you about the l2mapgen.
Regards
Fernando
Thank you xuanyang02 also, you were both very helpful and very clear in your explanations.
In another post I will ask you about the l2mapgen.
Regards
Fernando
- Mon Jan 23, 2023 3:00 pm America/New_York
- Forum: Home
- Question: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF
- Replies: 11
Re: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF
Searching the net, I found a python library called Pyresample, which seems to do the same as l2mapgen.
Do you know this python library? do you know if there is any significant difference?
Do you know this python library? do you know if there is any significant difference?
- Mon Jan 23, 2023 10:57 am America/New_York
- Forum: Home
- Question: GPT Error: java.lang.ExceptionInInitializerError
- Replies: 7
Re: GPT Error: java.lang.ExceptionInInitializerError
Thank you xuanyang02!!
It was that! I've changed my java to a java 8, and I've made an alias with the absolute path of gpt, and it works fine.
Thanks a lot
It was that! I've changed my java to a java 8, and I've made an alias with the absolute path of gpt, and it works fine.
Thanks a lot
- Mon Jan 16, 2023 2:00 pm America/New_York
- Forum: Home
- Question: GPT Error: java.lang.ExceptionInInitializerError
- Replies: 7
Re: GPT Error: java.lang.ExceptionInInitializerError
I've reinstalled SeaDAS 8.3.0, and I've tried to execute a simple example, but I keep getting the same error. Do I have to execute the command line with the terminal in home/fernando/Seadas/bin/ or in another folder? this is the command line I've been executed. I've tried with [b]bash[/b] or [b]./[/...
- Thu Jan 12, 2023 4:58 pm America/New_York
- Forum: Home
- Question: GPT Error: java.lang.ExceptionInInitializerError
- Replies: 7
Re: GPT Error: java.lang.ExceptionInInitializerError
Since versions 8.2 and 8.3 have problems with writing files in netCDF-CF format, I thought I would go back to SeaDAS version 8.1 where Batch Processing worked fine. I was indeed able to write netCDF-CF files, but I had another problem. When I tried to test the .xlm with gpt, I realised that there is...
- Wed Jan 11, 2023 4:56 pm America/New_York
- Forum: Home
- 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 have read your answer and updated my SeaDAS to 8.3.0, but I still have the problem. My .xml and .par files are *Example01.xml* <graph id="Graph"> <version>1.0</version> <node id="Read"> <operator>Read</operator> <sources/> <parameters class="com.bc.ceres.binding.dom.XppDom...
- Wed Jan 11, 2023 9:15 am America/New_York
- Forum: Home
- Question: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF
- Replies: 11
Re: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF
More information about the problem. When I try to load the .xlm file in SeaDAS with the batch processing I get this error: java.lang.NullPointerException at org.esa.snap.graphbuilder.gpf.ui.ReprojectionUI.initParameters(ReprojectionUI.java:122) at org.esa.snap.graphbuilder.gpf.ui.ReprojectionUI.Crea...
- Wed Jan 11, 2023 9:08 am America/New_York
- Forum: Home
- Question: GPT Error: java.lang.ExceptionInInitializerError
- Replies: 7
GPT Error: java.lang.ExceptionInInitializerError
Hi, I'm new to SeaDAS gpt mode, and I've been trying to do the "Hello World" example from "https://seadas.gsfc.nasa.gov/help-8.2.0/GptCookbook/gptCookbookWorkflowEx01.html". I currently have SeaDAS 8.2.0 installed, and I'm on Ubuntu 22.1. I've made the WorkflowEx01.xml and Workfl...