Hi,
I would like to know how to select one grid cell and extract values from precipation and evapotranspiration raster data sets (GRID format). I am also using a world shapefile which contains the names of countries, area and their respective population.
Any assistance would be greatly appeciated.
Thank you.
I would like to know how to select one grid cell and extract values from precipation and evapotranspiration raster data sets (GRID format). I am also using a world shapefile which contains the names of countries, area and their respective population.
Any assistance would be greatly appeciated.
Thank you.
In ArcMap, the identify tool will return the value of anywhere you click on if you just want to see that.
In arcpy there is a GetCellValue(X, Y) function which will programmatically do a similar thing.
You could also create a set of points and use Sample to get the values at each point.
Cheers, Neil