NASA BlueMarble: Next Generation
gbnewby writes "Remember the NASA Blue Marble composite image of earth from space, completely cloud free? Today a whole new series was released showing earth scenes from cloudless days across all 12 months of 2004. These beautiful images come in many different resolutions and formats. NASA even provided some animations. We and others have set up web, ftp and rsync mirrors; let the Torrents begin!"
Reminds me of this great picture I was emailed a few years back http://www.flickr.com/photos/mmkempe/52260470/
KeepTrackOfIt.com - Find the lowest gas prices in your area graphically
JPEG and many other file formats are limited to 65,535 pixels in any given dimension. The largest image in this dataset is 86,400 x 43,200. What file format are they going to use?
"They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
How could someone post a giant, hires image of the earth and NOT post an obligatory pov-ray "Earth marble" in space?!
// GENERATE WITH
// povray +W640 +H480 +A0.3 -J +Q11 +R6
#include "textures.inc"
camera {location 8 look_at 0}
light_source { -50 color rgb 1 }
light_source { 50 color rgb 1 }
sphere
{ 0, 4.5 pigment {image_map {
jpeg "world.topo.bathy.200405.3x5400x2700.jpg"
map_type 1 interpolate 2 } }
finish {ambient 0.4 diffuse 1 specular 0} }
sphere {
0,1 texture { Starfield scale 1} scale 200
no_shadow hollow on }
the subject read my mind