KML: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(Software)
(Software)
Zeile 30: Zeile 30:
 
== Software ==
 
== Software ==
  
[[Google Earth]]
+
* Siehe auch:
 +
** [[Kollaborative Karten]]-Howtos.
 +
** [[OGR]] und [[GeoConverter]]
 +
** [[Google Earth]]
  
* Konverter von/zu Shapefile:
+
* Konverter von KML nach ...:
** [[OGR]] und [[GeoConverter]]
+
** Shapefile:
** [http://www.zonums.com/kml2shp.html kml2shp] - Zonums KML zu Shapefile-Konverter, Desktop-Software (Frei, Windows)
+
*** [[OGR]] und [[GeoConverter]]
** [http://www.zonums.com/online/kml2x.html kml2x] - Zonum Online-Konverter (Frei, -)
+
*** [http://www.zonums.com/kml2shp.html kml2shp] - Zonums KML zu Shapefile-Konverter, Desktop-Software (Frei, Windows)
** KML-zu-Shapefile: Siehe auch [[Kollaborative Karten]]-Howtos.
+
*** [http://www.zonums.com/online/kml2x.html kml2x] - Zonum Online-Konverter (Frei, -)
* Konverter von/zu GeoRSS
+
* Konverter von ... nach KML:
** GeoRSS-to-KML Converter auf [http://www.kovacevic.nl/hacks/kml/rss2kml.php rss2kml] von kovacevic.nl
+
** Shapefile
** [http://www.gpsies.com/upload.do?uploadMode=convert GPSies] - Webapplikation u.a. mit Konverter KML zu GPX und andere GPS-Formate (bis 12 MB)
+
*** GeoRSS-to-KML Converter auf [http://www.kovacevic.nl/hacks/kml/rss2kml.php rss2kml] von kovacevic.nl
 +
*** [http://www.gpsies.com/upload.do?uploadMode=convert GPSies] - Webapplikation u.a. mit Konverter KML zu GPX und andere GPS-Formate (bis 12 MB)
 +
** MS Access
 +
*** [http://seunet.blogspot.com/2006/11/export-access-to-google-earth.html seunet blog]
 
* Verschiedenes:
 
* Verschiedenes:
 
** [http://www.mchme.de/ KML Manager] (Demoversion, sonst ca. 10 Euro, Windows)
 
** [http://www.mchme.de/ KML Manager] (Demoversion, sonst ca. 10 Euro, Windows)
 +
  
 
[[Kategorie:Dateiformat]]
 
[[Kategorie:Dateiformat]]

Version vom 30. Oktober 2008, 23:05 Uhr

Abkürzung für 'Keyhole Markup Language', XML-basiertes Dateiformat. Originalformat von Google Earth. KML wird inzwischen von verschiedensten Programmen unterstützt, nebst Desktop-GIS und Konverter u.a. auch Webapplikationen wie Google Maps. KMZ bedeutet "KML gzipped".

Siehe auch:

Dokumentation

Beispiel

Header:

 <?xml version="1.0" encoding="utf-8" ?>
 <kml xmlns="http://earth.google.com/kml/2.0">
 <Document><Folder><name>KML-Test</name>

'Content':

   <Placemark>
       <name>KML-Test</name>
       <description><![CDATA[
       <a href="http://gis.hsr.ch/wiki/KML">KML</a>
       ]]></description>      
       <Point><coordinates>6.14131,46.20472</coordinates></Point>
   </Placemark>

Footer:

 </Folder></Document></kml>

Software

  • Konverter von KML nach ...:
    • Shapefile:
      • OGR und GeoConverter
      • kml2shp - Zonums KML zu Shapefile-Konverter, Desktop-Software (Frei, Windows)
      • kml2x - Zonum Online-Konverter (Frei, -)
  • Konverter von ... nach KML:
    • Shapefile
      • GeoRSS-to-KML Converter auf rss2kml von kovacevic.nl
      • GPSies - Webapplikation u.a. mit Konverter KML zu GPX und andere GPS-Formate (bis 12 MB)
    • MS Access
  • Verschiedenes: