Skip to content

matteason/live-cloud-maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live cloud maps 🌍

This project provides free, near real-time, high resolution cloud maps of the whole Earth. You can use them for whatever you like, including as cloud textures in 3D modelling in software like Blender or Xplanet, or in 2D graphics.

You can see them in use on my 3D ISS tracker.

Here's the latest image:

A flat map of Earth with clouds

TL;DR: If you need a high-res greyscale almost-live cloud texture map, use this URL:

https://clouds.matteason.co.uk/images/8192x4096/clouds.jpg

Other formats and resolutions are shown below.

If you have any feedback you can raise an issue, start a discussion or tweet me (@MattEason)

If you find this project useful and you're feeling spendy, you can support me on Ko-Fi:

Buy Me a Coffee at ko-fi.com

Contents

Frequency & availability

Images are updated eight times a day, every three hours, and pushed to clouds.matteason.co.uk. If you configure your software to use https://clouds.matteason.co.uk/images/[RESOLUTION]/[FILENAME] you'll always stay up-to-date.

CORS is enabled, so you can use the latest daily images directly in JavaScript - for example, in a three.js TextureLoader.

I can't guarantee the freshness or quality of images; source data may not be available, or may be temporarily degraded.

Available images

The following images are created every three hours. All images are available in four resolutions: 8192x4096, 4096x2048, 2048x1024 or 1024x512.

The images shown are the latest images available.

Earth with clouds (day): earth.jpg

A flat map of Earth with clouds

The cloud map overlaid on NASA's The Blue Marble: Land Surface, Ocean Color and Sea Ice image.

Earth with clouds (day) image URLs (all resolutions) These URLs are for the latest images:

Cloud map: clouds.jpg

A greyscale cloud map

A greyscale cloud map. Layer this over an image of Earth (and set the blending mode to 'screen' if necessary).

Cloud map image URLs (all resolutions) These URLs are for the latest images:

Cloud map (alpha): clouds-alpha.png

A greyscale cloud map with transparency

The same as above, but as a PNG with alpha transparency (the preview above may not be visible if you use light mode).

Cloud map (alpha) image URLs (all resolutions) These URLs are for the latest images:

Earth with clouds (night): earth-night.jpg

A flat map of Earth at night with clouds obscuring the lights usually visible in populated areas

The cloud map overlaid on NASA's Earth at Night image. You can combine this with the day image using some fancy shader magic to create day/night transitions between this and the day texture:

A rendering of the eastern hemisphere, half in daylight and half in darkness, with city lights showing

Earth with clouds (night) image URLs (all resolutions) These URLs are for the latest images:

Specular map: specular.jpg

A flat map of Earth with clouds and the Earth's surface in black and the sea in white

You can use this specular map to make your model more realistic by only showing specular highlights on bodies of water:

A specular highlight on the sea off the west coast of Africa

Specular image URLs (all resolutions) These URLs are for the latest images:

Limitations

The generated images have some limitations due to the source data.

Poles

The satellites do not capture the polar regions. To compensate for this, the top and bottom of the image are mirrored to cover the gap. These regions aren't very visible on 3D images anyway, and most of the area is covered by the ice caps which makes the clouds even less visible.

Holes

Occasionally, the satellites capturing the source data will miss some regions. These areas will appear as square-ish holes without clouds.

Licence & attribution

The cloud data used for these images is provided by EUMETSAT. You must provide the following attribution to them, per their licensing:

Contains modified EUMETSAT data

The Earth image is provided by NASA. Because it's a work of the US government, it's in the public domain.

I've also released the code and images in this repository into the public domain using the CC0 1.0 Universal licence.

I'd appreciate an attribution if you use the code or images, but it's not necessary. I'd love to know how you're using this project - get in touch on X/Twitter @MattEason or email clouds@matteason.co.uk.

Images are processed with the help of the excellent JIMP image manipulation library.

If you find this project useful, you can support me on Ko-Fi:

Buy Me a Coffee at ko-fi.com