Nyall Dawson 526e590c8d [FEATURE][processing] Add "raster pixels to points" algorithm
Refactor the existing "raster pixels to polygons" algorithm and
create a new "pixels to points" algorithm, which creates a point
feature at the center of every pixel. nodata pixels are skipped.
2018-08-09 12:02:22 +10:00

22 lines
622 B
Plaintext

<GMLFeatureClassList>
<GMLFeatureClass>
<Name>pointsvoronoi1</Name>
<ElementPath>pointsvoronoi1</ElementPath>
<!--POINT-->
<GeometryType>1</GeometryType>
<SRSName>EPSG:4326</SRSName>
<DatasetSpecificInfo>
<FeatureCount>6</FeatureCount>
<ExtentXMin>-0.60000</ExtentXMin>
<ExtentXMax>0.20000</ExtentXMax>
<ExtentYMin>51.40000</ExtentYMin>
<ExtentYMax>51.60000</ExtentYMax>
</DatasetSpecificInfo>
<PropertyDefn>
<Name>id</Name>
<ElementPath>id</ElementPath>
<Type>Integer</Type>
</PropertyDefn>
</GMLFeatureClass>
</GMLFeatureClassList>