Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goldbattle/himawari8-compiler
Compiles images from the Himawari 8 japanese weather satellite
https://github.com/goldbattle/himawari8-compiler
Last synced: about 7 hours ago
JSON representation
Compiles images from the Himawari 8 japanese weather satellite
- Host: GitHub
- URL: https://github.com/goldbattle/himawari8-compiler
- Owner: goldbattle
- Created: 2016-01-27T20:08:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T03:02:47.000Z (almost 9 years ago)
- Last Synced: 2024-08-02T12:22:17.271Z (3 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# himawari8-compiler
This repo gets images from the [Himawari 8](https://en.wikipedia.org/wiki/Himawari_8) satellite. This was inspired by the great work by https://glittering.blue/ author. The fetch script is a variation of his [original](https://gist.github.com/celoyd/39c53f824daef7d363db) script. See how to run the script below, which will download all the images for a day, and compile each tile into a large single png. Note day is for January of 2016 and that the valid zoom levels seem to be powers of 2, 1..16, and 20.
# Install
* Runs with python 3.5.1
* python -m pip install --upgrade pip
* pip install requests
* pip install python-dateutil
* pip install image# Running
```console
python hi8_compile.py 25 8
python hi8_compile.py
```