Skip to content

Commit af49e9f

Browse files
authored
[DOCS] Add SVG visuals for raster affine transformation functions (Phase 13) (#2697)
1 parent f478a07 commit af49e9f

28 files changed

Lines changed: 516 additions & 2 deletions

docs/api/sql/Raster-Accessors/RS_GeoReference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ For more information about ScaleX, ScaleY, SkewX, SkewY, please refer to the [Af
4646

4747
The `sample()` function is only there to reduce the data sent to `collect()`, you may also use `filter()` if that's appropriate.
4848

49+
![RS_GeoReference](../../../image/RS_GeoReference/RS_GeoReference.svg "RS_GeoReference")
50+
4951
Format: `RS_GeoReference(raster: Raster, format: String = "GDAL")`
5052

5153
Return type: `String`

docs/api/sql/Raster-Accessors/RS_RasterToWorldCoordX.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
Introduction: Returns the upper left X coordinate of the given row and column of the given raster geometric units of the geo-referenced raster. If any out of bounds values are given, the X coordinate of the assumed point considering existing raster pixel size and skew values will be returned.
2323

24+
![RS_RasterToWorldCoordX](../../../image/RS_RasterToWorldCoordX/RS_RasterToWorldCoordX.svg "RS_RasterToWorldCoordX")
25+
2426
Format: `RS_RasterToWorldCoordX(raster: Raster, colX: Integer, rowY: Integer)`
2527

2628
Return type: `Double`

docs/api/sql/Raster-Accessors/RS_RasterToWorldCoordY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
Introduction: Returns the upper left Y coordinate of the given row and column of the given raster geometric units of the geo-referenced raster. If any out of bounds values are given, the Y coordinate of the assumed point considering existing raster pixel size and skew values will be returned.
2323

24+
![RS_RasterToWorldCoordY](../../../image/RS_RasterToWorldCoordY/RS_RasterToWorldCoordY.svg "RS_RasterToWorldCoordY")
25+
2426
Format: `RS_RasterToWorldCoordY(raster: Raster, colX: Integer, rowY: Integer)`
2527

2628
Return type: `Double`

docs/api/sql/Raster-Accessors/RS_Rotation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
Introduction: Returns the uniform rotation of the raster in radian.
2323

24+
![RS_Rotation](../../../image/RS_Rotation/RS_Rotation.svg "RS_Rotation")
25+
2426
Format: `RS_Rotation(raster: Raster)`
2527

2628
Return type: `Double`

docs/api/sql/Raster-Accessors/RS_ScaleX.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Introduction: Returns the pixel width of the raster in CRS units.
2929

3030
For more information about ScaleX, ScaleY, SkewX, SkewY, please refer to the [Affine Transformations](../Raster-affine-transformation.md) section.
3131

32+
![RS_ScaleX](../../../image/RS_ScaleX/RS_ScaleX.svg "RS_ScaleX")
33+
3234
Format: `RS_ScaleX(raster: Raster)`
3335

3436
Return type: `Double`

docs/api/sql/Raster-Accessors/RS_ScaleY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Introduction: Returns the pixel height of the raster in CRS units.
2929

3030
For more information about ScaleX, ScaleY, SkewX, SkewY, please refer to the [Affine Transformations](../Raster-affine-transformation.md) section.
3131

32+
![RS_ScaleY](../../../image/RS_ScaleY/RS_ScaleY.svg "RS_ScaleY")
33+
3234
Format: `RS_ScaleY(raster: Raster)`
3335

3436
Return type: `Double`

docs/api/sql/Raster-Accessors/RS_SkewX.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
Introduction: Returns the X skew or rotation parameter.
2323

24+
![RS_SkewX](../../../image/RS_SkewX/RS_SkewX.svg "RS_SkewX")
25+
2426
Format: `RS_SkewX(raster: Raster)`
2527

2628
Return type: `Double`

docs/api/sql/Raster-Accessors/RS_SkewY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
Introduction: Returns the Y skew or rotation parameter.
2323

24+
![RS_SkewY](../../../image/RS_SkewY/RS_SkewY.svg "RS_SkewY")
25+
2426
Format: `RS_SkewY(raster: Raster)`
2527

2628
Return type: `Double`

docs/api/sql/Raster-Accessors/RS_UpperLeftX.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
Introduction: Returns the X coordinate of the upper-left corner of the raster.
2323

24+
![RS_UpperLeftX](../../../image/RS_UpperLeftX/RS_UpperLeftX.svg "RS_UpperLeftX")
25+
2426
Format: `RS_UpperLeftX(raster: Raster)`
2527

2628
Return type: `Double`

docs/api/sql/Raster-Accessors/RS_UpperLeftY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
Introduction: Returns the Y coordinate of the upper-left corner of the raster.
2323

24+
![RS_UpperLeftY](../../../image/RS_UpperLeftY/RS_UpperLeftY.svg "RS_UpperLeftY")
25+
2426
Format: `RS_UpperLeftY(raster: Raster)`
2527

2628
Return type: `Double`

0 commit comments

Comments
 (0)