File: test.19f.xml

package info (click to toggle)
libdap 3.20.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,568 kB
  • sloc: cpp: 50,809; sh: 41,536; xml: 23,511; ansic: 20,030; yacc: 2,508; exp: 1,544; makefile: 990; lex: 309; perl: 52; fortran: 8
file content (20 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="ISO-8859-1"?>
<Dataset name="test.19f" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xml.opendap.org/ns/DAP/3.2# http://xml.opendap.org/dap/dap3.2.xsd" xmlns:grddl="http://www.w3.org/2003/g/data-view#" grddl:transformation="http://xml.opendap.org/transforms/ddxToRdfTriples.xsl" xmlns="http://xml.opendap.org/ns/DAP/3.2#" xmlns:dap="http://xml.opendap.org/ns/DAP/3.2#" dapVersion="3.2">
    <Grid name="huh">
        <Attribute name="long_name" type="String">
            <value>The Grid huh</value>
        </Attribute>
        <Array name="Image#data">
            <Byte/>
            <dimension size="512"/>
        </Array>
        <Map name="colors">
            <Attribute name="long_name2" type="String">
                <value>The color map vector</value>
            </Attribute>
            <String/>
            <dimension size="512"/>
        </Map>
    </Grid>
    <blob href="cid:http://localhost/dods/test.xyz"/>
</Dataset>