Extracting data from a raster file with the borders of polygon (vector in shapefile)
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Abbas
am 26 Feb. 2014
Beantwortet: Suman Dhamala
am 28 Jun. 2021
Hi everyone,
I am working with geotiff files and I want to extract the value of part of it restricted by a polygon in a shapefile. In ARC GIS there is a command called "extract by mask" and it is possible to extract part of a raster file using a polygon or another smaller raster which is smaller than the original file. Let me know how I can do it.
Cheers Abbas
0 Kommentare
Akzeptierte Antwort
Chad Greene
am 21 Sep. 2014
This may not be exactly what you're looking for, but you could interpolate values given by lat/lon or map x/y using geotiffinterp. You may be able to adapt the regridding example in that link to suit your needs.
0 Kommentare
Weitere Antworten (1)
Suman Dhamala
am 28 Jun. 2021
You can use clip raster by polygon function.
https://in.mathworks.com/matlabcentral/fileexchange/63855-clip-raster-by-polygon
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!