The zonal tag has no wiki summary.
6
votes
2answers
296 views
How to use ZonalStats plugin?
I am using QGIS 1.8.0 on a Windows Home Premium 7 machine. I have a single band TIFF that is 187 MB in size. My vector polygon shapefile represents a regular grid of a 147x112 36kmx36km grid cells. ...
0
votes
2answers
75 views
dat. File and Zonal Statistics
I am trying to introduce the 5 degree dataset from here http://www.cru.uea.ac.uk/cru/data/precip/ (it is the first link). And once I introduce it to GIS to use it as a raster input to calculate zonal ...
2
votes
1answer
56 views
Zonal Statistics-Weighting
I have a raster file on precipitation and I want to create zonal statistics as a table using a shape file wiht boundaries of countries across the world. However it appears that I need to take into ...
0
votes
1answer
28 views
using ZonalStatisticsAsTable in python script
I use a python script in which the function ZonalStatisticsAsTable is called. In ArcGIS9.3 it all worked fine. Our company just went to ArcGIS 10.1 and now it doesn't work anymore.
When looking ...
2
votes
0answers
97 views
How to use GRIB data in ArcGIS? (Zonal Stat as Table)
I am trying to calculate zonal stats as table with a python script for 45 .grib files from the ERA-40 Monthly Mean of Daily Mean database (http://data-portal.ecmwf.int/data/d/era40_moda/) for certain ...
1
vote
0answers
24 views
Problems running zonal statistics - not all zones represented
I have been working on a Python script to automate the steps illustrated by whuber here:Create points around the edge of viewshed results
I am trying to create a horizon graph illustrating the ...
1
vote
0answers
98 views
zonal statistics in Python crashes
I have a python script that works (it's worked for several other projects in the past and it worked for my current project initially). But whenever I run it, Python crashes sporadically. It would go ...
1
vote
0answers
281 views
Raster grid for zonal statistics in R
I have two raster layer, the first one r is my zonal mask as a raster grid, and I created as:
ext <-extent(Yraster)
r <- raster(nrows=32,ncols=32,ext)
r[] <-(1:ncell(r))
and project it ...
0
votes
0answers
22 views
Zonal statistics-troubleshooting
I am using ARCGIS 10.1. I am trying to calculate zonal statistics using as feature zone the world borders (http://thematicmapping.org/downloads/world_borders.php) and as input raster ...