From 07262d6485ae23d7f6479868c90030d6861db4a2 Mon Sep 17 00:00:00 2001 From: ArTourter Date: Sat, 5 Mar 2022 01:10:10 +0000 Subject: gis/python3-xarray: renamed from python/xarray and updated for version 2022.03.0 This is very much a gis package and is python3 only so rename now before other packages start depending on it. Signed-off-by: ArTourter Signed-off-by: Willy Sudiarto Raharjo --- gis/python3-xarray/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gis/python3-xarray/README (limited to 'gis/python3-xarray/README') diff --git a/gis/python3-xarray/README b/gis/python3-xarray/README new file mode 100644 index 0000000000000..9b2f842138274 --- /dev/null +++ b/gis/python3-xarray/README @@ -0,0 +1,9 @@ +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. -- cgit v1.2.3