Skip to content

Select blocks for AHI (HIMAWARI-8/9) files in HSD format

License

Notifications You must be signed in to change notification settings

BigShuiTai/AHI_blocks_selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AHI_blocks_selector

Select blocks for AHI (HIMAWARI-8/9) files in HSD format

Usage

#!/usr/bin/bash
ahi_sat_id='H08'
year=2020
month=10; day=31
hour=18; minute=00
band_name="BAND13"
latitude=12; latitude_span=5
python ahi_blocks.py -id $ahi_sat_id -t "$year$month$day$hour$minute" -b "$band_name" -lat $latitude -latspan $latitude_span

About

Select blocks for AHI (HIMAWARI-8/9) files in HSD format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages