Search found 4 matches

by Kzy
Sat Dec 23, 2023 1:22 pm
Forum: Support
Topic: POLYMER installation error
Replies: 4
Views: 1446

Re: POLYMER installation error

I have installed Polymer in WSL successfully. But another error occurs. I use the command ./polymer_cli.py <level 1> <level 2>. It shows that as below: AssertionError: Error authenticating to NASA EarthData for downloading ancillary data. Please provide authentication through .netrc. See more inform...
by Kzy
Sat Dec 23, 2023 12:36 pm
Forum: Support
Topic: Ancilliary data from Sentinel 3 products
Replies: 7
Views: 43241

Re: Ancilliary data from Sentinel 3 products

I'm searching for help as well. I set a .netrc file as well, but I can't authenticate to EarthData. The way I set .netrc file is learned in this website https://urs.earthdata.nasa.gov/documentation/for_users/data_access/curl_and_wget . Can you tell me how to set .netrc file correctly? And which fold...
by Kzy
Wed Dec 13, 2023 6:00 am
Forum: Support
Topic: POLYMER installation error
Replies: 4
Views: 1446

Re: POLYMER installation error

I use this command below to solve the ImportError sys.path.append('D:\Team\AC\polymer-v4.16.1') from polymer. main import run_atm_corr, Level1, Level2 it helps and ImportError has been solved. When dealing with sentinel data, as the example.py says, I need level1_msi and level2_netcbf function. But ...
by Kzy
Wed Dec 13, 2023 4:43 am
Forum: Support
Topic: POLYMER installation error
Replies: 4
Views: 1446

POLYMER installation error

I'm trying to run Polymer in Windows 11. As mentioned in the README.md file, I created a new Anaconda environment and installed these packages successfully. And I installed GUN make as well. When I did STEP1.2 "Auxiliary data", I typed make auxdata_all in the prompt, and it showed "incorrect command...