All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ogc.cis.1.1.gml.examples-1.1.25_3D_time.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>

<!-- Example of a general-grid coverage with 3 regular axes, Lat + Long + time
     as defined in the OGC Coverage Implementation Schema 1.1.
     Last updated 2016-aug-11.
-->

<GeneralGridCoverage
    xmlns='http://www.opengis.net/cis/1.1/gml'
    xmlns:gml='http://www.opengis.net/gml/3.2'
    xmlns:swe='http://www.opengis.net/swe/2.0'
    xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' 
    xsi:schemaLocation= 'http://www.opengis.net/cis/1.1/gml ../cisAll.xsd'
    gml:id="CIS_003">

    <DomainSet>
        <GeneralGrid srsName="http://www.opengis.net/def/crs-compound?1=http://www.opengis.net/def/crs/EPSG/0/4326&amp;2=http://www.opengis.net/def/crs/OGC/0/AnsiDate"
            axisLabels="Lat Long date">
            <RegularAxis   axisLabel="Lat"  uomLabel="deg" lowerBound="40"  upperBound="60" resolution="10"/>
            <RegularAxis   axisLabel="Long" uomLabel="deg" lowerBound="-10" upperBound="10"  resolution="10"/>
            <RegularAxis   axisLabel="ansiDate"  uomLabel="d" lowerBound="2015-12-01" upperBound="2015-12-03" resolution="1"/>
            <GridLimits srsName="http://www.opengis.net/def/crs/OGC/0/Index3D" axisLabels="i j k">
                <IndexAxis axisLabel="i" lowerBound="0" upperBound="2"/>
                <IndexAxis axisLabel="j" lowerBound="0" upperBound="2"/>
                <IndexAxis axisLabel="k" lowerBound="0" upperBound="2"/>
            </GridLimits>
        </GeneralGrid>
    </DomainSet>

    <RangeSet>
        <DataBlock>
            <V>1</V> <V>2</V> <V>3</V>
            <V>4</V> <V>5</V> <V>6</V>
            <V>7</V> <V>8</V> <V>9</V>

            <V>10</V> <V>11</V> <V>12</V>
            <V>13</V> <V>14</V> <V>15</V>
            <V>16</V> <V>17</V> <V>18</V>

            <V>19</V> <V>20</V> <V>21</V>
            <V>22</V> <V>23</V> <V>24</V>
            <V>25</V> <V>26</V> <V>27</V>
        </DataBlock>
    </RangeSet>

    <RangeType>
        <swe:DataRecord>
            <swe:field name="grey">
                <swe:Quantity definition="http://www.opengis.net/def/dataType/OGC/0/unsignedInt">
                    <swe:uom code="10^0"/>
                </swe:Quantity>
            </swe:field>
        </swe:DataRecord>
    </RangeType>

</GeneralGridCoverage>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy