Mercurial > repos > climate > mean_per_zone
annotate README.md @ 0:4f14b5b97262 draft
planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/mean-per-zone commit 24f20e7459e275c14376680f9bb91cd8ac26d9a5
author | climate |
---|---|
date | Thu, 25 Apr 2019 14:32:23 -0400 |
parents | |
children |
rev | line source |
---|---|
0
4f14b5b97262
planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/mean-per-zone commit 24f20e7459e275c14376680f9bb91cd8ac26d9a5
climate
parents:
diff
changeset
|
1 |
4f14b5b97262
planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/mean-per-zone commit 24f20e7459e275c14376680f9bb91cd8ac26d9a5
climate
parents:
diff
changeset
|
2 # Zonal statistics |
4f14b5b97262
planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/mean-per-zone commit 24f20e7459e275c14376680f9bb91cd8ac26d9a5
climate
parents:
diff
changeset
|
3 |
4f14b5b97262
planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/mean-per-zone commit 24f20e7459e275c14376680f9bb91cd8ac26d9a5
climate
parents:
diff
changeset
|
4 This tool allows to compute zonal statistics from geospatial raster data |
4f14b5b97262
planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/mean-per-zone commit 24f20e7459e275c14376680f9bb91cd8ac26d9a5
climate
parents:
diff
changeset
|
5 based on vector geometries (shapefile). |
4f14b5b97262
planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/mean-per-zone commit 24f20e7459e275c14376680f9bb91cd8ac26d9a5
climate
parents:
diff
changeset
|
6 The raster input file must be in netCDF format with geographical coordinates |
4f14b5b97262
planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/mean-per-zone commit 24f20e7459e275c14376680f9bb91cd8ac26d9a5
climate
parents:
diff
changeset
|
7 (latitudes, longitudes) with the same coordinate reference system as the |
4f14b5b97262
planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/mean-per-zone commit 24f20e7459e275c14376680f9bb91cd8ac26d9a5
climate
parents:
diff
changeset
|
8 shapefile. |