File:Kenneth arnold ufo sighting 2.png

Original file(3,200 × 2,400 pixels, file size: 9.74 MB, MIME type: image/png)

Captions

Captions

Kenneth arnold ufo sighting

Summary

edit
Description
English: Kenneth arnold ufo sighting near Mount Rainier, June 24, 1947.
Date
Source Own work
Author Merikanto

This image is partially based on data in

U.S. Geological Survey Data Series 549 Digital Topographic Map Showing the Extents of Glacial Ice and Perennial Snowfields at Mount Rainier, Washington, Based on the LiDAR Survey of September 2007 to October 2008

By Joel E. Robinson1, Thomas W. Sisson1, and Darin D. Swinney2

1 U.S. Geological Survey Volcano Science Center 2 National Park Service Mount Rainier National Park

https://pubs.usgs.gov/ds/549/

And Sentinel 2 data

2022-04-17-00_00_2022-04-17-23_59_Sentinel-2_L2A_True_color

https://apps.sentinel-hub.com/eo-browser/?zoom=9&lat=46.79348&lng=-122.30255&themeId=DEFAULT-THEME&toTime=2022-05-15T09%3A01%3A12.987Z


Povray 3.7 source


// // Often thought first confirmed ufo sightning near Mount Rainier from aeroplane, by Kenneth Arnold, 1947

// povray 3.7 src

// 17.5.2022 0000.0001

// uses // U.S. Geological Survey // Data Series 549 // Digital Topographic Map Showing the Extents of Glacial Ice and Perennial // Snowfields at Mount Rainier, Washington, Based on the LiDAR Survey of // September 2007 to October 2008 // // process with qgis and gimp //


//Corner Coordinates: //Upper Left (-121.8994160, 46.9642249) (121d53'57.90"W, 46d57'51.21"N) //Lower Left (-121.8994160, 46.7465992) (121d53'57.90"W, 46d44'47.76"N) //Upper Right (-121.6040410, 46.9642249) (121d36'14.55"W, 46d57'51.21"N) //Lower Right (-121.6040410, 46.7465992) (121d36'14.55"W, 46d44'47.76"N) //Center (-121.7517285, 46.8554121) (121d45' 6.22"W, 46d51'19.48"N)


// // selected with qgis, converted to uint32 w/qgis, saved to 16-bit pgm


// 2022-04-17-00_00_2022-04-17-23_59_Sentinel-2_L2A_True_color

//https://apps.sentinel-hub.com/eo-browser/?zoom=9&lat=46.79348&lng=-122.30255&themeId=DEFAULT-THEME&toTime=2022-05-15T09%3A01%3A12.987Z

//


  1. include "colors.inc"
  2. include "textures.inc"
  3. include "metals.inc"
  4. include "skies.inc"
  5. include "functions.inc"


// global_settings{hf_gray_16}
 
 camera{
//   location <0, 10, 0>*20  
   
  //  location <-1000, 300, 0>*0.27 
    
//    location <-100, 40, 0> 
   
     location <-180, 50, 0> 
     
   look_at <0,10,0>
   angle 23
 }


 light_source{ <-1000,1400,-1000> White }



sky_sphere{
pigment{ gradient <0,1,0>
         color_map{
         [0.0 color rgb<1,1,1>*0.75        ]
         [0.8 color rgb<0.1,0.25,0.75>*0.75]
         [1.0 color rgb<0.1,0.25,0.75>*0.75]
         
         }
       
       rotate z*-30
       } // end pigment   
       
       
} //  
  
 

/*

fog {
   distance 100000
   color rgb<1,1,1>*0.5
   fog_type 1
 //  fog_offset 0
 //  fog_alt 2
 //  turbulence 0.1
 //  turb_depth 0.1
 } 
   
  • /
plane
   {
   y,0


   texture {
       pigment { color Gray/2}
       
       normal {
       granite   
       octaves 60
       scale 1000
       }
       
       }
      rotate z*-10
      
      translate y*-5000

}



height_field {


// pgm "./imgmap/rainlidar5a.pnm"  
   
   
  pgm "./imgmap/rainlidar4.pgm" 
     
   smooth
   pigment { 
  
  /* 
      //White   
     gradient y
     
   color_map {


     [ 0.0 color rgb Green/4 ]
         [ 0.03 color rgb White ]
           [ 1.0 color rgb White*100 ]  
         
   }
       
    */  
      
       
        
     image_map{ jpeg "./imgmap/e2.jpg" 
      
      interpolate 2
      
      
      
     }
        rotate x*90
   }
                    
                    
                    
   normal {
      granite
      scale 0.000001
   }
                  
                  
   finish {
    ambient 1
   }               
                  
   translate <-.5, 0, -.5>
   scale <200, 600, 200>   
   
  
   
 }




#declare metal_1=texture {   


 Chrome_Metal
  
finish {

// Metal // Metallic_Finish

  F_MetalA
  
}  
  

}



  1. declare metal_2= texture {
 Chrome_Metal
 


finish {

// Metallic_Finish

 //Metal  
Metallic_Finish

//  F_MetalE
}   
  
  

}




  1. declare object_1= object {


difference {


union {

   sphere {
       <0,0,0>,1  
       scale y*0.25
   }    
  
   cylinder {
       <0,0,0>,<2,0,0>,1
       scale y*0.25
   }

} // union


box {

   <0,-2,-2>,<2,2,2>
   rotate y*45   
   translate x*1.5

}

box {

   <0,-2,-2>,<2,2,2>
   rotate y*-45   
   translate x*1.5

}

}


texture {


 Chrome_Metal
  
finish {
//Metal
  F_MetalE
}  
  

}


}


  1. declare object_2= object {


difference {


   union {
   
       
       difference {
         
       /*  
       sphere {
           <0,0,0>,1  
           scale y*0.05
       }   
       
       */
           
       
            
           ovus {
        1.00, 0.33
         scale x*0.15 
       rotate z*270
       
       }      
              
           /*   
        box
        {
        <-1,-1,0>,<1,1,1> 
        rotate y*90
        }
         */
        }
         
    
       
  
       
        }  
        
      //  }

/*


  cone {  
    
    <1.5, 0, 0>, 0.0    // Center and radius of one end
    <0.0, 0, 0>, 1.0  
   
  //  rotate y*180
    
    scale y*0.05        
    }     
   
 */        
     /*
   cylinder {
       <0,0,0>,<2,0,0>,1
       scale y*0.05
       }
       */
       
//   }    // union

/*

   box {
       <0,-2,-2>,<2,2,2>
       rotate y*45   
       translate x*1.25
   }
   box {
       <0,-2,-2>,<2,2,2>
       rotate y*-45   
       translate x*1.25
   }
 */
 
     texture {
       metal_1
       }
 

}


   rotate y*-90 
   rotate z*90       
//   scale 80

}



  1. declare object_crescent_1= union {
   difference 
   {
   
   sphere 
   {
       <0,0,0>,1
       scale y*0.1


   }
        
   
   sphere 
   {
       <0,0,0.75>,1
       scale 1
   }
      
      
      
     sphere 
   {
       <0.3,0,0.25>,0.7
       scale 1
   }
          
       sphere 
   {
       <-0.3,0,0.25>,0.7
       scale 1
   }    
      
      
      
      
               texture {
           metal_1
       }   
   }
   


// union

sphere {
<0,0,0>,1

scale y*0.4
scale 0.22

translate z*-0.7
texture {
metal_2
}

}        
   
   
        
        

scale 5


}


  1. declare object_crescent_2=object {

union { difference { intersection {

   torus { 
   1,0.2 
   scale y*0.15
   }
   torus { 
   1,0.2 
   scale y*0.15
   translate z*-0.4
   }


box { <0,-2,-2>,<4,4,4> }



} // intersection



} // dif


sphere { <0,0,0>,0.1 scale y*0.33

texture {
metal_2
}

translate x*1
translate z*-0.2

}


} // union



texture {
metal_1
}

rotate x*90

rotate y*90


}


// ufos


union {


   #for (n,0,7)


   object {
      object_2  
        
        scale 1.5
        
      // rotate y*-90 
       rotate z*(sin(n*10)*60)+10
       rotate y*(sin(n*20)*40)


       translate z*n*5
       translate y*sin(n+90)*1
       
       
       translate x*-120
       translate z*0
       translate y*35
   
   }       


   #end
  
  


   object {


       // object_1
       object_crescent_1
    
    //   object_crescent_2
       
       scale 1.1
       
       rotate y*-60
       rotate z*90

       rotate z*-10
 


       translate x*-60
       translate z*-15
       translate y*25



   }



   } 





Licensing

edit
I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:57, 17 May 2022Thumbnail for version as of 14:57, 17 May 20223,200 × 2,400 (9.74 MB)Merikanto (talk | contribs)Update
09:27, 17 May 2022Thumbnail for version as of 09:27, 17 May 20223,200 × 2,400 (10.03 MB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

Metadata