You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* main: (34 commits)
Explicit indexes (pydata#5692)
Remove test_rasterio_vrt_network (pydata#6371)
Allow write_empty_chunks to be set in Zarr encoding (pydata#6348)
Add new tutorial video (pydata#6353)
Revert "explicitly install `ipython_genutils` (pydata#6350)" (pydata#6361)
[pre-commit.ci] pre-commit autoupdate (pydata#6357)
Run pyupgrade on core/groupby (pydata#6351)
Generate reductions for DataArray, Dataset, GroupBy and Resample (pydata#5950)
explicitly install `ipython_genutils` (pydata#6350)
Bump actions/setup-python from 2 to 3 (pydata#6338)
Bump actions/checkout from 2 to 3 (pydata#6337)
In documentation on adding a new backend, add missing import and tweak headings (pydata#6330)
Lengthen underline, correct spelling, and reword (pydata#6326)
quantile: use skipna=None (pydata#6303)
New whatsnew section
v2022.03.0 release notes (pydata#6319)
fix typos (using codespell) (pydata#6316)
Add General issue template (pydata#6314)
Disable CI runs on forks (pydata#6315)
Enable running sphinx-build on Windows (pydata#6237)
...
As of 2022.02.0, we utilize the [CALVER](https://calver.org/) version system.
112
+
As of 2022.03.0, we utilize the [CALVER](https://calver.org/) version system.
113
113
Specifically, we have adopted the pattern `YYYY.MM.X`, where `YYYY` is a 4-digit
114
114
year (e.g. `2022`), `MM` is a 2-digit zero-padded month (e.g. `01`for January), and `X` is the release number (starting at zero at the start of each month and incremented once for each additional release).
Copy file name to clipboardExpand all lines: doc/ecosystem.rst
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Geosciences
17
17
- `climpred <https://climpred.readthedocs.io>`_: Analysis of ensemble forecast models for climate prediction.
18
18
- `geocube <https://corteva.github.io/geocube>`_: Tool to convert geopandas vector data into rasterized xarray data.
19
19
- `GeoWombat <https://github.com/jgrss/geowombat>`_: Utilities for analysis of remotely sensed and gridded raster data at scale (easily tame Landsat, Sentinel, Quickbird, and PlanetScope).
20
+
- `gsw-xarray <https://github.com/DocOtak/gsw-xarray>`_: a wrapper around `gsw <https://teos-10.github.io/GSW-Python>`_ that adds CF compliant attributes when possible, units, name.
20
21
- `infinite-diff <https://github.com/spencerahill/infinite-diff>`_: xarray-based finite-differencing, focused on gridded climate/meteorology data
21
22
- `marc_analysis <https://github.com/darothen/marc_analysis>`_: Analysis package for CESM/MARC experiments and output.
22
23
- `MetPy <https://unidata.github.io/MetPy/dev/index.html>`_: A collection of tools in Python for reading, visualizing, and performing calculations with weather data.
0 commit comments