Rooted Bifurcating Tree: example
Coordinates & Data: example
Precision - Precision describes the number of decmial places to round your input coordinates to when searching for and moving points that share the same location. The default is 0.0001 degrees, and then those that share the same location are scattered on a circle with radius 0.00005 degrees.
Global Scaling Factor - The global scaling factor determines the number of meters the tree grows between a node and its ancestor. If your tree has fewer points but covers a global distribution, this should be a relatively high number. If it is more regional (~0.1 - 1.0 degree), you might want this number to be lower.
Internal Node URL - Sets the default icon used for tips (overridden by CSV) and the icon used for internal nodes.
Branch Color - Sets the tree branch color. Google Earth uses the form AABBGGRR, where AA=alpha, BB=blue, GG= green, and RR= red.
Branch Width - Sets the tree branch thickness.
KML Title - Sets the root name of of the KML shown in Google Earth.
Permalink? - If you would like to access and share your KML we offer you the ability to permanently or temporarily store it at the GeoPhylo Engine. Instead of a complete KML, we will send you a network link and instructions on accessing your KML.

1 Month: or Permanent: #we are not yet offering permanent storage
Update existing geophylogeny stored at GeoPhylo? - If you are the original author of a KML stored at GeoPhylo you can use the private key provided to you when you first made the KML and the public key shown in the network link description or in the url the network link points to (http://geophylo.appspot.com/publickey/networklink.kml) to make an update to the KML without having to resend the file to everyone you have shared it with in the past.
Author's privateKey (provided when KML was first created): e.g. 99320233
KML publicKey (found in the KML networklink's description): e.g. lsb9IPCxIIa21sU3RvcmUYoR8M

Code snippets

GeoPhylo as service: PHP script for automated KML retrieval using a tree and coordinate string
create_kml.php

Extinction Probabilities: PHP code for calculating HEDGE, EDGE, and RM values using your phylogeny and geographic data
Hedge, Edge, RM, PD

Parse KML: PHP script to parse KML tree structure
coming...

Purpose: Generate geophylogenies

Description: Converts a phylogenetic tree and the tip taxa's geographic coordinates into a KML file for Google Earth viewing

Author: Andrew W Hill

Release: 2.3

examples | discuss | report bug