Skip to content

Instantly share code, notes, and snippets.

@jsutlovic
Last active December 16, 2015 11:19
Show Gist options
  • Save jsutlovic/5426529 to your computer and use it in GitHub Desktop.
Save jsutlovic/5426529 to your computer and use it in GitHub Desktop.
Asterank KML test
<?xml version="1.0" encoding="UTF-8"?>
<kml hint="target=sky" xmlns="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2">
<Document>
<Placemark>
<name>Some asteroid</name>
<Point>
<coordinates>2.207589,-5.661244,0</coordinates>
</Point>
</Placemark>
<GroundOverlay>
<name>Test Astro Image 2</name>
<LookAt>
<gx:TimeStamp>
<when>2002-09-08T00:55:00Z</when>
</gx:TimeStamp>
<longitude>2.207589</longitude>
<latitude>-5.661244</latitude>
<altitude>0</altitude>
<heading>0.01454875530142302</heading>
<tilt>0</tilt>
<range>110658</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<color>b8ffffff</color>
<Icon>
<href>http://www.asterank.com/api/skymorph/image?key=020908125548|52525.5388657407|20|20.54091|-7.0406|20.545815|-7.02706|4080|4080|0|020908124027a|020908125548a|020908131043a|9.8e-10|2040|2060|2040|2040|6.525e-06|21.795|0.00142229|-0.00572387|20.7405|0.00182569|0.00575628</href>
<viewBoundScale>0.75</viewBoundScale>
</Icon>
<LatLonBox>
<north>-5.120263364932546</north>
<south>-6.120263364932545</south>
<east>2.732105983265018</east>
<west>1.732105983265018</west>
<rotation>92.20741719138874</rotation>
</LatLonBox>
</GroundOverlay>
</Document>
</kml>
<?xml version="1.0" encoding="UTF-8"?>
<kml hint="target=sky" xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2">
<Document id="feat_82">
<Placemark id="feat_84">
<name>Vesta</name>
<Point id="geom_40">
<coordinates>14.7862111111,7.73655555556,0.0</coordinates>
</Point>
</Placemark>
<GroundOverlay id="feat_83">
<name>Vesta</name>
<LookAt>
<gx:TimeStamp id="time_40">
<when>1996-06-22 07:05:25</when>
</gx:TimeStamp>
<longitude>14.8349583333</longitude>
<latitude>7.17363888889</latitude>
<tilt>0</tilt>
<altitude>0</altitude>
<heading>0.01454875530142302</heading>
<range>110658</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<color>ffffffff</color>
<Icon id="link_40">
<href>http://www.asterank.com/api/skymorph/image?key=|960622070515|50256.2954282407|221.793163895519|-8.26343752313541|222.524355|-8.82637|6.30|-4.35|-14.00|0.04|0.03|-19.14|3903.77770064725|616.604519905549|y|</href>
<viewBoundScale>0.75</viewBoundScale>
</Icon>
<LatLonBox>
<north>7.67363888889</north>
<south>6.67363888889</south>
<east>15.3349583333</east>
<west>14.3349583333</west>
<rotation>0</rotation>
</LatLonBox>
</GroundOverlay>
</Document>
</kml>
@amackera
Copy link

Hawt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment