mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05:00
Also add new optional output a table containing calculated statistics similar to the Statistics by categories algorithm (fix #46241)
22 lines
1.0 KiB
XML
22 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<ogr:FeatureCollection
|
|
gml:id="aFeatureCollection"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://ogr.maptools.org/ statistics_date.xsd"
|
|
xmlns:ogr="http://ogr.maptools.org/"
|
|
xmlns:gml="http://www.opengis.net/gml/3.2">
|
|
<gml:boundedBy><gml:Null /></gml:boundedBy>
|
|
|
|
<ogr:featureMember>
|
|
<ogr:statistics_date gml:id="statistics_date.0">
|
|
<ogr:count>4</ogr:count>
|
|
<ogr:unique>4</ogr:unique>
|
|
<ogr:empty>1</ogr:empty>
|
|
<ogr:filled>3</ogr:filled>
|
|
<ogr:min>2014-11-30</ogr:min>
|
|
<ogr:max>2016-11-30</ogr:max>
|
|
<ogr:range>63158400</ogr:range>
|
|
</ogr:statistics_date>
|
|
</ogr:featureMember>
|
|
</ogr:FeatureCollection>
|