Tagged Questions
4
votes
3answers
85 views
How to subset X number of features from Shape file in QGIS
I'm looking for a means to take a rather large Shape file and split it out into separate, smaller shapefiles based on number of features. So for example, if I have a file with 1 million features, ...
2
votes
1answer
72 views
From Raster to Masked and Filtered Polygon Vector
I have a set of rasters (geologic risk) from which I want to extract zones with a specific color, clipping them with a polygon (administrative borders), outputting a shapefile.
I'm using QGis (and ...
4
votes
2answers
1k views
How to clip a vector feature to the extent of an existing raster dataset using arcpy
I have a clipped raster dataset with polylines (from the contour tool) overlayed (see attached). I am trying to clip the polylines to the extent of the raster dataset, which seems simple enough, but ...