Search found 1 match

by wxfei19whu
Sun Apr 28, 2024 2:16 pm
Forum: Support
Topic: Issue with Polymer (Sentinel-2 and Sentinel-3)
Replies: 2
Views: 2216

Re: Issue with Polymer (Sentinel-2 and Sentinel-3)

ImportError: cannot import name 'Level1' from 'polymer.main' you should change the from polymer.main import run_atm_corr, Level1, Level2 to from polymer.main import run_atm_corr from polymer.level1 import Level1 from polymer.level2 import Level2 I am a newbee with polymer, and I also puzzled why the...