Mercurial > repos > ecology > xarray_select
annotate README.md @ 0:a71593187a08 draft
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit f1455c158011dc4aab0fd469cf794be6f4142992"
| author | ecology |
|---|---|
| date | Fri, 22 May 2020 09:18:08 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
a71593187a08
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit f1455c158011dc4aab0fd469cf794be6f4142992"
ecology
parents:
diff
changeset
|
1 # Xarray tools for netCDF |
|
a71593187a08
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit f1455c158011dc4aab0fd469cf794be6f4142992"
ecology
parents:
diff
changeset
|
2 ## netCDF metadata information |
|
a71593187a08
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit f1455c158011dc4aab0fd469cf794be6f4142992"
ecology
parents:
diff
changeset
|
3 |
|
a71593187a08
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit f1455c158011dc4aab0fd469cf794be6f4142992"
ecology
parents:
diff
changeset
|
4 The first tool `xarray_metadata_info ` uses xarray to provide users with general information about variable names, dimensions |
|
a71593187a08
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit f1455c158011dc4aab0fd469cf794be6f4142992"
ecology
parents:
diff
changeset
|
5 and attributes. |
|
a71593187a08
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit f1455c158011dc4aab0fd469cf794be6f4142992"
ecology
parents:
diff
changeset
|
6 Variables that can be extracted and dimensions available are printed in a tabular file. |
|
a71593187a08
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit f1455c158011dc4aab0fd469cf794be6f4142992"
ecology
parents:
diff
changeset
|
7 |
|
a71593187a08
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit f1455c158011dc4aab0fd469cf794be6f4142992"
ecology
parents:
diff
changeset
|
8 The tool also print a general information file. It's the result of the xarray method info(). |
