Skip to content

fepixie/3dgeonet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Geonet x Google Earth API

3DGeonet

Retreive Quake data from Geonet and format as 3D kml for google earth

Use the URL and parameters below as a 'Network Link' in Google earth

HOST: http://www.pixieplots.co.nz/shit/q/kml.php

Quakes

[/{?start,end,magmin,magmax,depthLower,depthUpper,setbounds,boundsv}]

  • Parameters
    • start (optional) - start date - default: -24hours
    • end (optional) - end date default: now
    • magmin (number, optional) - minimum magnitude
    • magmax (number, optional) - max magnitude
    • depthLower (number, optional) - minimum depth
    • depthUpper (number, optional) - max depth
    • setbounds (number,optional) - 1 to set bounds
    • boundsv (optional) - lat/long rectangle

List Quakes [GET]

  • Response 200 (text/html)

      <kml xmlns="http://www.opengis.net/kml/2.2">
          <Document>...</Document>
      </kml>
    

Check out our documentation and API blueprint

About

API to return kml formatted data from Geonet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published