项目作者: Parera-Portell

项目描述 :
A sea ice detection algorithm to map sea ice using MODIS visible and infrared data at 500 m resolution.
高级语言: Python
项目地址: git://github.com/Parera-Portell/IceMap500.git
创建时间: 2018-10-13T11:08:49Z
项目社区:https://github.com/Parera-Portell/IceMap500

开源协议:GNU General Public License v3.0

下载


IceMap500

A sea ice detection algorithm to map sea ice using MODIS visible and infrared data at 500 m resolution. Tested under Unix systems.

Credits: Joan A. Parera-Portell, Raquel Ubach and Charles Gignac.
See https://doi.org/10.5194/tc-15-2803-2021 for technical details on the algorithm.


REQUIREMENTS

-Python 3

Including the following libraries:

  1. -numpy
  2. -osgeo
  3. -jenkspy
  4. -whitebox

-HEG Tool, https://newsroom.gsfc.nasa.gov/sdptoolkit/HEG/HEGHome.html

INPUT FILES

  1. -MOD021KM / MYD021KM
  2. -MOD02HKM / MYD02HKM
  3. -MOD35_L2 / MYD35_L2

MODIS original hdf data must be stored in a directory structured by year and month:

  1. -->data_dir
  2. -->yyyy
  3. -->mm

All output maps are projected in Lambert Azimuthal Equal Area.

To run the script simply type python3 [path]/icemap500.py in your terminal. The script will automatically ask the
user for input and options.