Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Python package 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).
import ftp_himawari8_hsd as ftp
hsd=ftp.downloader()
hsd.start_date="2021/07/25 00:00" By default it will retrive the last 10 minutes files
hsd.end_date="2021/07/25 00:00"
hsd.username="foo" Enter your username here
hsd.password="bar" Enter your password here
hsd.download_path="C:/ftp" Enter your download path here
hsd.MAX_WORKERS=8 Enter the number of workers to download here
hsd.run()
By default it will download files from the last 10 minutes.
Necessary inputs are username and password for the function to work
You can use ftp.downloader().help() to get this information printed.
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 Date and Time should be in UTC
Enter start datetime yyyy/mm/dd hh:mm: 2021/07/25 00:00
Enter end datetime yyyy/mm/dd hh:mm : 2021/07/25 23:50
Enter start datetime yyyy/mm/dd hh:mm: 01:00
Enter end datetime yyyy/mm/dd hh:mm : 01:20
Enter start datetime yyyy/mm/dd hh:mm: 2021/7/25
Enter end datetime yyyy/mm/dd hh:mm : 2021/7/25
FAQs
Sateliite Imagery Download Package
We found that ftp-himawari8-hsd demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.