Skip to main content

Sateliite Imagery Download Package

Project description

Python_JAXA_Himawari8_Imagery_Downloader

Python script to ftp download of himawari8 real-time full disk satellite image files from JAXA server for the specified date range(Himawari standard data will be provided only for the latest 30 days).

Pre-requisites:


User Registration
    Make an User Account request for the data use of JAXA p-Tree system:
    a. Apply for a user account by clicking the user registration button on top of the website https://www.eorc.jaxa.jp/ptree/index_j.html.
    b. Enter the user information according the procedure described. Application acceptance email will be sent from the P-Tree secretariat.
    c. Download the python package from pip.
    d. pip install ftp-himawari8-hsd
Software needed
  1. Install Anaconda framework(Opensource) from website https://www.anaconda.com/products/individual to your local machine.
  2. Install Python(version >= 3.7) from website https://www.python.org/downloads/
  3. After successfully installing Python, Create virtual or conda environment and install the following python dependencies as listed in requirements.txt
Python Dependencies:
ftp_himawari8_hsd depends on the python packages as listed in requirements.txt file of this repository.

Usage

Downloading Satellite Imagery from JAXA server


Execute ftp_himawari8_hsd.download() . Input start date and end date, download file path, JAXA username and password.
example:
> ftp_himawari8_hsd.download()
Enter start datetime yyyy/mm/dd hh:mm: 20210725 00:00 
Enter end datetime yyyy/mm/dd hh:mm : 2021/7/25 23:50      
Enter download file path : D:\ftp_test     
Enter your JAXA p-Tree username: test_123    
Enter your JAXA p-Tree password: test_123 

This will download the full-disk Himawari8 Standard Data as zipped files (.bz2) and then automatically unzipped (.DAT).The general HSD file name format is: HS_aaa_yyyymmdd_hhnn_Bbb_FLDK_Rjj_Skkll.DAT. Letters indicate different information. "HS" means Himawari Standard Data. "aaa" means satellite name and can be H08 (Himawari-8) or H09(Himawati-9). "hhnn" indicates hour and minute (every 10 minute). "bb" indicates band number from 01 to 16. "FLDK" means full-disk. "jj" indicates the spatial resolution in which 05 means 0.5 km, 10 means 1 km and 20 means 2 km."kkll" indicates information on the segment division of HSD. "kk" means segment number from 01 to ll. "ll" means total number of segments ranges between 01 and 99.

Examples of download period

  1. download for given range of dates. Output file timestamps are every 10-minute timestamps from "2021/07/25 00:00" to "2021/07/25 23:50".
  2. Enter start datetime yyyy/mm/dd hh:mm: 2021/07/25 
    Enter end datetime yyyy/mm/dd hh:mm : 2021/07/25
    
  3. download for given time range of current date. Output file timestamps are current day's "01:00", "01:10" and "01:20".
  4. Enter start datetime yyyy/mm/dd hh:mm: 01:00 
    Enter end datetime yyyy/mm/dd hh:mm : 01:20     
    
  5. download for given range of timestamps. Output file timestamps are every 10-minute timestamps from "2021/07/25 00:00" to "2021/07/25 23:50".
  6. Enter start datetime yyyy/mm/dd hh:mm: 2021/7/25 00:00
    Enter end datetime yyyy/mm/dd hh:mm : 2021/7/25 23:50         
    

You can also use ftp_himawari8_hsd.help() to get help on the console

How to use downloaded Satellite Imagery


Refer to 'Processing_Satellite_Imagery.ipynb' file of this repository for how to open the downloaded files and make use of it. Detailed usage include but not limited to open, process, crop, save Satellite Imagery and generate Composites.
Download atleast 10 minutes (e.g. 2:00 to 2:10) data of a date to work on this processing.

Example 1: AHI Himawari8 Full Disk image for Band 1

Example 2: Generate composite "airmass". To generate Satpy Composites needs all bands B01-B16 for at least 10 minutes timeframe of a date.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ftp_himawari8_hsd-1.0.7.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

ftp_himawari8_hsd-1.0.7-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page