Tagged Questions
2
votes
0answers
26 views
Clipped raster leaks outside polygons
I am trying to clip a raster (DEM) with a polygon layer in ArcGIS10.1, using Data Management>>Raster>>Clip. Basically the clipped raster has many pixels outside the polygon boundary, mainly for thin ...
1
vote
1answer
41 views
Maps with Clipping on ArcGIS Server
We are publishing raster layers (computed via kriging) to ArcGIS server 10.1. A significant feature of our local geography is a large body of water, in our case, Lake Michigan.
Although I can clip ...
0
votes
1answer
49 views
Extract polygon from several FC in one process
I've built a polygon and used Clip (Analysis Tools) in order to extract information from several FC that intersect the polygon. Of course, I used the clip tool for each feature class.
My boss wants a ...
1
vote
0answers
47 views
How to clip Raster using multiple polygons and Python? [duplicate]
Possible Duplicate:
clipping a raster by multiple datasets or polygons
I have polygon layer and DEM and I want to write a program using python to cut the raster into multi-raster based on ...
3
votes
1answer
137 views
How to Get the Three Nearest Points to an Object (different layer)?
I have two point shapefiles and I want for each point in the 1st shapefile to get the 3 closest (based on air distance) points from the 2nd shapefile.
If possible, it would be great to have each of ...