virtualsky.lco.globalVirtualSky - Browser-based Planetarium

virtualsky.lco.global Profile

Virtualsky.lco.global is a subdomain of lco.global, which was created on 2016-08-22,making it 8 years ago. It has several subdomains, such as microlensing.lco.global asteroidtracker.lco.global , among others.

Description:Explore the night sky from any location on Earth with VirtualSky, a free and customizable planetarium tool from Las Cumbres Observatory....

Keywords:VirtualSky, planetarium, browser-based, night sky, Las Cumbres Observatory, astronomy, educational, non-profit, stargazing...

Discover virtualsky.lco.global website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site

virtualsky.lco.global Information

HomePage size: 22.943 KB
Page Load Time: 0.617553 Seconds
Website IP Address: 18.238.192.86

virtualsky.lco.global Similar Website

Top Free Online Games | Browser Based Online Game Directory
mail.bbogd.com
Morehead Planetarium and Science Center
calendar.moreheadplanetarium.org
Fast & Secure Browser, Maxthon Cloud Browser | Download Maxthon Web Browser Free
hu.maxthon.com
De Anza College Academy - Community Education - Planetarium
deanza.augusoft.net
Home | Dr. Leslie E. Spanel Planetarium | Western Washington University
planetarium.wwu.edu
De Anza College Planetarium
planetarium.deanza.edu
Outwar | Free Browser Based MMORPG No Download RPG Online
sigil.outwar.com
Home - Avant Browser - The full-featured tri-core rendering Avant Browser which su
browser.avantforce.com
Home | Dooley Planetarium
astro.fmarion.edu
Adler Planetarium History Databases
historydb.adlerplanetarium.org
Three Kingdoms Online -Best Browser Based MMO Strategy Game
tk.koramgame.com
Enigma Browser Download - Enigma Browser, expanded version of MS IE that blocks adware, spyware, pop
enigma-browser.software.informer.com
UC Browser - Fast video downloader,20GB free cloud storage,download UC Browser
forum.ucweb.com

virtualsky.lco.global PopUrls

VirtualSky
https://virtualsky.lco.global/
Customize Virtual Sky
https://virtualsky.lco.global/embed/custom.html
Virtual Sky
https://virtualsky.lco.global/embed/index.html

virtualsky.lco.global Httpheader

Content-Type: text/html
Content-Length: 20246
Connection: keep-alive
Date: Tue, 14 May 2024 08:28:22 GMT
Last-Modified: Tue, 25 Oct 2016 09:11:34 GMT
ETag: "d53601315db9c73321918d401f78e80b"
Accept-Ranges: bytes
Server: AmazonS3
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 d0d9a8a94ebf5c47f50c2e898a215768.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: YVR52-P1
X-Amz-Cf-Id: Uj8fHfy1b4H3DIOW7Wugki2NL420eCvkl6HpvBjPQUDbaplkpVD8RA==

virtualsky.lco.global Meta Info

charset="utf-8"/

virtualsky.lco.global Ip Information

Ip Country: United States
Latitude: 37.751
Longitude: -97.822

virtualsky.lco.global Html To Plain Text

application (c) 2010 Stuart Lowe (Las Cumbras Observatory Global Telescope)Fork Me on GitHub a browser-based planetarium from Las Cumbres Observatory that lets you see what is visible in the sky from any location on Earth. It can be customized and included on your own website , blog etc. It is provided freely for educational and non-profit use. Keyboard shortcuts Instructions for embedding Example 1 Example 2 Example 3 Example 4 Example 5 Example 6 Example 7 Example 8 Example 9 Options Technical details Keyboard shortcuts Press the "?" key (with your mouse over ) to see the full list of keyboard controls. Instructions for embedding The easiest way to include on your website is to use the custom form to create an embed link (uses an iframe ). Sometimes an iframe just doesn’t give you the flexibility you need (or you might want to include it in an offline page during a public talk). In that case you could download a copy of the source from GitHub and include in your page using Javascript. You will need to include the following code block in the head of your page: ![if lt IE 9]script src="excanvas.min.js"/script![endif] script src="jquery-1.10.0.min.js"/script script src="virtualsky.min.js" type="text/javascript"/script script $(document).ready(function() { var planetarium = $.virtualsky({ id: ’starmap1’ }); }); /script Make sure the scripts point to the correct locations for the Javascript files. In the body you need to include the DOM element you’ve referenced by ID: div style="width:400px;height:400px;"/div The result is: That is a version of with all the default options. However, one of the great things about is that it can be customised. Here are some examples to give you some ideas: A stereo projection set for Santa Barbara’s lat/long: $(document).ready(function() { var planetarium = $.virtualsky({ id: ’starmap’, projection: ’stereo’, latitude: 34.4326, longitude: -119.86286 }); }); div style="width:100%;height:500px;"/div A lambert projection, with constellations shown, no keyboard control and a black-on-white view. It is based in Manchester,UK and facing north: $(document).ready(function() { var planetarium = $.virtualsky({ id: ’starmap’, projection: ’lambert’, mouse: true, keyboard: false, az: 0, negative: true, constellations: true, latitude: 53.5, longitude: -2.5 }); }); div style="width:500px;height:300px;"/div A stereo projection with no keyboard or mouse input and with a Galactic grid and the Meridian line displayed. The view is facing south east from Hill Valley, California at 1:21 am on October 25, 1985. $(document).ready(function() { var planetarium = $.virtualsky({ id: ’starmap’, projection: ’stereo’, keyboard: false, mouse: false, az: 135, meridian: true, latitude: 38.25, longitude: -122.6, clock: new Date("October 25, 1985 01:21:00"), gridlines_gal: true }); }); div style="width:650px;height:300px;"/div A mollweide projection with with star labels drawn and the ground blocking half the sky. $(document).ready(function() { var planetarium = $.virtualsky({ id: ’starmap’, projection: ’mollweide’, showstarlabels: true, ground: true }); }); div style="width:920px;height:460px;"/div A default view with a stereo projection, constellation lines and two manually specified constellation boundaries (note that RA/Dec for boundaries are assumed to be in B1875). $(document).ready(function() { var planetarium = $.virtualsky({ id: ’starmap’, az: 225, projection: ’stereo’, constellations: true, constellationboundaries: true, boundaries: [ ["And",343,34.5,343,52.5,350,52.5,350,50,353.75,50,353.75,48,2.5,48,2.5,46,13,46,13,48,16.75,48,16.75,50,20.5,50,25,50,25,47,30.625,47,30.625,50.5,37.75,50.5,37.75,36.75,30,36.75,30,35,21.125,35,21.125,33,10.75,33,10.75,23.75,12.75,23.75,12.75,21,2.125,21,2.125,22,1,22,1,28,0,28,0,31.33333,356.25,31.33333,356.25,32.08333,352.5,32.08333,352.5,34.5,343,34.5], ["Ori",69.25,0,69.25,15.5,74.5,15.5,74.5,16,80,16,80,15.5,84,15.5,84,12.5,86.5,12.5,86.5,18,85.5,18,85.5,22.83333,88.25,22.83333,88.25,21.5,93.25,21.5,93.25,17.5,94.625,17.5,94.625,12,94.625,10,93.625,10,93.625,0,93.625,-4,87.5,-4,87.5,-11,76.25,-11,76.25,-4,70,-4,70,0,69.25,0] ], clock:new Date("July 17, 2013 18:39:00 GMT") }); }); div style="width:944px;height:400px;"/div A default view using stereo projection with a place marker $(document).ready(function() { var planetarium = $.virtualsky({ id: ’starmap’, projection: ’stereo’, }); planetarium.addPointer({ ’ra’:83.8220792, ’dec’:-5.3911111, ’label’:’Orion Nebula’, ’img’:’http://server7.sky-map.org/imgcut?survey=DSS2&w=128&h=128&ra=5.58813861333333&de=-5.3911111∠=1.25&output=PNG’, ’url’:’http://simbad.u-strasbg.fr/simbad/sim-id?Ident=M42’, ’credit’:’Wikisky’, ’colour’:’rgb(255,220,220)’ }) }); div style="width:944px;height:400px;"/div A default view using gnomic-tan projection centred on M42 $(document).ready(function() { var planetarium = $.virtualsky({ ’id’: ’starmap’, ’projection’: ’gnomic’, ’ra’: 83.8220833, ’dec’: -5.3911111, ’ground’: false, ’constellations’: true, ’fov’: 15 }); }); div style="width:944px;height:400px;"/div A default view using gnomic-tan projection centred on Orion with a button to move $(document).ready(function() { var planetarium = $.virtualsky({ ’id’: ’starmap’, ’projection’: ’gnomic’, ’ra’: 83.8220833, ’dec’: -5.3911111, ’ground’: false, ’constellations’: true, ’fov’: 15 }); $(’button#moveit’).on(’click’,function(){ planetarium.panTo(56.8690917,24.1053111,3000) }); }); div style="width:944px;height:400px;"/div button Move to The Pleiades/button Move to The Pleiades Move to M1 Move to M82 Move to M42 A default view using stereo projection in Arabic $(document).ready(function() { var planetarium = $.virtualsky({ id: ’starmap’, projection: ’stereo’, lang: ’ar’ }); }); div style="width:944px;height:400px;"/div Options There are a range of options to try (default values in brackets): id (’starmap’) - The ID for the HTML element where you want the sky inserted projection (’polar’) - The projection type as ’polar’, ’stereo’, ’lambert’, ’ortho’, ’equirectangular’, ’mollweide’, ’planechart’ or ’fisheye’ width (500) - Set the width of the sky unless you’ve set the width of the element height (250) - Set the height of the sky unless you’ve set the height of the element planets - either an object containing an array of planets or a JSON file magnitude (5) - the magnitude limit of displayed stars longitude (53.0) - the longitude of the observer latitude (-2.5) - the latitude of the observer clock (now) - a Javascript Date() object with the starting date/time background (’rgba(0,0,0,0)’) - the background colour transparent (false) - make the background transparent color (’rgb(255,255,255)’) - the text colour az (180) - an azimuthal offset with 0 = north and 90 = east negative (false) - invert the default colours i.e. to black on white gradient (true) - reduce the brightness of stars near the horizon ground (false) - show/hide the local ground (for full sky projections) keyboard (true) - allow keyboard controls mouse (true) - allow mouse controls cardinalpoints (true) - show/hide the N/E/S/W labels constellations (false) - show/hide the constellation lines constellationlabels (false) - show/hide the constellation labels constellationboundaries (false) - show/hide the constellation boundaries meteorshowers (false) - show/hide current meteor shower radiants showplanets (true) - show/hide the planets showplanetlabels (true) - show/hide the planet labels showorbits (false) - show/hide the orbits of the planets showstars (true) - show/hide the stars showstarlabels (false) - show/hide the star labels for the brightest stars scalestars (1) - the factor by which to scale the star sizes showdate (true) - show/hide the date and time showposition (true) - show/hide the latitude and longitude gridlines_az (false) - show/hide the azimuth/elevation grid lines...

virtualsky.lco.global Whois

Domain Name: lco.global Registry Domain ID: a447a7a569ca402c996a501d4c8f09fb-DONUTS Registrar WHOIS Server: whois.godaddy.com/ Registrar URL: http://www.godaddy.com/domains/search.aspx?ci=8990 Updated Date: 2021-11-17T02:28:37Z Creation Date: 2016-08-22T22:15:57Z Registry Expiry Date: 2025-08-22T22:15:57Z Registrar: GoDaddy.com, LLC Registrar IANA ID: 146 Registrar Abuse Contact Email: abuse@godaddy.com Registrar Abuse Contact Phone: +1.4806242505 Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited Registrant Organization: Domains By Proxy, LLC Registrant State/Province: Arizona Registrant Country: US Name Server: ns-1402.awsdns-47.org Name Server: ns-881.awsdns-46.net Name Server: ns-1568.awsdns-04.co.uk Name Server: ns-380.awsdns-47.com DNSSEC: unsigned >>> Last update of WHOIS database: 2024-05-17T19:35:18Z <<<