-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExtractor-datatree.yaml
40 lines (40 loc) · 1.14 KB
/
Extractor-datatree.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
id: >-
datatree
name: >-
Datatree is a prototype implementation of a tree-like hierarchical
data structure for xarray.
description: >-
Extractor for netCDF files using xarray's Datasets.
subject:
- data science
source_repository: >-
https://github.com/xarray-contrib/datatree
documentation: >-
https://xarray-datatree.readthedocs.io/en/latest/
usage:
- method: python
scope: meta+data
setup: datatree
command: datatree.open_datatree({{ file_path }})
installation:
- method: pip
packages:
- xarray-datatree==0.0.12
requires_python: '>=3.9'
instructions: >-
Install the xarray-datatree package into a Python 3.9+ environment with
`pip install xarray-datatree`. After importing, netCDF files can be read
as DataTrees using the 'datatree.open_datatree()' function.
citations:
- title: Datatree documentation
uri: https://xarray-datatree.readthedocs.io/en/latest/
creators:
- T. Nicholas
type: software
supported_filetypes:
- id: netcdf
description: >-
Can load netCDF files into Datatree objects.
license:
spdx: Apache-2.0