Search found 4 matches

by naarring
Thu Feb 16, 2023 1:48 pm
Forum: Support
Topic: VIIRS Polymer Processing
Replies: 1
Views: 15541

VIIRS Polymer Processing

I am working on atmospherically correcting VIIRS data through Polymer. I have run the L1A images through SeaDAS to get the L1C image, and then running the L1C image through polymer, using the code: run_atm_corr(Level1_VIIRS(l1), Level2_NETCDF(outdir=viir_outdir)) The return I get is: Trying to downl...
by naarring
Tue May 24, 2022 4:19 pm
Forum: Support
Topic: Error Processing VIIRs - Ancillary_NASA()
Replies: 5
Views: 3385

Re: Error Processing VIIRs - Ancillary_NASA()

I still created the directory within the polymer folder and still get the same error as before. (Assertion error that the directory does not exist).
Any thoughts?
by naarring
Mon May 23, 2022 2:59 pm
Forum: Support
Topic: Error Processing VIIRs - Ancillary_NASA()
Replies: 5
Views: 3385

Re: Error Processing VIIRs - Ancillary_NASA()

Where should this directory be located? Attempted this solution and the error remains.
by naarring
Tue May 10, 2022 4:59 pm
Forum: Support
Topic: Error Processing VIIRs - Ancillary_NASA()
Replies: 5
Views: 3385

Error Processing VIIRs - Ancillary_NASA()

I am trying to process VIIRs imagery with polymer and am running into issues when running: run_atm_corr(Level1_NASA({viirs image}), where it returns the error: AssertionError: Directory ANCILLARY/METEO/ does not exist. Please create it, by default it will be automatically populated with ancillary da...