You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release implements additional `xarray` features_
6
+
7
+
**Features:**
8
+
9
+
-`xarray` native S3 methods for assigning/replacing variables (see `?odcr::Extract`)
10
+
11
+
**Bug fixes:**
12
+
13
+
- The `xarray` attribute "unit" and the `xarray` name of the first object used in an arithmetic operation are not copied to the resulting `xarray` object anymore but stripped instead.
14
+
15
+
16
+
***
17
+
18
+
## 0.0.1 (pre-release)
19
+
20
+
This release implements a basic API for interacting with `datacube` and `xarray`.
21
+
22
+
**Features:**
23
+
24
+
- basic database connection (see `?odcr::database`)
25
+
-`datacube` core `Datacube` class methods (see `?odcr::datacube`)
26
+
-`datacube` core data discovery methods (see `?odcr::datacube`
27
+
-`datacube` core data loading methods (see `?odcr::datacube`
28
+
-`xarray``xarray.core.dataarray.DataArray` class and formal S3 definition
29
+
-`xarray``xarray.core.dataset.Dataset` class and formal S3 definition
30
+
-`xarray` native S3 methods for retrieving dimensions (see `?odcr::dim`)
31
+
-`xarray` native S3 methods for indexing by arbitrary number of dimensions (see `?odcr::Extract`)
32
+
-`xarray` native S3 methods for indexing by variable (see `?odcr::Extract`)
33
+
-`xarray` native S3 methods for indexing by time strings (see `?odcr::Extract`)
34
+
-`xarray` native S3 methods for arithmetic operators (see `?odcr::Arithmetic`)
35
+
-`xarray` native S3 methods for coercing to native spatial classes `raster*` and `stars` (see `?odcr::as`)
36
+
-`xarray` native S3 methods for plotting (see `?odcr::plot`)
0 commit comments