Mercurial > repos > ecology > xarray_netcdf2netcdf
annotate README.md @ 1:0821b7d930ac draft
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit 0c4e3e42ddfcc1d4a2c4085063cd6a3f5cb2bf37"
author | ecology |
---|---|
date | Sun, 29 Aug 2021 16:42:30 +0000 |
parents | 01bcb90e85be |
children |
rev | line source |
---|---|
0
01bcb90e85be
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit 57b6d23e3734d883e71081c78e77964d61be82ba"
ecology
parents:
diff
changeset
|
1 # Xarray tools for netCDF |
01bcb90e85be
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit 57b6d23e3734d883e71081c78e77964d61be82ba"
ecology
parents:
diff
changeset
|
2 ## netCDF metadata information |
01bcb90e85be
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit 57b6d23e3734d883e71081c78e77964d61be82ba"
ecology
parents:
diff
changeset
|
3 |
01bcb90e85be
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit 57b6d23e3734d883e71081c78e77964d61be82ba"
ecology
parents:
diff
changeset
|
4 The first tool `xarray_metadata_info ` uses xarray to provide users with general information about variable names, dimensions |
01bcb90e85be
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit 57b6d23e3734d883e71081c78e77964d61be82ba"
ecology
parents:
diff
changeset
|
5 and attributes. |
01bcb90e85be
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit 57b6d23e3734d883e71081c78e77964d61be82ba"
ecology
parents:
diff
changeset
|
6 Variables that can be extracted and dimensions available are printed in a tabular file. |
01bcb90e85be
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit 57b6d23e3734d883e71081c78e77964d61be82ba"
ecology
parents:
diff
changeset
|
7 |
01bcb90e85be
"planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit 57b6d23e3734d883e71081c78e77964d61be82ba"
ecology
parents:
diff
changeset
|
8 The tool also print a general information file. It's the result of the xarray method info(). |