satpy
satpy copied to clipboard
Python package for earth-observing satellite data processing
**Describe the bug** The script fails under Satpy 0.37 but has always run fine under Satpy 0.35 and Satpy 0.36. See description and error messages/debug output on the google list...
Documentation for colorize seems incomplete and built-in enhancements do not follow documented API
**Describe the bug** The documentation for `satpy.enhancements.colorize` is unclear and not matched by any of the examples from the enhancements built-in to Satpy. The documentation states that there are four...
While many users use Satpy in automated scripts in a more interactive workflow in Jupyter notebooks printing the Scene just outputs a concatenated list of the string representation of xarray...
Based on https://github.com/pytroll/pyresample/pull/450 this generates overviews for all `AreaDefinitions` included with Satpy and adds them to the resampling section. I noticed that a quite large number of `AreaDefinitions` are included...
**Describe the bug** In the documentation, the satpy_cf_nc reader is listed as the reader to use for files written by the cf writer. When reading a file written by the...
This PR adds a reader for the MERSI-LowLight sensor aboard the FengYun-3E satellite. It's currently a draft as there's no additional tests but I aim to add those soon. -...
**Describe the bug** I've downloaded from the data tailor service a subsetted MSG SEVIRI native file over the UK. As its still in the native format, I was expecting to...
Adding a level1b reader for EPS-SG Ice Cloud Imager (ICI) that will be one the instrument on metop-SGB and will be launched around 2025. Such a reader is presently not...
I mistakenly forgot to set the correct coordinate names in the Ocean Color CCI reader. Satpy expects `x` and `y` but I was using `lon` and `lat`. This PR renames...
Adds the available_datasets method to the modis level 2 reader to get datasets of arbitrary modis level 2 product files which are not specified in the readers yaml file as...