Earthview: Difference between revisions

Jump to navigation Jump to search
1,596 bytes removed ,  2 August 2019
Remove links to musicchris.de and add torrent/magnet link
(Remove links to musicchris.de and add torrent/magnet link)
Line 59: Line 59:
Getting your own hires version of textures requires a few simple steps:
Getting your own hires version of textures requires a few simple steps:


{{note|You can skip the next 2 steps ("obtain a texture set" and "convert the texture set") and download the ready-to-use files here:
{{note|You can skip the next 2 steps ("obtain a texture set" and "convert the texture set") and download the ready-to-use files via torrent with this magnet link:
 
magnet:?xt=urn:btih:ffd18abf3bd98ee761babc09d7c901ea1ce0c78f&dn=EarthView%20-%20Complete
* 1024x1024 7z-zipped: [https://musicchris.de/download/FG/EarthView/world_1k.7z world] (7.5MB) - [https://musicchris.de/download/FG/EarthView/clouds_1k.7z clouds] (5.2MB)
 
* 2048x2048 7z-zipped: [https://musicchris.de/download/FG/EarthView/world_2k.7z world] (27.3MB) - [https://musicchris.de/download/FG/EarthView/clouds_2k.7z clouds] (18.9MB)
 
* 4096x4096 7z-zipped: [https://musicchris.de/download/FG/EarthView/world_4k.7z world] (99.5MB) - [https://musicchris.de/download/FG/EarthView/clouds_4k.7z clouds] (64.4MB)
 
* 8192x8192 7z-zipped: [https://musicchris.de/download/FG/EarthView/world_8k.7z world] (361.6MB) - [https://musicchris.de/download/FG/EarthView/clouds_8k.7z clouds] (212.8MB)
 
* 16384x16384 7z-zipped: [https://musicchris.de/download/FG/EarthView/world_16k_dds.7z world] dds (~310MB) - [https://musicchris.de/download/FG/EarthView/world_16k_png.7z world] png (~1GB) (Warning: Requires much more than 1GB Graphics RAM - FG crashes on my machine with 1GB GRAM)
 
Or you could get yourself this Bash-script to let it do the generation for you: https://github.com/chris-blues/Nasa2FGearthview}}
Or you could get yourself this Bash-script to let it do the generation for you: https://github.com/chris-blues/Nasa2FGearthview}}


* obtain a texture set
* obtain a texture set
Go to [http://visibleearth.nasa.gov/ Visible Earth], look into the Blue Marble section and download a texture set of your choice (there's different seasons available for instance).<br />
Go to [http://visibleearth.nasa.gov/ Visible Earth], look into the Blue Marble section and download a texture set of your choice (there's different seasons available for instance).
Alternatively, you can download the complete set of textures here (this server is much faster!)
 
https://musicchris.de/download/FG/EarthView/raw-data-NASA.7z.001 (500MB)<br />
https://musicchris.de/download/FG/EarthView/raw-data-NASA.7z.002 (500MB)<br />
https://musicchris.de/download/FG/EarthView/raw-data-NASA.7z.003 (500MB)<br />
https://musicchris.de/download/FG/EarthView/raw-data-NASA.7z.004 (500MB)<br />
https://musicchris.de/download/FG/EarthView/raw-data-NASA.7z.005 (200MB)<br />
 
In a bash, you could get it all with the following one-liner:
<syntaxhighlight lang="bash">for p in 1 2 3 4 5 ; do wget https://musicchris.de/download/FG/EarthView/raw-data-NASA.7z.00$p -c -O raw-data-NASA.7z ; done</syntaxhighlight>
 


NASA typically delivers the hires textures with naming conventions N1 - N4 (northern hemisphere) and S1 - S4 (southern hemisphere) and Earthview follows that convention.
NASA typically delivers the hires textures with naming conventions N1 - N4 (northern hemisphere) and S1 - S4 (southern hemisphere) and Earthview follows that convention.
177

edits

Navigation menu