@volant-autonomy/via-sdk 1.3832.1 → 1.3838.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/volant-schema.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -1739,7 +1739,8 @@ export interface components {
|
|
|
1739
1739
|
* Used to transform pixel coordinates (col, row) to spatial coordinates (x, y) as:
|
|
1740
1740
|
* x = c * col + a * row + b
|
|
1741
1741
|
* y = f * col + d * row + e
|
|
1742
|
-
* Note that this transform is created assuming North-Up convention such that the cell (0,0) represents the NW
|
|
1742
|
+
* Note that this transform is created assuming North-Up convention such that the cell (0,0) represents the NW
|
|
1743
|
+
* cell of the raster with the y-coordinate decreasing with increasing y-index.
|
|
1743
1744
|
*
|
|
1744
1745
|
*/
|
|
1745
1746
|
affine_transform: number[];
|