Skip to main content

All Questions

Tagged with
0 votes
0 answers
17 views

Clipping MODIS HDF file in Python

I am trying to clip MODIS Land Surface Temperature in Python for a defined extent. Even though the files have been clipped, the size (X x Y) of the new file is changed. So when I plot the new data, ...
Ashish Ganesh's user avatar
0 votes
0 answers
46 views

Clip raster to specified extent

I want a clip a raster to a specified extent of a shapefile (polygon), I usually use clip raster tool in ArcGIS Pro, my raster cell size is 10 m and when I clip it using the tool the generated raster ...
Omab's user avatar
  • 1
0 votes
0 answers
26 views

Raster Clipping not following the output extent

I'm having trouble with clipping raster in ArcGIS. I have a raster file that I want to clip in my study area (shapefile). I use the Clip Raster tool under the Data Management Tools, however the result ...
zxz_341's user avatar
  • 21
0 votes
1 answer
44 views

Save images of raster layer based on polygon - QGIS

i have a background raster layer and a vector layer with different polygons. Is it possible to save "images" from the raster layer that are within each polygon? I have 100 polygons and would ...
Magnus_Garl's user avatar
0 votes
0 answers
26 views

Raster Clip by Polygon Log Error

When running the "clip raster by mask layer" tool, I come across this error and I am unsure on what to do with it. I have tried researching this problem and found a few solutions that worked ...
CaptainFishboy's user avatar
0 votes
0 answers
46 views

Cutting a raster based on a grid (vector file) in ArcGIS Pro, do I first have to convert them to the same coordinate system?

I have a raster file (TIFF) in WGS 1984 and a vector grid file (North America Lambert Conformal Conic). I want to average the value of the raster for each grid cell. I supposed I would first have to ...
cloudberry's user avatar
0 votes
0 answers
43 views

What are steps to clip Google Satellite Layer from OpenLayers plugin? [duplicate]

I have imported the Google satellite imagery through the OpenLayers plugin. I want to clip it to a polygon shapefile in Wales. Is it possible to do this and if not what are the closest alternatives? ...
Harry Batchelor's user avatar
3 votes
2 answers
84 views

QGIS: Clipping lat/lon points to raster file based on threshold value

Let's say I have an excel file that has a large number of lat/lon points that can be brought into QGIs such as: I then also have a raster layer that looks like the following: Each color in the above ...
Miss_Orchid's user avatar
2 votes
0 answers
50 views

How to clip precipitation layer to a shapefile in QGIS?

I downloaded a 4000m resolution precipitation dataset from ClimateEngine. I tried clipping by mask layer and the clipped raster doesn’t fill out the shapefile leaving major gaps. What can be done so ...
ccquinon's user avatar
0 votes
2 answers
152 views

Access window out of range in RasterIO(). Requested (0,0) of size 232x608 on raster of 231x608

I'm trying to clip one raster by the other to have the same size. I use this code to do so : IMG1 = gdal.Open("C:/Users/aurel/Downloads/2013-10-26.tif") IMG2 = gdal.Open("C:/Users/aurel/...
Aurélien Lengrand's user avatar
0 votes
2 answers
82 views

Rasters not having the same total area for classes within the same study area

I have multiple rasters for various data: LULC, Elevation classes, Slope steepnees classes, Soil types. All those rasters have the same properties: all have the same number of columns and rows; same ...
gis1234's user avatar
  • 319
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

15 30 50 per page
1
2 3 4 5
27