Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throws a warning about non-existing directory - storing/reading cached radiance-tb look-up-tables #66

Closed
adybbroe opened this issue Apr 8, 2019 · 0 comments · Fixed by #67

Comments

@adybbroe
Copy link
Collaborator

adybbroe commented Apr 8, 2019

Code Sample, a minimal, complete, and verifiable piece of code

from satpy import Scene, find_files_and_readers
from satpy.utils import debug_on
debug_on()

files = find_files_and_readers(base_dir='/home/a000680/data/hrit/20180102',
                               reader='seviri_l1b_hrit')

scn = Scene(filenames=files)

composite = 'day_microphysics'
scn.load([composite])
scn.show(composite)

Problem description

Reported on pyspectral channel on pytroll-slack March 28th:
"trying to use the LUT's in the training and I get this error:
Directory /path/to/radiance/tb/lut/data does not exist! Check config file

I downloaded the rsr and the aerosol LUTs"

Expected Output

An RGB image - the day_microphysics RGB

Actual Result, Traceback if applicable

Directory /path/to/radiance/tb/lut/data does not exist! Check config file

...but an image is generated as it should.

Versions of Python, package at hand and relevant dependencies

Using conda installation, pyspectral 0.8.6

Thank you for reporting an issue !

@adybbroe adybbroe changed the title Fails to store cached radiance-tb look-up-tables Throws a warning about non-existing directory - storing/reading cached radiance-tb look-up-tables Apr 9, 2019
@adybbroe adybbroe mentioned this issue Apr 9, 2019
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant