-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
WIP: revise top-level package description #2430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
2df8de5
ca8aa33
40854dd
9901f1e
253baf9
6f84e5a
ec11b01
96ac31d
085a5dd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,12 +2,16 @@ xarray: N-D labeled arrays and datasets in Python | |
| ================================================= | ||
|
|
||
| **xarray** (formerly **xray**) 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. | ||
|
|
||
| Our 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- | ||
| that aims to make working with labelled multi-dimensional arrays simple, | ||
max-sixty marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| efficient, and fun! | ||
|
|
||
| Labelled multi-dimensional (a.k.a. N-dimensional) arrays are encountered in | ||
rabernat marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| many fields, especially physical sciences, engineering, and finance. | ||
| But multi-dimensional data doesn't fit neatly into pandas_, python's most | ||
|
||
| popular data analysis package focused on label tabular data. | ||
rabernat marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Xarray provides a pandas-like and pandas-compatible toolkit for | ||
| analytics on multi-dimensional arrays. | ||
| 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. | ||
|
||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shoyer can we drop the reference to xray? The set of people that know the old xray and don't know the new xarray name is probably next to empty.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sadly, just today in the twitter thread under discussion, someone referenced xray and linked to the v0.2 documentation. 🤦♂️