Search found 11 matches

by sydney.baratta
Wed Jan 03, 2024 4:43 am
Forum: Support
Topic: Ancilliary data from Sentinel 3 products
Replies: 7
Views: 43524

Re: Ancilliary data from Sentinel 3 products

Happy to help!
by sydney.baratta
Thu Dec 28, 2023 7:10 pm
Forum: Support
Topic: Ancilliary data from Sentinel 3 products
Replies: 7
Views: 43524

Re: Ancilliary data from Sentinel 3 products

Update - I fixed this (I believe) by changing lines 29 and 37 in ancillary.py to read:

lambda date: [('GMAO_MERRA2.%Y%m%dT%H0000.MET.nc', d)

instead of

lambda date: [('GMAO_FP.%Y%m%dT%H0000.MET.NRT.nc', d)
by sydney.baratta
Thu Dec 28, 2023 5:51 pm
Forum: Support
Topic: Ancilliary data from Sentinel 3 products
Replies: 7
Views: 43524

Re: Ancilliary data from Sentinel 3 products

I'm running into the same original problem as you, where I am getting 404 errors when trying to pull in the met data from Oceandata. I was told that "Those files are NRT (quick-look) MET data and are replaced ~45 days later with refined MET with file names like, 'GMAO_MERRA2.20220401T000000.MET.nc'"...
by sydney.baratta
Wed Dec 27, 2023 7:31 pm
Forum: Support
Topic: Landsat 5, 7, and 9?
Replies: 4
Views: 30745

Re: Landsat 5, 7, and 9?

Hello,

Running L9 as if it were L8 did work for me as they are nearly identical. I just generated the L8_angles for it and then it ran well - I hope this is helpful!

Sydney
by sydney.baratta
Tue Aug 29, 2023 3:42 pm
Forum: Support
Topic: L8 ancillary error
Replies: 5
Views: 21550

Re: L8 ancillary error

Another update and question about 4.16.1 installation - I tried v4.16.1 with python v3.8, and am receiving this error when trying to run my imagery: (polymer) [sbaratta@katahdin polymer-v4.16.1]$ python runPolymer.py Traceback (most recent call last): File "runPolymer.py", line 1, in <module> from p...
by sydney.baratta
Tue Aug 29, 2023 12:58 pm
Forum: Support
Topic: L8 ancillary error
Replies: 5
Views: 21550

Re: L8 ancillary error

I am using 4.16, should I instead try 4.16.1? Also, what version of python should I be using with this?

Best,
Sydney
by sydney.baratta
Sat Aug 26, 2023 8:39 pm
Forum: Support
Topic: L8 ancillary error
Replies: 5
Views: 21550

Re: L8 ancillary error

Just an update and new error that has arisen: I created the directory ANCILLARY/METEO/ in my polymer v4.16 directory, along with a .netrc file that includes my Earthdata login. However, I receive a value error ("ValueError: A value (1.1496814974406155) in x_new is above the interpolation range's max...
by sydney.baratta
Sat Aug 26, 2023 6:39 pm
Forum: Support
Topic: L8 ancillary error
Replies: 5
Views: 21550

L8 ancillary error

Hi François, I am receiving this error in regards to ancillary.py when trying to run my L8 imagery: (polymer) [sbaratta@katahdin polymer-v4.16]$ python runPolymer.py Traceback (most recent call last): File "runPolymer.py", line 19, in <module> Level1_OLI('/home/sbaratta/Downloads/polymer-v4.16/dur')...
by sydney.baratta
Wed Aug 23, 2023 8:54 pm
Forum: Support
Topic: Error Processing Landsat-8
Replies: 7
Views: 28377

Re: Error Processing Landsat-8

Hi François, Thank you! I generated the (4) angle files now, but where am I supposed to put those files (ex/ keep them in l8_angles, move to polymer folder, or the LC08 folder)? I tried putting them in the same directory as the imagery (LC08...) but that didn't seem to be the right answer. I am rece...
by sydney.baratta
Sat Aug 19, 2023 4:15 pm
Forum: Support
Topic: Landsat 5, 7, and 9?
Replies: 4
Views: 30745

Landsat 5, 7, and 9?

Hello,

I am new to Polymer and am working to run L8 imagery, but is it possible to run L5, 7, and 9 on Polymer (is it supported?)

Best,
Sydney