Clip Raster By Polygon

Clips a raster by a polygon and extracts certain statistics
355 descargas
Actualizado 24 jul 2017

Ver licencia

This code clips a raster data to a polygon and calculates some statistics. Current operations are:
- Aggregate By Area: sum all the pixels within the polygon. Values are multiplied by the overlapping area of the pixel and the polygon.
- Average By Area: averages all the pixels within the polygon. The average is a weighted average based on the overlapping area of the pixel and the polygon
- aggregate: Sum of all the pixels that area within the polygon, even if partially.
- average: averages all the pixels within the area, even if partially.
- Majority: Returns the most frequently occuring value among all the pixels within polygon (even if partially). It uses "mode" function of matlab.

Citar como

Mohammad Abouali (2024). Clip Raster By Polygon (https://www.mathworks.com/matlabcentral/fileexchange/63855-clip-raster-by-polygon), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2016b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Elementary Polygons en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0