Calculate the Sum of the nightlights data from TIFF images

版本 1.0.2 (20.4 KB) 作者: Reema Alhassan
A program that read the nightlights data from the satellite images (TIFF) and calculates the sum of lights inside each geometry polygon.
46.0 次下载
更新时间 2019/1/20

查看许可证

This program read the nightlights data from the satellite images (TIFF) to calculate the sum of the nightlights inside each geometry polygon and write the results in a CSV file.
I was working on this project during my training in KAPSARC (King Abdullah Petroleum Studies and Research Center).
With my supervisor Hector G. LOPEZ-RUIZ
from May- July 2018.

The two main algorithms that I have used in this program are:
1- [A,x,y,I]=geoimread(filename,varargin) by Aslak Grinsted
from : https://ww2.mathworks.cn/matlabcentral/fileexchange/46904-geoimread
2- insidepoly(gridsX,gridsY,shapeX,shapeY) by Bruno Luong
from: https://ww2.mathworks.cn/matlabcentral/fileexchange/27840-2d-polygon-interior-detection?s_tid=answers_rc2-1_p4_MLT

引用格式

Reema Alhassan (2024). Calculate the Sum of the nightlights data from TIFF images (https://www.mathworks.com/matlabcentral/fileexchange/70035-calculate-the-sum-of-the-nightlights-data-from-tiff-images), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2018b
兼容 R2018b
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Map Display 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.2

Edit the description

1.0.1

Edit the description box

1.0.0