Skip to content

Version 0.26.0 (2021/03/15)

Compare
Choose a tag to compare
@mraspaud mraspaud released this 15 Mar 16:29
316706b

Issues Closed

  • Issue 1587 - Don't allow auxiliary downloads during tests (PR 1591)
  • Issue 1581 - FSFile object compares unequal when all properties equal (PR 1582)
  • Issue 1573 - Crash when reaching warnings.DeprecationWarning (PR 1576)
  • Issue 1572 - Satpy Github issue template example code fails with ModuleNotFoundError (PR 1575)
  • Issue 1550 - Scene metadata overwriting composite metadata and handling sets in filename generation (PR 1551)
  • Issue 1549 - Satpy problems with MODIS (PR 1556)
  • Issue 1538 - modifier API documentation not included with sphinx-generated API documentation
  • Issue 1536 - Can't resample mscn to GridDefinition
  • Issue 1532 - Loading SLSTR composite doesn't respect the view (PR 1533)
  • Issue 1530 - Improve documentation/handling of string input for config_path (PR 1534)
  • Issue 1520 - Test failure if SATPY_CONFIG_PATH set (PR 1521)
  • Issue 1518 - satpy_cf_nc reader fails to read satpy cf writer generated netcdf files where variables start with a number. (PR 1525)
  • Issue 1517 - Scene.load error on conflicting 'y' values with MSG example.
  • Issue 1516 - FSFile should support any PathLike objects (PR 1519)
  • Issue 1510 - Seviri L1b native Solar zenith angle
  • Issue 1509 - Replace pkg_resources usage with version.py file (PR 1512)
  • Issue 1508 - Add sphinx building to GitHub Actions
  • Issue 1507 - FCI Level2 OCA Data - error parameters have a parameter name change in the latest version of the test data (PR 1524)
  • Issue 1477 - seviri l2 grib add file names from Eumetsat datastore (PR 1503)
  • Issue 1362 - Feature request: download tif's if needed in a composite (PR 1513)
  • Issue 894 - SCMI Writer can produce un-ingestable AWIPS files
  • Issue 628 - Use 'donfig' package for global configuration settings (PR 1501)
  • Issue 367 - Add 'to_xarray_dataset' method to Scene
  • Issue 175 - Cannot read AVHRR in HRPT format (geoloc dtype error) (PR 1531)

In this release 24 issues were closed.

Pull Requests Merged

Bugs fixed

  • PR 1596 - Fix bug in finest_area and coarsest_area logic for originally flipped SEVIRI data
  • PR 1592 - Fix tests where xarray was unable to guess backend engine
  • PR 1589 - Delete unnecessary coordinates in tropomi reader
  • PR 1582 - Ensure FSFile objects compare equal when they should (1581)
  • PR 1579 - Fix AHI HSD reader not having access to the AreaDefinition on load
  • PR 1574 - Fix, correct usage of data returned by pyspectral AtmosphericalCorrection
  • PR 1567 - Redesign awips_tiled writer to avoid xarray/dask deadlocks
  • PR 1564 - Fix DifferenceCompositor ignoring YAML metadata
  • PR 1558 - Fix dependency tree CompositorNode not retaining properties on copy
  • PR 1556 - Fix the dataid sorting (1549)
  • PR 1551 - Fix composite metadata overwriting and 'sensor' filename formatting (1550)
  • PR 1548 - Add 'environment_prefix' to AWIPS tiled writer for flexible filenames
  • PR 1546 - Make viirs-compact datasets compatible with dask distributed
  • PR 1545 - Fix deprecated sphinx html_context usage in conf.py
  • PR 1542 - Fix compression not being applied in awips_tiled writer
  • PR 1541 - Fix swath builtin coordinates not being used
  • PR 1537 - Add static scale_factor/add_offset/_FillValue to awips_tiled GLM config
  • PR 1533 - Fix SLSTR composites for oblique view (1532)
  • PR 1531 - Update the HRPT reader to latest satpy api (175)
  • PR 1524 - Fixed issue with reading fci oca error data and added fci toz product (1507)
  • PR 1521 - Fix config test when user environment variables are set (1520)
  • PR 1519 - Allow to pass pathlike-objects to FSFile (1516)
  • PR 1514 - Correct the pdict a_name of agri_l1 reader
  • PR 1503 - Fix issue with reading MSG GRIB products from the eumetsat datastore (1477)

Features added

  • PR 1597 - add file_patterns in file_types with resolution type for satpy_cf_nc reader
  • PR 1591 - Disallow tests from downloading files while running tests (1587)
  • PR 1586 - Update GRIB reader for greater flexibility.
  • PR 1580 - Sar-c reader optimization
  • PR 1577 - New compositors: MultiFiller and LongitudeMaskingCompositor
  • PR 1570 - Add the SAR Ice Log composite
  • PR 1565 - Rename min_area() and max_area() methods
  • PR 1563 - Allow 'glm_l2' reader to accept arbitrary filename prefixes
  • PR 1555 - Add altitude in the list of dataset for OLCI.nc
  • PR 1554 - Enable showing DeprecationWarning in debug_on and add unit test (1554)
  • PR 1544 - Read wavelength ranges from netcdf
  • PR 1539 - Fix args of bucket_sum and bucket_avg resampler
  • PR 1525 - When saving to CF prepend datasets starting with a digit by CHANNEL_ (1518)
  • PR 1522 - Switch to 'ewa' and 'ewa_legacy' resamplers from pyresample
  • PR 1513 - Add auxiliary data download API (1362)
  • PR 1505 - Ascat soilmoisture reader
  • PR 1501 - Add central configuration object (628)

Documentation changes

  • PR 1559 - Fix geotiff writer FAQ link
  • PR 1545 - Fix deprecated sphinx html_context usage in conf.py
  • PR 1543 - Switch to sphinxcontrib.apidoc for automatically updating API docs (1540)
  • PR 1534 - Clarify usage of config 'config_path' option (1530)

Backward incompatible changes

  • PR 1565 - Rename min_area() and max_area() methods
  • PR 1561 - Remove deprecated VIIRSFog compositor in favor of DifferenceCompositor
  • PR 1501 - Add central configuration object (628)

In this release 48 pull requests were closed.