@@ -37,7 +37,6 @@ base their data analysis around one of the following all-purpose packages
37
37
(listed in order of popularity/usage):
38
38
* [ xarray] ( http://xarray.pydata.org/en/stable/ ) (supported by the [ PyData] ( https://pydata.org/ ) community)
39
39
* [ 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)
41
40
* [ cf-python] ( https://ncas-cms.github.io/cf-python/ ) (supported by the [ NCAS-CMS] ( https://cms.ncas.ac.uk/ ) )
42
41
* [ PyGeode] ( https://pygeode.github.io/ )
43
42
@@ -47,18 +46,22 @@ and/or the more generic data science packages such as [NumPy](http://www.numpy.o
47
46
and [ matplotlib] ( https://matplotlib.org/ ) .
48
47
49
48
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 .
52
51
Check out the [ awesome-spatial] ( https://github.com/RoboDonut/awesome-spatial#readme ) ,
53
52
[ awesome-open-geoscience] ( https://github.com/softwareunderground/awesome-open-geoscience#readme )
54
53
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.
56
55
There is some overlap between the scope of the list below and both the
57
56
[ awesome-coastal] ( https://github.com/chrisleaman/awesome-coastal#readme ) and
58
57
[ awesome-open-climate-science] ( https://github.com/pangeo-data/awesome-open-climate-science#readme ) lists.
59
58
60
59
## General utilities
61
60
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
+
62
65
** [ GeoCAT-comp] ( https://geocat-comp.readthedocs.io/en/latest/ ) ** ([ GeoCAT] ( https://geocat.ucar.edu/ ) project)
63
66
Computational routines from the NCAR Command Language (NCL).
64
67
0 commit comments