Earth from space, as of ~30 minutes ago.<p>This visualization uses imagery provided by GOES-R, a geostationary earth-observing satellite, to generate near-realtime true-color images of the earth at (fairly) high resolution. (There's also animated video, top-left.)<p>NOAA provides raw data from the GOES satellites available in AWS and Google Cloud, if you want to play with/remix it. The source data is incredibly high resolution - 100 or 400 megapixels, depending on layer. Significantally better than the imagery weather.gov exposes. Everything's provided as netCDF, but it takes some time to find the layer you're looking for.<p>- <a href="https://www.noaa.gov/organization/information-technology/list-of-big-data-program-datasets" rel="nofollow">https://www.noaa.gov/organization/information-technology/lis...</a><p>- <a href="https://storage.cloud.google.com/gcp-public-data-goes-16/" rel="nofollow">https://storage.cloud.google.com/gcp-public-data-goes-16/</a>
(ABI-L2-CMIPF is the product I use)<p>The source code is on GitHub. It's built with a Python backend and some pretty simple javascript to handle auto-refreshing.Should be fairly simple to hack around with.<p>- <a href="https://github.com/bnitkin/goesr-video" rel="nofollow">https://github.com/bnitkin/goesr-video</a><p>Hope y'all think space imaging is as cool as I do!