pytroll / satpy

Python package for earth-observing satellite data processing
http://satpy.readthedocs.org/en/latest/
GNU General Public License v3.0
1.05k stars 289 forks source link

Did you set the environment variable XRIT_DECOMPRESS_PATH correctly? #2009

Open MHMoazezian opened 2 years ago

MHMoazezian commented 2 years ago

Hi I used XRIT_DECOMPRESS_WT without any problem and now my path is the same as past but this error appears? i check my path and sure there is xRITDecompress thank you

mraspaud commented 2 years ago

Hi,

As far as I know, this is nothing we touched recently. Could enhance your bug report by providing a minimal example demonstrating the error, so that we can try to reproduce it, along with the traceback/eroor you get?

MHMoazezian commented 2 years ago

yes , os.environ['XRIT_DECOMPRESS_PATH'] =r "C:\Users\M.Moazzezian\anaconda3\envs\dust\Scripts\xRITDecompress " and this path is correct but when scn = Scene(reader="seviri_l1b_hrit", filenames=maindata[i]) unpacking error appears and ask about XRIT_DECOMPRESS_PATH correctly or not ?

mraspaud commented 2 years ago

maindata[i]: does it mean you pass only one file at the time? you should pass the whole list of files here.

So, one more time, could you provide a fully functioning minimal script so we can understand the problem better? Here are some helpful links :) http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports https://stackoverflow.com/help/minimal-reproducible-example

djhoese commented 2 years ago

@miladmz Any updates on this?