QGIS/python/plugins/processing/tests/testdata/expected/statistics_datetime.gml
Alexander Bruy 7bd8c071f3 port Basic statistics for fields algorithm to C++
Also add new optional output a table containing calculated statistics
similar to the Statistics by categories algorithm (fix #46241)
2024-07-05 05:18:25 +10:00

22 lines
1.1 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_datetime.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_datetime gml:id="statistics_datetime.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-30T14:30:02</ogr:min>
<ogr:max>2016-11-30T14:29:22</ogr:max>
<ogr:range>63158360</ogr:range>
</ogr:statistics_datetime>
</ogr:featureMember>
</ogr:FeatureCollection>