diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:58:27 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:58:27 -0400 |
commit | aec6fd3223198647d8923f40a364b023a7120d50 (patch) | |
tree | d9f9a6fe96b9fb42dcb52e1430031c4d3bcd22b4 /gis | |
parent | 463dc705b9ff653bba017300a0694f3de625ba17 (diff) | |
download | slackbuilds-aec6fd3223198647d8923f40a364b023a7120d50.tar.gz |
gis/python3-xarray: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/python3-xarray/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gis/python3-xarray/README b/gis/python3-xarray/README index 9b2f842138..3984ba192b 100644 --- a/gis/python3-xarray/README +++ b/gis/python3-xarray/README @@ -1,9 +1,10 @@ -xarray is an open source project and Python package that aims to bring the -labeled data power of pandas to the physical sciences, by providing -N-dimensional variants of the core pandas data structures. +xarray is an open source project and Python package that aims to +bring the labeled data power of pandas to the physical sciences, by +providing N-dimensional variants of the core pandas data structures. The goal is to provide a pandas-like and pandas-compatible toolkit for -analytics on multi-dimensional arrays, rather than the tabular data for which -pandas excels. Our approach adopts the Common Data Model for self- describing -scientific data in widespread use in the Earth sciences: xarray.Dataset is an -in-memory representation of a netCDF file. +analytics on multi-dimensional arrays, rather than the tabular data +for which pandas excels. Our approach adopts the Common Data Model +for self- describing scientific data in widespread use in the Earth +sciences: xarray.Dataset is an in-memory representation of a netCDF +file. |