<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Does ArcMap support GMLCOV:ReferenceableGridCoverage in WCS 2.0.1? in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/does-arcmap-support-gmlcov/m-p/1255271#M4290</link>
    <description>&lt;P&gt;I wonder if ESRI ArcMap (Arc GIS) supports &lt;STRONG&gt;raster&lt;/STRONG&gt; &lt;STRONG&gt;coverages&lt;/STRONG&gt; GMLCOV:ReferenceableGridCoverage (&lt;A href="https://docs.opengeospatial.org/is/16-083r3/16-083r3.html" target="_blank"&gt;https://docs.opengeospatial.org/is/16-083r3/16-083r3.html&lt;/A&gt;) in WCS 2.0.1? This is used from WCS coverages which have an irregular axis (e.g. time, height,...).&lt;/P&gt;&lt;P&gt;For example, I have this OGC WCS 2.0.1 DescribeCoverage endpoint which returns the result of a 3D GMLCOV:ReferenceableGridCoverage raster coverage: &lt;A href="http://sandbox.datacove.eu:8080/rasdaman/ows?service=WCS&amp;amp;version=2.0.1&amp;amp;request=DescribeCoverage&amp;amp;coverageId=AverageChlorophyll" target="_blank"&gt;http://sandbox.datacove.eu:8080/rasdaman/ows?service=WCS&amp;amp;version=2.0.1&amp;amp;request=DescribeCoverage&amp;amp;coverageId=AverageChlorophyll&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It has the special `&amp;lt;gml:domainSet`&amp;gt; element:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        &amp;lt;gml:domainSet&amp;gt;
            &amp;lt;gmlrgrid:ReferenceableGridByVectors dimension="3" gmlrgrid:id="AverageChlorophyll-grid"&amp;gt;
                &amp;lt;gml:limits&amp;gt;
                    &amp;lt;gml:GridEnvelope&amp;gt;
                        &amp;lt;gml:low&amp;gt;0 0 0&amp;lt;/gml:low&amp;gt;
                        &amp;lt;gml:high&amp;gt;3 119 239&amp;lt;/gml:high&amp;gt;
                    &amp;lt;/gml:GridEnvelope&amp;gt;
                &amp;lt;/gml:limits&amp;gt;
                &amp;lt;gml:axisLabels&amp;gt;ansi Lat Lon&amp;lt;/gml:axisLabels&amp;gt;
                &amp;lt;gmlrgrid:origin&amp;gt;
                    &amp;lt;gml:Point gml:id="AverageChlorophyll-point" srsName="http://localhost:8080/def/crs-compound?1=http://localhost:8080/def/crs/OGC/0/AnsiDate&amp;amp;amp;2=http://localhost:8080/def/crs/EPSG/0/4326"&amp;gt;
                        &amp;lt;gml:pos&amp;gt;"2015-01-01T00:00:00.000Z" 89.25 -179.25&amp;lt;/gml:pos&amp;gt;
                    &amp;lt;/gml:Point&amp;gt;
                &amp;lt;/gmlrgrid:origin&amp;gt;
                &amp;lt;gmlrgrid:generalGridAxis&amp;gt;
                    &amp;lt;gmlrgrid:GeneralGridAxis&amp;gt;
                        &amp;lt;gmlrgrid:offsetVector srsName="http://localhost:8080/def/crs-compound?1=http://localhost:8080/def/crs/OGC/0/AnsiDate&amp;amp;amp;2=http://localhost:8080/def/crs/EPSG/0/4326"&amp;gt;1 0 0&amp;lt;/gmlrgrid:offsetVector&amp;gt;
                        &amp;lt;gmlrgrid:coefficients&amp;gt;"2015-01-01T00:00:00.000Z" "2015-02-01T00:00:00.000Z" "2015-03-01T00:00:00.000Z" "2015-04-01T00:00:00.000Z"&amp;lt;/gmlrgrid:coefficients&amp;gt;
                        &amp;lt;gmlrgrid:gridAxesSpanned&amp;gt;ansi&amp;lt;/gmlrgrid:gridAxesSpanned&amp;gt;
                        &amp;lt;gmlrgrid:sequenceRule axisOrder="+1"&amp;gt;Linear&amp;lt;/gmlrgrid:sequenceRule&amp;gt;
                    &amp;lt;/gmlrgrid:GeneralGridAxis&amp;gt;
                &amp;lt;/gmlrgrid:generalGridAxis&amp;gt;
                &amp;lt;gmlrgrid:generalGridAxis&amp;gt;
                    &amp;lt;gmlrgrid:GeneralGridAxis&amp;gt;
                        &amp;lt;gmlrgrid:offsetVector srsName="http://localhost:8080/def/crs-compound?1=http://localhost:8080/def/crs/OGC/0/AnsiDate&amp;amp;amp;2=http://localhost:8080/def/crs/EPSG/0/4326"&amp;gt;0 -1.5 0&amp;lt;/gmlrgrid:offsetVector&amp;gt;
                        &amp;lt;gmlrgrid:coefficients/&amp;gt;
                        &amp;lt;gmlrgrid:gridAxesSpanned&amp;gt;Lat&amp;lt;/gmlrgrid:gridAxesSpanned&amp;gt;
                        &amp;lt;gmlrgrid:sequenceRule axisOrder="+1"&amp;gt;Linear&amp;lt;/gmlrgrid:sequenceRule&amp;gt;
                    &amp;lt;/gmlrgrid:GeneralGridAxis&amp;gt;
                &amp;lt;/gmlrgrid:generalGridAxis&amp;gt;
                &amp;lt;gmlrgrid:generalGridAxis&amp;gt;
                    &amp;lt;gmlrgrid:GeneralGridAxis&amp;gt;
                        &amp;lt;gmlrgrid:offsetVector srsName="http://localhost:8080/def/crs-compound?1=http://localhost:8080/def/crs/OGC/0/AnsiDate&amp;amp;amp;2=http://localhost:8080/def/crs/EPSG/0/4326"&amp;gt;0 0 1.5&amp;lt;/gmlrgrid:offsetVector&amp;gt;
                        &amp;lt;gmlrgrid:coefficients/&amp;gt;
                        &amp;lt;gmlrgrid:gridAxesSpanned&amp;gt;Lon&amp;lt;/gmlrgrid:gridAxesSpanned&amp;gt;
                        &amp;lt;gmlrgrid:sequenceRule axisOrder="+1"&amp;gt;Linear&amp;lt;/gmlrgrid:sequenceRule&amp;gt;
                    &amp;lt;/gmlrgrid:GeneralGridAxis&amp;gt;
                &amp;lt;/gmlrgrid:generalGridAxis&amp;gt;
            &amp;lt;/gmlrgrid:ReferenceableGridByVectors&amp;gt;
        &amp;lt;/gml:domainSet&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Feb 2023 11:30:08 GMT</pubDate>
    <dc:creator>BangHuu</dc:creator>
    <dc:date>2023-02-06T11:30:08Z</dc:date>
    <item>
      <title>Does ArcMap support GMLCOV:ReferenceableGridCoverage in WCS 2.0.1?</title>
      <link>https://community.esri.com/t5/arcmap-questions/does-arcmap-support-gmlcov/m-p/1255271#M4290</link>
      <description>&lt;P&gt;I wonder if ESRI ArcMap (Arc GIS) supports &lt;STRONG&gt;raster&lt;/STRONG&gt; &lt;STRONG&gt;coverages&lt;/STRONG&gt; GMLCOV:ReferenceableGridCoverage (&lt;A href="https://docs.opengeospatial.org/is/16-083r3/16-083r3.html" target="_blank"&gt;https://docs.opengeospatial.org/is/16-083r3/16-083r3.html&lt;/A&gt;) in WCS 2.0.1? This is used from WCS coverages which have an irregular axis (e.g. time, height,...).&lt;/P&gt;&lt;P&gt;For example, I have this OGC WCS 2.0.1 DescribeCoverage endpoint which returns the result of a 3D GMLCOV:ReferenceableGridCoverage raster coverage: &lt;A href="http://sandbox.datacove.eu:8080/rasdaman/ows?service=WCS&amp;amp;version=2.0.1&amp;amp;request=DescribeCoverage&amp;amp;coverageId=AverageChlorophyll" target="_blank"&gt;http://sandbox.datacove.eu:8080/rasdaman/ows?service=WCS&amp;amp;version=2.0.1&amp;amp;request=DescribeCoverage&amp;amp;coverageId=AverageChlorophyll&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It has the special `&amp;lt;gml:domainSet`&amp;gt; element:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        &amp;lt;gml:domainSet&amp;gt;
            &amp;lt;gmlrgrid:ReferenceableGridByVectors dimension="3" gmlrgrid:id="AverageChlorophyll-grid"&amp;gt;
                &amp;lt;gml:limits&amp;gt;
                    &amp;lt;gml:GridEnvelope&amp;gt;
                        &amp;lt;gml:low&amp;gt;0 0 0&amp;lt;/gml:low&amp;gt;
                        &amp;lt;gml:high&amp;gt;3 119 239&amp;lt;/gml:high&amp;gt;
                    &amp;lt;/gml:GridEnvelope&amp;gt;
                &amp;lt;/gml:limits&amp;gt;
                &amp;lt;gml:axisLabels&amp;gt;ansi Lat Lon&amp;lt;/gml:axisLabels&amp;gt;
                &amp;lt;gmlrgrid:origin&amp;gt;
                    &amp;lt;gml:Point gml:id="AverageChlorophyll-point" srsName="http://localhost:8080/def/crs-compound?1=http://localhost:8080/def/crs/OGC/0/AnsiDate&amp;amp;amp;2=http://localhost:8080/def/crs/EPSG/0/4326"&amp;gt;
                        &amp;lt;gml:pos&amp;gt;"2015-01-01T00:00:00.000Z" 89.25 -179.25&amp;lt;/gml:pos&amp;gt;
                    &amp;lt;/gml:Point&amp;gt;
                &amp;lt;/gmlrgrid:origin&amp;gt;
                &amp;lt;gmlrgrid:generalGridAxis&amp;gt;
                    &amp;lt;gmlrgrid:GeneralGridAxis&amp;gt;
                        &amp;lt;gmlrgrid:offsetVector srsName="http://localhost:8080/def/crs-compound?1=http://localhost:8080/def/crs/OGC/0/AnsiDate&amp;amp;amp;2=http://localhost:8080/def/crs/EPSG/0/4326"&amp;gt;1 0 0&amp;lt;/gmlrgrid:offsetVector&amp;gt;
                        &amp;lt;gmlrgrid:coefficients&amp;gt;"2015-01-01T00:00:00.000Z" "2015-02-01T00:00:00.000Z" "2015-03-01T00:00:00.000Z" "2015-04-01T00:00:00.000Z"&amp;lt;/gmlrgrid:coefficients&amp;gt;
                        &amp;lt;gmlrgrid:gridAxesSpanned&amp;gt;ansi&amp;lt;/gmlrgrid:gridAxesSpanned&amp;gt;
                        &amp;lt;gmlrgrid:sequenceRule axisOrder="+1"&amp;gt;Linear&amp;lt;/gmlrgrid:sequenceRule&amp;gt;
                    &amp;lt;/gmlrgrid:GeneralGridAxis&amp;gt;
                &amp;lt;/gmlrgrid:generalGridAxis&amp;gt;
                &amp;lt;gmlrgrid:generalGridAxis&amp;gt;
                    &amp;lt;gmlrgrid:GeneralGridAxis&amp;gt;
                        &amp;lt;gmlrgrid:offsetVector srsName="http://localhost:8080/def/crs-compound?1=http://localhost:8080/def/crs/OGC/0/AnsiDate&amp;amp;amp;2=http://localhost:8080/def/crs/EPSG/0/4326"&amp;gt;0 -1.5 0&amp;lt;/gmlrgrid:offsetVector&amp;gt;
                        &amp;lt;gmlrgrid:coefficients/&amp;gt;
                        &amp;lt;gmlrgrid:gridAxesSpanned&amp;gt;Lat&amp;lt;/gmlrgrid:gridAxesSpanned&amp;gt;
                        &amp;lt;gmlrgrid:sequenceRule axisOrder="+1"&amp;gt;Linear&amp;lt;/gmlrgrid:sequenceRule&amp;gt;
                    &amp;lt;/gmlrgrid:GeneralGridAxis&amp;gt;
                &amp;lt;/gmlrgrid:generalGridAxis&amp;gt;
                &amp;lt;gmlrgrid:generalGridAxis&amp;gt;
                    &amp;lt;gmlrgrid:GeneralGridAxis&amp;gt;
                        &amp;lt;gmlrgrid:offsetVector srsName="http://localhost:8080/def/crs-compound?1=http://localhost:8080/def/crs/OGC/0/AnsiDate&amp;amp;amp;2=http://localhost:8080/def/crs/EPSG/0/4326"&amp;gt;0 0 1.5&amp;lt;/gmlrgrid:offsetVector&amp;gt;
                        &amp;lt;gmlrgrid:coefficients/&amp;gt;
                        &amp;lt;gmlrgrid:gridAxesSpanned&amp;gt;Lon&amp;lt;/gmlrgrid:gridAxesSpanned&amp;gt;
                        &amp;lt;gmlrgrid:sequenceRule axisOrder="+1"&amp;gt;Linear&amp;lt;/gmlrgrid:sequenceRule&amp;gt;
                    &amp;lt;/gmlrgrid:GeneralGridAxis&amp;gt;
                &amp;lt;/gmlrgrid:generalGridAxis&amp;gt;
            &amp;lt;/gmlrgrid:ReferenceableGridByVectors&amp;gt;
        &amp;lt;/gml:domainSet&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 11:30:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/does-arcmap-support-gmlcov/m-p/1255271#M4290</guid>
      <dc:creator>BangHuu</dc:creator>
      <dc:date>2023-02-06T11:30:08Z</dc:date>
    </item>
  </channel>
</rss>

