@volant-autonomy/via-sdk 1.3907.1 → 1.3926.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 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -1249,9 +1249,9 @@ export interface components {
|
|
|
1249
1249
|
* exactly matching all fields.
|
|
1250
1250
|
* * Contain bands equal to that of the number of `valid_time_ranges` specified.
|
|
1251
1251
|
* * Use a dtype of `float32`
|
|
1252
|
+
* * Not use any negative values
|
|
1252
1253
|
*
|
|
1253
|
-
*
|
|
1254
|
-
* there is no cost (or no known cost) associated but entry is allowed.
|
|
1254
|
+
* It is recommended to use `0` where there is no cost (or no known cost) associated but entry is allowed.
|
|
1255
1255
|
*
|
|
1256
1256
|
*/
|
|
1257
1257
|
geotiff: string;
|