File: statistics_float.gml

package info (click to toggle)
qgis 3.40.11%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,183,800 kB
  • sloc: cpp: 1,595,841; python: 372,637; xml: 23,474; sh: 3,761; perl: 3,664; ansic: 2,257; sql: 2,137; yacc: 1,068; lex: 577; javascript: 540; lisp: 411; makefile: 154
file content (31 lines) | stat: -rw-r--r-- 1,386 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?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_float.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_float gml:id="statistics_float.0">
      <ogr:count>3</ogr:count>
      <ogr:unique>3</ogr:unique>
      <ogr:empty>1</ogr:empty>
      <ogr:filled>3</ogr:filled>
      <ogr:min>-0.123</ogr:min>
      <ogr:max>0.123</ogr:max>
      <ogr:range>0.246</ogr:range>
      <ogr:sum>0</ogr:sum>
      <ogr:mean>0</ogr:mean>
      <ogr:median>0</ogr:median>
      <ogr:stddev>0.10042907945411</ogr:stddev>
      <ogr:cv>0</ogr:cv>
      <ogr:minority>-0.123</ogr:minority>
      <ogr:majority>-0.123</ogr:majority>
      <ogr:q1>-0.0615</ogr:q1>
      <ogr:q3>0.0615</ogr:q3>
      <ogr:iqr>0.123</ogr:iqr>
    </ogr:statistics_float>
  </ogr:featureMember>
</ogr:FeatureCollection>