Search found 306 matches

by fsteinmetz
Mon Jun 29, 2020 12:51 pm
Forum: Support
Topic: install error linux centos7
Replies: 30
Views: 17805

Re: install error linux centos7

Hello,
Could you clarify which is the command that fails ?
by fsteinmetz
Wed Jun 24, 2020 8:15 am
Forum: Support
Topic: Polymer running on Sentinel-2 images
Replies: 10
Views: 11345

Re: Polymer running on Sentinel-2 images

Dear Binbin, Apparently you did not properly install all dependencies, because it says that scipy is missing. Please make sure that you have installed all dependencies as explained in the README. Also please make sure to create a new thread in the forum when your issue is not related to an existing ...
by fsteinmetz
Tue Jun 23, 2020 8:35 am
Forum: Support
Topic: Polymer running on Sentinel-2 images
Replies: 10
Views: 11345

Re: Polymer running on Sentinel-2 images

Please make sure that you have properly compiled the code. The module polymer_main is written in cython, so it needs to be compiled.
by fsteinmetz
Wed Jun 10, 2020 9:03 am
Forum: Support
Topic: Landsat-8/OLI error raised on interpolate
Replies: 5
Views: 4243

Re: Landsat-8/OLI error raised on interpolate

Possibly. I can not reproduce the error.
Did you run l8_angles with :
l8_angles LC08_L1TP_045011_20130813_20170309_01_T1_ANG.txt BOTH 1 -b 1 ?
by fsteinmetz
Mon Jun 08, 2020 7:05 pm
Forum: Support
Topic: Landsat-8/OLI error raised on interpolate
Replies: 5
Views: 4243

Re: Landsat-8/OLI error raised on interpolate

Hello,
I could process the same Landsat8 file without an error with v4.13 (which I see you are using as well).
Do you get the same error on another L8 file ? Could you post your run script ?
by fsteinmetz
Fri May 29, 2020 3:29 pm
Forum: Support
Topic: Polymer processing MSI images
Replies: 4
Views: 3572

Re: Polymer processing MSI images

No, you just have to create the directory that appears in the error message with the provided command.
The mask will be downloaded automatically when you run the code again.
by fsteinmetz
Thu May 28, 2020 9:42 pm
Forum: Support
Topic: Polymer processing MSI images
Replies: 4
Views: 3572

Re: Polymer processing MSI images

Hi,
Although the message is, I agree, not very explicit, it means that the required xml file is not found, but I see nothing wrong with your script.
Could you check in your directory FName, that there is a single xml file named MTD_TL.xml ?
Cheers,
François
by fsteinmetz
Mon May 25, 2020 7:25 pm
Forum: Support
Topic: Is it possible to process OLCI with 900 m resolution?
Replies: 1
Views: 2363

Re: Is it possible to process OLCI with 900 m resolution?

Hi Joao,

For coarser resolution, you may want to look at "Reduced Resolution" Level 1 products (1200m). Polymer is fully compatible with RR products.
Otherwise, I would recommend averaging the products a posteriori (at level2), if the purpose is not to save processing time.
Cheers,
François
by fsteinmetz
Mon May 25, 2020 7:11 pm
Forum: Support
Topic: Processing data for particular lat long
Replies: 3
Views: 6052

Re: Processing data for particular lat long

Hi Joao, And thanks !! It's not possible out of the box, but what you can try as a workaround : l1 = Level1_OLCI(dirname) lat = l1.read_band('latitude', (l1.totalheight, l1.totalwidth), (0, 0)) lon = l1.read_band('longitude', (l1.totalheight, l1.totalwidth), (0, 0)) d = (lat - lat0)**2 + (lon - lon0...
by fsteinmetz
Tue Apr 14, 2020 8:53 pm
Forum: Support
Topic: Download ancillary data on-the-fly
Replies: 5
Views: 7754

Re: Download ancillary data on-the-fly

What error message do you get ?
With the .netrc set, could you try with the following command ?

Code: Select all

wget --load-cookies ~/.urs_cookies --save-cookies ~/.urs_cookies --keep-session-cookies --auth-no-challenge https://oceandata.sci.gsfc.nasa.gov/ob/getfile/N198101000_PROFILE_MERRA2_3h.nc