Calculate the Sum of the nightlights data from TIFF images

A program that read the nightlights data from the satellite images (TIFF) and calculates the sum of lights inside each geometry polygon.

現在この提出コンテンツをフォロー中です。

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 (2026). Calculate the Sum of the nightlights data from TIFF images (https://jp.mathworks.com/matlabcentral/fileexchange/70035-calculate-the-sum-of-the-nightlights-data-from-tiff-images), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: 2D polygon interior detection, geoimread

Add the first tag.

一般的な情報

MATLAB リリースの互換性

  • R2018b と互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.2

Edit the description

1.0.1

Edit the description box

1.0.0