Git Product home page Git Product logo

Comments (21)

krkeegan avatar krkeegan commented on September 26, 2024 2

If anyone is interested in running their own script to generate cloud maps, here is a simple python script I put together. The output with the default settings will produce a 4096*2048 image identical to that produced by this project.

The script is here https://gist.github.com/krkeegan/64e96290eb6569790d230085016501da

Happy coding!

from cloudmap.

matteason avatar matteason commented on September 26, 2024 2

Hi all - apologies for resurrecting an old issue. I've been looking for cloud maps for a project and was sad to see that you lost your data source. I've built a new project which generates and hosts daily cloud maps from NASA (NOAA/VIIRS) data which might be of interest to some of you: https://github.com/matteason/daily-cloud-maps

from cloudmap.

jmozmoz avatar jmozmoz commented on September 26, 2024 1

There are some possible sources for images:
Overview of services: https://dbaron.org/sat/comp/

https://www.aviationweather.gov/satellite (all images seem to have a grid overlayed)

https://a.atmos.washington.edu/data/weather.html#satellite (also with grid)
https://atmos.uw.edu/cgi-bin/latest.cgi?ir-moll

https://www.ssec.wisc.edu/data/geo/#/animation?satellite=fy2g

https://www.ssec.wisc.edu/data/geo/#/animation?satellite=goes-17-fusion&end_datetime=latest&n_images=1&coverage=fd&channel=12&image_quality=gif&anim_method=javascript

The latter also has coast lines overlayed. But it seems to be the complete collection of images. Unfortunately, it does not give any license/usage information.

from cloudmap.

mikehardy avatar mikehardy commented on September 26, 2024 1

@matteason you are the hero we needed! 😄

from cloudmap.

jmozmoz avatar jmozmoz commented on September 26, 2024 1

See https://github.com/matteason/live-cloud-maps/

from cloudmap.

dirteat avatar dirteat commented on September 26, 2024

Damned, we certainly will need a new source of cloud maps.

It is quite amazing that our taxes are used to finance the satellites producing these maps, but we cannot actually get the bloody maps afterwards, they do not seem to be public domain...

from cloudmap.

jmozmoz avatar jmozmoz commented on September 26, 2024

The dundee website seems really be dead since end of August ("Inactive since 21 Aug 2019")

For a first implementation to use a new image source see apollo-ng/cloudmap#1

from cloudmap.

jmozmoz avatar jmozmoz commented on September 26, 2024

Another source:
https://en.allmetsat.com/index.html

from cloudmap.

jmozmoz avatar jmozmoz commented on September 26, 2024

And yet another source:
https://www.nrlmry.navy.mil/sat-bin/global.cgi

from cloudmap.

dirteat avatar dirteat commented on September 26, 2024

Things move. Have you seen those ones? Very nice, full disk very high resolution, a lot of channel, free download:

https://www.star.nesdis.noaa.gov/GOES/fulldisk.php?sat=G16
https://www.star.nesdis.noaa.gov/GOES/fulldisk.php?sat=G17

Still we would need some equivalent over Europe and Japan, something that does not suck in terms of resolution.

from cloudmap.

dirteat avatar dirteat commented on September 26, 2024

For hardcore enthusiasts, but still GEOS:

https://pietern.github.io/goestools/guides/minimal_receiver.html#minimal-receiver

from cloudmap.

dirteat avatar dirteat commented on September 26, 2024

This rocks too:
https://worldview.earthdata.nasa.gov/

from cloudmap.

jmozmoz avatar jmozmoz commented on September 26, 2024

I guess, I will wait how this works out:
http://www.dundeesat.co.uk/
https://www.theregister.co.uk/2020/01/02/dundee_satellite_station/

from cloudmap.

krkeegan avatar krkeegan commented on September 26, 2024

I have used this project for ages. @jmozmoz thank you for all of the amazing work!

I have spent the last few weeks trying to track down various reliable sources of full disk images. There are a lot of sporadic locations that maybe one could piece together, but it will always be prone to breaking when one location goes offline or changes, as we have seen.

In the process I found RealEarth from the University of Wisconsin Space Science and Engineering Center http://re.ssec.wisc.edu/. RealEarth has a web api for requesting and downloading the images we need http://re.ssec.wisc.edu/doc/api.php. In addition, they also provide a tiling service that provides the images directly without requiring any API http://re.ssec.wisc.edu/doc/dataaccess.php#tiles.

Without any account, they allow 500MB per day of downloading, which seems to be metered by IP address. Additionally, with a free account they allow up to 1GB per day.

They do offer the full disk images, albeit in a projected form. And one could download each and perform the appropriate high latitude cleanup and blending.

But they also offer a full IR band composite image of the world updated every hour http://re.ssec.wisc.edu/products/globalir. The stitching is pretty good and could probably be massaged relatively easily with a mask if desired. They offer various zoom levels. At zoom level 5 you have to download 512 images at 256x256 resolution each for a total resolution of 8192x8192. This seems to be about the max by my eye. The total download size is about 23MB. This means you could do the download once per hour with an account and stay well under the 1GB daily limit.

I made a mockup of the collage here https://krkeegan.github.io/realearth-example.html. It may take a minute for everything to download, and you make have to zoom out in your browser.

I think I am going to make a simply python script with PIL to download and stitch these images once per hour. It is going to be very basic. I am happy to contribute help to anyone else if they want to start a repo, but my python is all self taught so I don't have the know-how to make a proper package and such.

from cloudmap.

dirteat avatar dirteat commented on September 26, 2024

Thanks for the link krkeegan!
For clouds.boff.in, it is not in my style to accept stolen things. No code available, no licence available, data taken from "some" public domain, and the guy asked for some money!? WTF...

from cloudmap.

mikehardy avatar mikehardy commented on September 26, 2024

@krkeegan your script in that gist is ace! Thank you so much, just integrated it and I have a beautiful desktop background again :-)

from cloudmap.

lmcmicu avatar lmcmicu commented on September 26, 2024

Thanks @krkeegan. FYI it is working with python 3.7.3.

from cloudmap.

marneu avatar marneu commented on September 26, 2024

@krkeegan great on 3.8.5, very much appreciated. xplanetFX is back on my monitors, thank you

from cloudmap.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.