File: distribution.xml

package info (click to toggle)
python-biopython 1.78%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 65,756 kB
  • sloc: python: 221,141; xml: 178,777; ansic: 13,369; sql: 1,208; makefile: 131; sh: 70
file content (53 lines) | stat: -rw-r--r-- 1,609 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<phyloxml xmlns="http://www.phyloxml.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.phyloxml.org http://www.phyloxml.org/1.10/phyloxml.xsd">
  <phylogeny rooted="true">
    <name>A tree with phylogeographic information</name>
    <clade>
      <clade>
        <clade>
          <name>A</name>
          <distribution>
            <desc>Hirschweg, Winterthur, Switzerland</desc>
            <point geodetic_datum="WGS84">
              <lat>47.481277</lat>
              <long>8.769303</long>
              <alt>472.0</alt>
            </point>
          </distribution>
        </clade>
        <clade>
          <name>B</name>
          <distribution>
            <desc>Nagoya, Aichi, Japan</desc>
            <point geodetic_datum="WGS84">
              <lat>35.155904</lat>
              <long>136.915863</long>
              <alt>10.0</alt>
            </point>
          </distribution>
        </clade>
        <clade>
          <name>C</name>
          <distribution>
            <desc>ETH Zürich</desc>
            <point geodetic_datum="WGS84">
              <lat>47.376334</lat>
              <long>8.548108</long>
              <alt>452.0</alt>
            </point>
          </distribution>
        </clade>
      </clade>
      <clade>
        <name>D</name>
        <distribution>
          <desc>San Diego</desc>
          <point geodetic_datum="WGS84">
            <lat>32.880933</lat>
            <long>-117.217543</long>
            <alt>104.0</alt>
          </point>
        </distribution>
      </clade>
    </clade>
  </phylogeny>
</phyloxml>