home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 119 / cdrom119.iso / internet / wwind / World_Wind_1.3.5_Full.exe / Plugins / GlobalClouds / readme.txt < prev   
Encoding:
Text File  |  2006-05-01  |  3.3 KB  |  104 lines

  1. GlobalClouds Plugins for WorldWind 1.3.2 or above (maybe...)
  2. Version 0.6, february 2006
  3. Patrick Murris - http://www.alpix.com/3d/worldwin/
  4.  
  5. What
  6. ----
  7.  
  8. The GlobalClouds plugin downloads, process alpha channel (tranparency) 
  9. and renders the latest available global cloud map over the globe.
  10.  
  11. It will update every three hours and keep an history of 10 days.
  12.  
  13. Settings allow to browse older cloud maps in the history.
  14.  
  15.  
  16. Install
  17. -------
  18.  
  19. 1. You need WW 1.3.2 or 1.3.3.1 (as of today). Wont work in 1.3.1.
  20.  
  21. 2. Unzip in your WW Plugins directory. That should add a folder named 'GlobalClouds'.
  22.     Note: if you dont already have a 'Plugins' directory inside 
  23.     Program Files/Nasa/WorldWind 1.3, then create one.
  24.  
  25. 3. Start WW and the new plugin should be listed in Plug-ins->Load/Unload.
  26.  
  27. 4. Once loaded, it becomes a layer in the Layer Manager (key L)
  28.  
  29. 5. Right Click on a layer for settings (properties)
  30.  
  31. Uninstall
  32. ---------
  33.  
  34. 1. Delete the Program Files/Nasa/WorldWind 1.3/Plugins/GlobalClouds directory
  35.  
  36. Notes
  37. -----
  38.  
  39. * Keeping cloud maps past ten days
  40.  
  41. The plugin automaticaly cleans up the history by looking at files named "clouds*.png".
  42. If you want to exclude cloud maps from this cleanup process so they dont go away, 
  43. rename them "saved_clouds_date-time.png" or any name that does not start with 'clouds'.
  44.  
  45.  
  46. * Cloud map source
  47.  
  48. A list of available servers is in GlobalCloudsServers.txt
  49.  
  50. The cloud map is produced by a script written by Hari Nair and mirrored on servers listed here :
  51. http://xplanet.sourceforge.net/clouds.php
  52.  
  53. He says : "I create a global cloud map every three hours using GOES, METEOSAT, 
  54. and GMS satellite imagery downloaded from the Geostationary Satellite Imagery page 
  55. at Dundee University.". 
  56.  
  57. And "These images are not real snapshots nor are they particularly accurate; 
  58. they are mosaics created from geostationary weather satellite images. The times of 
  59. the source images may differ by several hours since they are only available at 
  60. limited times during the day. The cloud maps are not calibrated or carefully geolocated. 
  61. They are only meant to make the earth look pretty!" 
  62.  
  63. To avoid adding traffic to the Xplanet servers, TheBean (with Bull on his back) has setup 
  64. a mirror for WW users of this plugin : 
  65. http://www.twobeds.com/nasa/clouds/clouds_2048.jpg
  66.  
  67.  
  68. * Adding or creating cloud maps
  69.  
  70. You can add bitmaps to your Plugins/GlobalClouds/ directory and they will 
  71. become available in the layer settings. Supported format is .png.
  72.  
  73. For realistic effects, the bitmap should have a size ratio of 1:2. 
  74. Example : 800px width x 400px height.
  75.  
  76. The bottom of the image is the south pole. The top the north pole.
  77. It will be wrapped full circle around the inside of a sphere surrounding the world. 
  78. The center of the image is at lat/lon zero.
  79.  
  80.  
  81. More links at the Virtual Terrain Project
  82. http://www.vterrain.org/Atmosphere/index.html
  83.  
  84.  
  85. * Public domain & Open source
  86.  
  87. This plugin is not compiled and its source can be found in GlobalClouds.cs.
  88. Feel free to use, abuse, divert and copy any part of them. Thats how I got started.
  89.  
  90. Many thanks to the WorldWind community for their efforts and feedback, 
  91. especialy Bjorn Reppen (http://www.mashiharu.com/) for his plugin architecture, 
  92. usefull tips and inspiring examples.
  93.  
  94.  
  95. Patrick Murris
  96. Montreal - Nice
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.