tomtaylor / satellite-eyes

Mac OS X app to automatically set your desktop wallpaper to the satellite view overhead.
http://satelliteeyes.tomtaylor.co.uk
Other
664 stars 61 forks source link

Ability to overlay weather details like cloud #41

Open pathikrit opened 9 years ago

pathikrit commented 9 years ago

e.g. http://forecast.io/ and http://earth.nullschool.net/

karlsander commented 9 years ago

Maybe you could find or create a tile source that includes weather? Sort of like mapbox does here. That one looks to be not released yet though.

bobthecow commented 9 years ago

@karlsander That looks great :)

tomtaylor commented 9 years ago

MapBox gave me a free account to run their map styles from for Satellite Eyes. If someone can make a tile source then I’ll happily host it using that.

On 14 Dec 2014, at 17:26, Justin Hileman notifications@github.com wrote:

@karlsander That looks great :)

— Reply to this email directly or view it on GitHub.

karlsander commented 9 years ago

I looked a little more and found this free tilesource. Its just the transparent weather overlay, but they look really good. Now we’d just need to combine the multiple layers into a png server side, instead of clientside with js. I can’t figure out if that is possible with mapbox.

I’m kind of into this precipitation_cls layer even without a base map, looks cool with vibrancy: screen shot 2014-12-14 at 23 01 02

tomtaylor commented 9 years ago

@karlsander that's nice! If you can work this up into a pull request, I'd be happy to accept it.