Search found 2 matches

by rafael.simao
Tue May 09, 2023 7:02 pm
Forum: Support
Topic: ImportError: cannot import name 'Level1' from 'polymer.main'
Replies: 1
Views: 20614

ImportError: cannot import name 'Level1' from 'polymer.main'

Hello, I recently installed v4.16.1 and was trying to run polymer_cli.py but got an error about importing Level1 and Level2 from polymer.main
This can be solved this by adding two lines in the polymer.main script:

from polymer.level1 import Level1
from polymer.level2 import Level2
by rafael.simao
Mon Oct 24, 2022 4:39 pm
Forum: Support
Topic: Support to Landsat 5 and 7
Replies: 1
Views: 2436

Support to Landsat 5 and 7

Hi everyone I was wondering if there are any plans to include support for processing Landsat 5/TM and Landsat 7/ETM+ with Polymer, considering that these two combined allow for a very long time series and are part of the Landsat Collection 2. I have been trying to do this by modifying the Landsat 8 ...