@globalfishingwatch/data-transforms
Advanced tools
Comparing version 1.0.4 to 1.1.0
# @globalfishingwatch/data-transforms | ||
## 1.1.0 | ||
### Minor Changes | ||
- 7d396a6: segments data-transform utils | ||
## 1.0.4 | ||
@@ -4,0 +10,0 @@ |
export * from './track-value-array-to-segments'; | ||
export * from './segments'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export{D as DEFAULT_NULL_VALUE,F as Field,T as TRACK_FIELDS,t as trackValueArrayToSegments}from"./track-value-array-to-segments-a9e19ca8.js"; | ||
export{D as DEFAULT_NULL_VALUE,F as Field,T as TRACK_FIELDS,t as trackValueArrayToSegments}from"./track-value-array-to-segments-a9e19ca8.js";export{f as filterSegmentsByTimerange,s as segmentsToBbox}from"./segments-timerange-filter-4c876aa9.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@globalfishingwatch/data-transforms", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "Utils to decode various data formats", | ||
@@ -14,6 +14,9 @@ "main": "dist/index.js", | ||
}, | ||
"devDependencies": { | ||
"@types/geojson": "^7946.0.7" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "f2a9742091fa876b2e589b6a07702023b94b5b87" | ||
"gitHead": "e6db1f8570d2e8b103a9e44ffe792a92be006a06" | ||
} |
export * from './track-value-array-to-segments' | ||
export * from './segments' |
@@ -13,2 +13,3 @@ export enum Field { | ||
export type Point = Partial<Record<Field, number | null>> | ||
export type Segment = Point[] |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15224
38
206
1