Tagged Questions
0
votes
0answers
36 views
What Crop tools are available in QGIS to alter a raster .SHP layer
I'm successful in getting heat maps which resolve around my data; however the area of the Heat map raster layer is perhaps 50-100 times the point set perimeter and the cell size is way too large for ...
2
votes
2answers
212 views
How to get an extent for Raster using python
I have to get an extent of a given raster so that I can save it and use the same to clip another raster with that extracted extent. As of now I am stuck in the extent part.
import arcpy
from arcpy ...
2
votes
0answers
258 views
Output raster extents when using the Spatial Analyst Extract By Mask tool to clip a raster
I am using ArcGIS 9.2 and I have a simple python script that does the following :
Loop over a polygon feature class (shown in red in the image
below)
For each record, create a feature layer to ...
