@volant-autonomy/via-sdk 1.4069.1 → 1.4099.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 +11 -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
|
@@ -1872,6 +1872,11 @@ export interface components {
|
|
|
1872
1872
|
* @description RFC3339-formatted (section 5.6) and ISO8601-compatible. The date/time separator must be 'T' and the time zone must be 'Z' or '+00:00'. Values must be between '1970-01-01T00:00:00Z' and '2100-01-01T00:00:00Z'.
|
|
1873
1873
|
*/
|
|
1874
1874
|
time: string;
|
|
1875
|
+
/**
|
|
1876
|
+
* Planar Distance
|
|
1877
|
+
* @description The cumulative distance along a flat horizontal 2D plane (ignoring altitude) of the projected path between the start position and this position following all prior waypoints. This value is expressed in metres and is the result of a cartesian reprojection and therefore is not guaranteed to match the minimum straight-line distance between waypoints.
|
|
1878
|
+
*/
|
|
1879
|
+
planar_distance: number;
|
|
1875
1880
|
/**
|
|
1876
1881
|
* Above Mean Sea Level (AMSL) Altitude
|
|
1877
1882
|
* @description Altitude above mean sea level (AMSL), expressed in meters. This value is derived by combining the input altitude (specified above ground level (AGL)) with the terrain elevation from the selected elevation dataset.
|
|
@@ -2745,6 +2750,11 @@ export interface components {
|
|
|
2745
2750
|
* @description RFC3339-formatted (section 5.6) and ISO8601-compatible. The date/time separator must be 'T' and the time zone must be 'Z' or '+00:00'. Values must be between '1970-01-01T00:00:00Z' and '2100-01-01T00:00:00Z'.
|
|
2746
2751
|
*/
|
|
2747
2752
|
time: string;
|
|
2753
|
+
/**
|
|
2754
|
+
* Planar Distance
|
|
2755
|
+
* @description The cumulative distance along a flat horizontal 2D plane (ignoring altitude) of the projected path between the start position and this position following all prior waypoints. This value is expressed in metres and is the result of a cartesian reprojection and therefore is not guaranteed to match the minimum straight-line distance between waypoints.
|
|
2756
|
+
*/
|
|
2757
|
+
planar_distance: number;
|
|
2748
2758
|
/**
|
|
2749
2759
|
* Above Mean Sea Level (AMSL) Altitude
|
|
2750
2760
|
* @description Altitude above mean sea level (AMSL), expressed in meters. This value is derived by combining the input altitude (specified above ground level (AGL)) with the terrain elevation from the selected elevation dataset.
|
|
@@ -2824,7 +2834,7 @@ export interface components {
|
|
|
2824
2834
|
TerrainProfileAttributes: {
|
|
2825
2835
|
/**
|
|
2826
2836
|
* Profile
|
|
2827
|
-
* @description Pairs (
|
|
2837
|
+
* @description Pairs (planar projected distance along flightplan, elevation of overflown terrain Above Mean Sea Level (AMSL) at that distance), given in metres.
|
|
2828
2838
|
*/
|
|
2829
2839
|
profile: [
|
|
2830
2840
|
number,
|