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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
<?xml version="1.0" encoding="utf-8" ?>
<ogr:FeatureCollection
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=""
xmlns:ogr="http://ogr.maptools.org/"
xmlns:gml="http://www.opengis.net/gml">
<gml:boundedBy><gml:null>missing</gml:null></gml:boundedBy>
<gml:featureMember>
<ogr:stats_by_cat_date fid="stats_by_cat_date.0">
<ogr:date>2016/11/30</ogr:date>
<ogr:count>1</ogr:count>
<ogr:unique>1</ogr:unique>
<ogr:empty>0</ogr:empty>
<ogr:filled>1</ogr:filled>
<ogr:min>2016/11/30</ogr:min>
<ogr:max>2016/11/30</ogr:max>
</ogr:stats_by_cat_date>
</gml:featureMember>
<gml:featureMember>
<ogr:stats_by_cat_date fid="stats_by_cat_date.1">
<ogr:date>2016/11/10</ogr:date>
<ogr:count>1</ogr:count>
<ogr:unique>1</ogr:unique>
<ogr:empty>0</ogr:empty>
<ogr:filled>1</ogr:filled>
<ogr:min>2016/11/10</ogr:min>
<ogr:max>2016/11/10</ogr:max>
</ogr:stats_by_cat_date>
</gml:featureMember>
<gml:featureMember>
<ogr:stats_by_cat_date fid="stats_by_cat_date.2">
<ogr:count>1</ogr:count>
<ogr:unique>0</ogr:unique>
<ogr:empty>1</ogr:empty>
<ogr:filled>0</ogr:filled>
</ogr:stats_by_cat_date>
</gml:featureMember>
<gml:featureMember>
<ogr:stats_by_cat_date fid="stats_by_cat_date.3">
<ogr:date>2014/11/30</ogr:date>
<ogr:count>1</ogr:count>
<ogr:unique>1</ogr:unique>
<ogr:empty>0</ogr:empty>
<ogr:filled>1</ogr:filled>
<ogr:min>2014/11/30</ogr:min>
<ogr:max>2014/11/30</ogr:max>
</ogr:stats_by_cat_date>
</gml:featureMember>
</ogr:FeatureCollection>
|