Search found 306 matches

by fsteinmetz
Mon Apr 12, 2021 2:26 pm
Forum: Support
Topic: How to get 10m resolution of sentinel-2?
Replies: 5
Views: 20989

Re: How to get 10m resolution of sentinel-2?

Hello,
There may have been a temporary network issue. Could you have another try ?
Cheers,
François
by fsteinmetz
Mon Apr 12, 2021 1:42 pm
Forum: Support
Topic: Error installing ocssw on ubuntu
Replies: 3
Views: 3416

Re: Error installing ocssw on ubuntu

Also, this forum is not quite appropriate for this kinds of issues, which are mostly unrelated with the Polymer software.
Regarding seadas installation, you may get quicker and more helpful responses on https://forum.earthdata.nasa.gov/
Kind regards,
François
by fsteinmetz
Mon Apr 12, 2021 1:37 pm
Forum: Support
Topic: Error installing ocssw on ubuntu
Replies: 3
Views: 3416

Re: Error installing ocssw on ubuntu

You need to have write permissions to that directory.
Cheers,
François
by fsteinmetz
Fri Apr 09, 2021 3:36 pm
Forum: Support
Topic: Error installing SeaDAS on Ubuntu
Replies: 3
Views: 3318

Re: Error installing SeaDAS on Ubuntu

Dear Mengmeng,
<seadas-<version> is not a valid command, it should refer to the actual version you are installing.
Also, I've had feedback that there can be issues with running OCSSW from the command line in SeaDAS 8.0.0. In that case you may want to try version 7.x, which works fine.
Cheers
François
by fsteinmetz
Fri Apr 09, 2021 3:26 pm
Forum: Support
Topic: Problems encountered when processing MDOIS
Replies: 15
Views: 9496

Re: Problems encountered when processing MDOIS

Hi Ding, During the installation of SeaDAS OCSSW, some environment variables are set (OCDATAROOT), which does not seem to be the case for you. This variable should be set by sourcing ocssw/OCSSW_bash.env. Please see https://seadas.gsfc.nasa.gov/downloads/ and NASA oceancolor forum for more help. Kin...
by fsteinmetz
Fri Apr 09, 2021 3:18 pm
Forum: Support
Topic: BRDF correction S3 OLCI data
Replies: 2
Views: 3094

Re: BRDF correction S3 OLCI data

Hi Silvia, Indeed, Polymer's output water reflectances are normalized by default to a zenith-zenith geometry using Park and Ruddick (2005) - the same model that is used for Polymer's atmospheric correction. This normalization can be disactivated by passing a value to the argument normalize . Please ...
by fsteinmetz
Fri Apr 09, 2021 3:07 pm
Forum: Support
Topic: How to get 10m resolution of sentinel-2?
Replies: 5
Views: 20989

Re: How to get 10m resolution of sentinel-2?

Hello Tian,

To process S2 MSI at 10m, you can pass the argument resolution='10' to Level1_MSI :
run_atm_corr(Level1_MSI(..., resolution='10'), ...)

Cheers,
François
by fsteinmetz
Wed Apr 07, 2021 6:49 am
Forum: Support
Topic: Problems encountered when processing MDOIS
Replies: 15
Views: 9496

Re: Problems encountered when processing MDOIS

Yes you can probably do so. Then you have to provide the options corresponding to:

Code: Select all

l2gen ifile=<level1a> ofile=<level1c> gain="1 1 1 1 1 1 1 1" oformat="netcdf4" l2prod="rhot_nnn polcor_nnn sena senz sola solz latitude longitude"
Cheers,
François
by fsteinmetz
Wed Apr 07, 2021 6:46 am
Forum: Support
Topic: Error when running polymer_cli.py
Replies: 5
Views: 4056

Re: Error when running polymer_cli.py

Dear Mengmeng, polymer_cli.py is a minimalistic command line interface, and a first way to run the code. For more control I generally advise to use your own python script as shown in the examples. readme 2.3 gives you the possible inputs you can provide to Polymer. readme 2.4 explains how to create ...
by fsteinmetz
Tue Apr 06, 2021 6:24 am
Forum: Support
Topic: Error when running polymer_cli.py
Replies: 5
Views: 4056

Re: Error when running polymer_cli.py

Indeed, your file is a Level2 file. Polymer needs to be applied to a Level1 file. Please see section 2.3 of the readme.
A modis example is also provided in example.py with some custom parameters ; you should rather use default parameters as in the meris, msi and olci examples.
Cheers,
François