Skip to content

Commit 86f92e1

Browse files
authored
CDAT to xCDAT
1 parent 1ea8fbf commit 86f92e1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

packages.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ base their data analysis around one of the following all-purpose packages
3737
(listed in order of popularity/usage):
3838
* [xarray](http://xarray.pydata.org/en/stable/) (supported by the [PyData](https://pydata.org/) community)
3939
* [iris](https://scitools.org.uk/iris/docs/latest/) (supported by the [SciTools](https://scitools.org.uk/) project)
40-
* [cdat](https://cdat.llnl.gov/) (supported by Lawrence Livermore National Laboratory)
4140
* [cf-python](https://ncas-cms.github.io/cf-python/) (supported by the [NCAS-CMS](https://cms.ncas.ac.uk/))
4241
* [PyGeode](https://pygeode.github.io/)
4342

@@ -47,18 +46,22 @@ and/or the more generic data science packages such as [NumPy](http://www.numpy.o
4746
and [matplotlib](https://matplotlib.org/).
4847

4948
The package listing below captures Python packages that are unique to the atmosphere and ocean sciences.
50-
The focus is on packages that are under active development and/or maintenance and
51-
that have a non-trivial user-base (i.e. more users than just the author/s).
49+
The focus is on packages that are under active development and/or maintenance,
50+
have a non-trivial user-base (i.e. more users than just the author/s) and offer unique functionality.
5251
Check out the [awesome-spatial](https://github.com/RoboDonut/awesome-spatial#readme),
5352
[awesome-open-geoscience](https://github.com/softwareunderground/awesome-open-geoscience#readme)
5453
and [awesome-earth-artificial-intelligence](https://github.com/ESIPFed/Awesome-Earth-Artificial-Intelligence/blob/master/README.md)
55-
lists for more general (i.e. not unique to AOS) packages that might be of use.
54+
lists for more general (i.e. not specific to AOS) packages that might be of use.
5655
There is some overlap between the scope of the list below and both the
5756
[awesome-coastal](https://github.com/chrisleaman/awesome-coastal#readme) and
5857
[awesome-open-climate-science](https://github.com/pangeo-data/awesome-open-climate-science#readme) lists.
5958

6059
## General utilities
6160

61+
**[xCDAT](https://xcdat.readthedocs.io/en/latest/)** (Lawrence Livermore National Laboratory)
62+
An extension of xarray for climate data analysis on structured grids.
63+
Serves as a spiritual successor to the Community Data Analysis Tools (CDAT) library.
64+
6265
**[GeoCAT-comp](https://geocat-comp.readthedocs.io/en/latest/)** ([GeoCAT](https://geocat.ucar.edu/) project)
6366
Computational routines from the NCAR Command Language (NCL).
6467

0 commit comments

Comments
 (0)