Search found 7 matches

by tsilva
Fri Jan 19, 2024 11:40 am
Forum: Releases
Topic: Polymer is now available on github
Replies: 4
Views: 2280

Re: Polymer is now available on github

That is great! It will also make it easier to read the code from several releases without the need to download and untar files.
Is there a prefered place to post issues?

tiago
by tsilva
Fri Jan 19, 2024 11:36 am
Forum: Releases
Topic: Polymer v4.17beta2
Replies: 1
Views: 1671

Re: Polymer v4.17beta2

Hi,

Has the problem with the GSW land mask around the international dateline been fixed (is this what is listed as EarthData API fix)?


Thanks,
tiago
by tsilva
Wed Sep 20, 2023 9:46 am
Forum: Support
Topic: GSW httperror for 180E tiles
Replies: 1
Views: 45983

GSW httperror for 180E tiles

Hi, When processing S3 OLCI images over the Southern Pacific I get an error when Polymer is downloading the corresponding GSW coastline tile. This has happened to occurrence_180E_10S.tif, occurrence_180E_20S.tif and occurrence_180E_30S.tif. I wonder if this tile_name should be 180W* due to the 180E/...
by tsilva
Fri Aug 11, 2023 2:11 pm
Forum: Support
Topic: error of processing sentinel-2
Replies: 3
Views: 24927

Re: error of processing sentinel-2

I was having the same problem as the gdal version installed was <2.0. Despite the channels specified in environment.yml this was version 1.9 from bioconda. Forcing install of gdal >2 from -c conda-forge solved the problem. conda install gdal>2.0 -c conda-forge Franc,ois, I suggest that the environme...
by tsilva
Wed Aug 09, 2023 9:02 am
Forum: Support
Topic: POLYMER 4.16.1 make error
Replies: 12
Views: 28584

Re: POLYMER 4.16.1 make error

I think that the best solution for now is to edit the environment.yml file to make this incompatibility explicit:

- cython<3

It would also help to have the restriction on python<3.9 revised as this will become increasingly restrictive to solve dependencies.

Tiago
by tsilva
Mon Jun 12, 2023 3:18 pm
Forum: Support
Topic: Incorrect latitude and longitude values while processing S3_OL_1_EFR
Replies: 1
Views: 21665

Incorrect latitude and longitude values while processing S3_OL_1_EFR

Hi, This is a problem I am seeing with polymer v4.14 while processing large numbers of S3A/B OLCI L1 Full resolution. Do let me know if this has been adressed in the latest version. Variables latitude and/or longitude have single pixels or lines of pixels where the coordinates don't change monotonic...
by tsilva
Tue Jun 28, 2022 9:59 am
Forum: Support
Topic: Feature: include OLCI b09 in output
Replies: 1
Views: 3068

Feature: include OLCI b09 in output

This is a feature request: could Polymer have the option to include OLCI's band 9, 673.75nm, in its output? I am using SNAP for several parts of a chain, where Polymer performs the atmospheric correction, but in order to calculate Forel-Ule water classification, SNAP's module requires all of the fol...