@walkthru-earth/objex-utils 1.3.0 → 1.3.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 +2 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/docs/cog.md +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
import '@developmentseed/epsg/all';
|
|
2
|
-
import '@developmentseed/epsg/all.csv.gz?url';
|
|
3
|
-
import '@developmentseed/geotiff';
|
|
4
|
-
import '@developmentseed/proj';
|
|
5
|
-
import 'proj4';
|
|
6
1
|
import { Field, Float64, FixedSizeList, Schema, Struct, makeData, RecordBatch, Table, List, Utf8 } from 'apache-arrow';
|
|
7
2
|
|
|
8
3
|
// ../../src/lib/constants.ts
|
|
@@ -1460,6 +1455,8 @@ function resolveCloudUrl(url) {
|
|
|
1460
1455
|
}
|
|
1461
1456
|
return url;
|
|
1462
1457
|
}
|
|
1458
|
+
|
|
1459
|
+
// ../../src/lib/utils/cog-pure.ts
|
|
1463
1460
|
var SF_LABELS = {
|
|
1464
1461
|
1: "uint",
|
|
1465
1462
|
2: "int",
|