All Projects → ungoldman → Himawari Bg

ungoldman / Himawari Bg

Licence: other
🌏 Set the latest image from Himawari 8 as your desktop background.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Himawari Bg

komorebi
A beautiful and customizable wallpaper manager for Linux
Stars: ✭ 231 (+185.19%)
Mutual labels:  wallpaper, desktop, background
Komorebi
A beautiful and customizable wallpapers manager for Linux
Stars: ✭ 2,472 (+2951.85%)
Mutual labels:  background, wallpaper, desktop
vitrina-legacy
A companion app for Muzei that fetches images from Reddit
Stars: ✭ 23 (-71.6%)
Mutual labels:  wallpaper, background
YdarWallpaper
opengl渲染的动态桌面壁纸
Stars: ✭ 65 (-19.75%)
Mutual labels:  wallpaper, desktop
ActiveDesktopPlus
A simple app that lets you pin windows to your desktop and use fullscreen programs and videos as interactive wallpapers.
Stars: ✭ 88 (+8.64%)
Mutual labels:  wallpaper, desktop
Himawari.js
Download real-time images of Earth from the Himawari-8 satellite
Stars: ✭ 1,763 (+2076.54%)
Mutual labels:  satellite, earth
Hydrapaper
A Gtk utility to set two different backgrounds for each monitor on GNOME (which lacks this feature)
Stars: ✭ 134 (+65.43%)
Mutual labels:  background, wallpaper
Wallop
Extensible, living/animated wallpaper engine built in C# using Silk.NET's OpenGL wrapper at its core.
Stars: ✭ 27 (-66.67%)
Mutual labels:  wallpaper, desktop
animwall
Animated wallpapers for Linux
Stars: ✭ 28 (-65.43%)
Mutual labels:  wallpaper, desktop
Zvirtualdesktop
Windows 10 Virtual Desktop Hotkeys, System Tray Icon, Wallpapers, and Task View replacement
Stars: ✭ 322 (+297.53%)
Mutual labels:  wallpaper, desktop
Lively
Stars: ✭ 5,721 (+6962.96%)
Mutual labels:  wallpaper, desktop
Oh My Earth
Make a real time earth picture as your wallpaper
Stars: ✭ 168 (+107.41%)
Mutual labels:  wallpaper, desktop
Dmskin Wallpaper Maker
Windows 桌面动态壁纸 视频壁纸
Stars: ✭ 151 (+86.42%)
Mutual labels:  wallpaper, desktop
Himawari 8 Chrome
🛰 Experience the latest image from the Himawari, GOES, Meteosat, and DSCOVR satellites
Stars: ✭ 48 (-40.74%)
Mutual labels:  satellite, earth
Repaper
Desktop that changes based on weather & time
Stars: ✭ 148 (+82.72%)
Mutual labels:  wallpaper, desktop
Wincustomdesktop
自绘桌面框架,用你的代码绘制桌面
Stars: ✭ 109 (+34.57%)
Mutual labels:  wallpaper, desktop
WorldWeather
The largest three-dimensional web-based interactive browser of satellite, weather, climate, and other time-aware geospatial data on the web, built upon NASA's revolutionary WorldWind technology.
Stars: ✭ 49 (-39.51%)
Mutual labels:  satellite, earth
Paperview
A high performance X11 animated wallpaper setter
Stars: ✭ 999 (+1133.33%)
Mutual labels:  wallpaper, desktop
Redpaper
A tool to download and set desktop wallpapers from Reddit
Stars: ✭ 64 (-20.99%)
Mutual labels:  wallpaper, desktop
Material Message Box
A WPF Message Box implementing material design
Stars: ✭ 69 (-14.81%)
Mutual labels:  desktop

himawari-bg

Set the latest image from Himawari 8 as your desktop background.

npm travis standard

About

Himawari 8 is a geostationary weather satellite deployed by the Japan Meteorological Agency. It takes photographs of Earth every 10 minutes.

himawari-bg is a command line program that lets you set the latest image from the Himawari 8 geostationary satellite as your desktop background.

Desktop Version

This project is now available as a menubar app that automatically sets your background every ten minutes for maximum freshness! Please see hi8 for more info.

Install

Warning: requires ⚡️ magick ⚡️

If you have homebrew installed, you can use that to quickly install imagemagick and graphicsmagick. The rest of the program can be easily installed with npm.

brew install imagemagick
brew install graphicsmagick
npm install --global himawari-bg

Note: This is alpha quality! Tested only on OSX.

Usage

Command Line

You can run himawari-bg on the command line after it's been installed globally with npm.

If you run himawari-bg with no arguments, it will download the latest image from Himawari-8 and set it as your desktop background.

👉 You have to set the background color of your desktop to black manually if you want it to look as cool as possible.

There are some options available if you'd like to go further:

Usage: himawari-bg [options]

    --outfile, -o         Location to save image. (default: ~/Pictures/himawari-images/$TIMESTAMP.jpg)
    --zoom, -z            The zoom level of the image. Can be 1-5. (default: 2)
    --date, -d            Time of the picture desired. Can also be "latest". (default: "latest")
    --infrared, -i        Capture picture on the infrared spectrum. (default: false)
    --parallel, -p        Parallelize downloads for increased speeds (can be CPU intensive). (default: true)
    --version, -v         Show version information.
    --help, -h            Show help.

Node.js

himawari-bg can also be used programmatically as a node module:

npm install himawari-bg

Here is an example of how it works in node:

var bg = require('himawari-bg')

bg({
  /**
   * The location to save the resulting image.
   * Default: `~/Pictures/himawari-images/${Date.now()}.jpg`
   * @type {String}
   */
  outfile: '/path/to/output/earth.jpg',

  /**
   * The time of the picture desired. If you want to get the latest image, use 'latest'.
   * Default: 'latest'
   * @type {String|Date}
   */
  date: 'latest', // Or new Date() or a date string

  /**
   * The zoom level of the image. Can be 1-5 (default: 2)
   * Each zoom level requires more images to be downloaded and therefore stitched
   * together. Higher zoom yields a higher resolution image.
   * Default: 2
   * @type {Number}
   */
  zoom: 2,

  /**
   * If set to true, an image on the infrared light spectrum will be generated
   * Default: false
   * @type {Boolean}
   */
  infrared: false
})

Acknowledgements

Thanks to celoyd for the inspiring glittering.blue and jakiestfu for creating himawari.js.

Addendum

It turns out himawari.js was inspired by this gist by MichaelPote which basically does the exact same thing as himawari-bg except in a Windows Powershell environment. So I unwittingly made something inspired by something that was inspired by something that does what I did. Internet! ¯\_(ツ)_/¯

Additional Resources

Here are some useful links if you're interested in learning more about the Himawari 8 satellite.

Official

Related Projects

Contributing

Contributions welcome! Please read the contributing guidelines before getting started.

License

ISC

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].