I need to clip a vector file based on certain values of a raster (Slope > 2%). I can´t find a direct way to do it.
Trying to vectorize the raster first didn´t work.
Is there any tool (ArcGIS or OpenSource GIS) I could use that I haven´t found yet?
|
|
|
In ArcGIS you can use Reclassify tool from Spatial Analyst to extract values with slope > 2 %. |
|||||||||||
|
|
Can you elaborate your question a little bit? Where is the vector file coming from. On a side note, do you have access to ArcGIS Spatial Analyst extension, if you do, then you make be able to extract subset of the raster using Raster Calculator. Here specifically you can use the "Con" (conditional evaluation) function. http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Conditional%20evaluation:%20Con or http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000005000000.htm |
|||
|
|
Marcin, Saurabh, the problem definitely was the size of the datasets. Splitting up the huge dataset, doing the geoprocessing on the different parts and merging them back together afterwards worked without any problems. Maybe datasets with several millions of features are just too much for ArcGIS to handle. |
|||
|
|