Skip to main content

Questions tagged [clip]

To limit or reduce the extent of one dataset by the extents or boundary of another.

0 votes
0 answers
63 views

Clipping raster using vector layer in GeoServer

I am trying to clip a raster layer using boundaries from a vector layer. I have tried using WPS chaining to do it. I have used gs:cropcoverage as input process for the raster and gs:collectgeometries ...
Nilesh chauhan's user avatar
0 votes
1 answer
48 views

Raster clip using REST API with shapefile polygon

I am using GeoServer for my project along with React and Leaflet (react-leaflet plugin ). Is there a way to clip a raster stored in the GeoServer on the fly? I want to display the clipped raster in ...
Nilesh chauhan's user avatar
0 votes
0 answers
43 views

Cannot manage to clip DEM raster using vector for calculating flood depth on QGIS

I have a huge DEM that I want to clip on QGIS based on a flood vector layer so that I can easily calculate the flood depth based on the highest DEM value in the flooded area. I am trying to use the &...
qgisusser's user avatar
1 vote
1 answer
62 views

Producing raster data clipped automatically by multiple polygons in QGIS

I have raster data covering an entire country (say, India) and would like to split the raster image into districts. To that end, I have obtained the district level shapefile and have added it as a ...
The Testosterone Fanatic's user avatar
0 votes
0 answers
45 views

QGIS 3.22.16 Split road lines at polygon border

I am using the QGIS 3.22.16. I tried to get the length of the roads in each county. I used the clip tool however the road length of the ones crossing the boundary still the same length. By any chance ...
GIS Noh's user avatar
  • 321
0 votes
0 answers
70 views

Getting imagery in Google Earth Engine

Is it OK to flatten several features into a single one before obtaining the raster data? I have several AOIs in the form of GeoJSON files. I open them using AOI01 = geemap.geojson_to_ee('path/to/AOI01....
terauser's user avatar
0 votes
1 answer
46 views

GEE - Is there a way to divide an image to a set number of rows and columns, then export those smaller images?

I have a square over the area of interest. What I want to do is split the image that I've clipped from the square into 64 smaller squares, or maybe less like 16 smaller squares. After which I will ...
Ace Orolfo's user avatar
0 votes
1 answer
55 views

What Does It Mean To "Clip" A Polygon?

I have the following dataset in R - this dataset contains a list of geocoded addresses (Canada) with their Postal Codes, Longitudes and Latitudes: https://www.dropbox.com/scl/fi/9kjoqsppb85ip0tdc5wmr/...
stats_noob's user avatar
0 votes
0 answers
42 views

Python OGR error when intesecting line by polygon

When I try to find the intersection of a line gdb layer with a polygon layer I get the following error: Can only insert a LineString/MultiLineString/CircularString/CompoundCurve/MultiCurve in a ...
Robert Thomas Almodovar's user avatar
0 votes
1 answer
184 views

Passing geometry dataset type to gdal.Warp() for a clip operation - order of operations and file type confusion

Trying to wrap my head around the correct order of operations and file type(s) required by gdal.Warp(). I have a valid geometry object created from the shapely object.unary_union.convex_hull method. ...
bashity's user avatar
  • 109
0 votes
1 answer
27 views

Clipping a raster via mask on runtime before uploading into GeoServer

I have point data which is being interpolated and a raster is generated. The raster is a rectangular grid and I need the raster of Pakistan only. I'm using shapefile of Pakistan to specify the bounds ...
Hayat Ullah Abid's user avatar
0 votes
0 answers
126 views

How to clip raster image and convert to XML file?

I've tried to clip raster images with different software such as ENVI to keep metadata files and it was done successfully. After this step, I want to convert the clipped image to XML file. in order to ...
shabnam's user avatar
0 votes
1 answer
32 views

Raster band values affecting analysis in ArcMap

I've been trying to clip a raster data but the output each time has different band values resulting in different symbology. I checked online and it seems there is no applicable solution, and I even ...
Yfunfur's user avatar
2 votes
1 answer
122 views

Clip raster to certain pixel size in multiple mannualy selected locations in QGIS

I want to manually select and clip several areas in a raster layer and get the outcome of a certain size in pixels (e.g. 500x500px). I would approach it with first creating polygon shapefiles over the ...
Meleta's user avatar
  • 21
4 votes
1 answer
467 views

Clipping lines from intersecting polygons with sf in R

I am attempting to clip sf lines where they overlap with polygons in R - the opposite of the clip in the image below: I've created a reprex below, where the blue lines outside of the circle should be ...
geoscience123's user avatar

15 30 50 per page
1
3 4
5
6 7
92