Skip to content

Commit

Permalink
Advertise Windows support. Yeah!
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Feb 21, 2019
1 parent 2f046b3 commit 0eb905f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Changelog for cfgrib
0.9.6 (unreleased)
------------------

- Add read-only support on *Windows* after you install *ecCodes* on *conda*.
See: `#7 <https://github.com/ecmwf/cfgrib/issues/7>`_
- Do not set explicit timezone in ``units`` to avoid crashing some versions of xarray.
See: `#44 <https://github.com/ecmwf/cfgrib/issues/44>`_.

Expand Down
11 changes: 5 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Features with development status **Beta**:
- reads most GRIB 1 and 2 files, for limitations see the *Advanced usage* section below and
`#13 <https://github.com/ecmwf/cfgrib/issues/13>`_,
- supports all modern versions of Python 3.7, 3.6, 3.5 and 2.7, plus PyPy and PyPy3,
- works on most *Linux* distributions and *MacOS*, the *ecCodes* C-library is the only system dependency,
- works on most *Linux* distributions, *MacOS* and *Windows*, the *ecCodes* C-library is the only system dependency,
- PyPI package with no install time build (binds with *CFFI* ABI mode),
- reads the data lazily and efficiently in terms of both memory usage and disk access,
- allows larger-than-memory and distributed processing via *dask*.
Expand All @@ -26,9 +26,10 @@ Work in progress:
see `#40 <https://github.com/ecmwf/cfgrib/issues/40>`_.
- **Alpha** supports writing the index of a GRIB file to disk, to save a full-file scan on open,
see `#33 <https://github.com/ecmwf/cfgrib/issues/33>`_.
- **Alpha** support writing carefully-crafted ``xarray.Dataset``'s to a GRIB1 or GRIB2 file,
see the *Advanced write usage* section below and
`#18 <https://github.com/ecmwf/cfgrib/issues/18>`_,
- **Alpha** support writing carefully-crafted ``xarray.Dataset``'s to a GRIB1 or GRIB2 file on Linux and MacOS,
see the *Advanced write usage* section below,
`#18 <https://github.com/ecmwf/cfgrib/issues/18>`_ and
`#7 <https://github.com/ecmwf/cfgrib/issues/7>`_,
- **Alpha** support translating coordinates to different data models and naming conventions,
`#24 <https://github.com/ecmwf/cfgrib/issues/24>`_.

Expand All @@ -39,8 +40,6 @@ Limitations:
- *PyPI* binary packages do not include *ecCodes*,
see `#22 <https://github.com/ecmwf/cfgrib/issues/22>`_,
- incomplete documentation, for now,
- no Windows support,
see `#7 <https://github.com/ecmwf/cfgrib/issues/7>`_,
- relies on *ecCodes* for the CF attributes of the data variables,
- relies on *ecCodes* for anything related to coordinate systems / ``gridType``,
see `#28 <https://github.com/ecmwf/cfgrib/issues/28>`_.
Expand Down

0 comments on commit 0eb905f

Please sign in to comment.