@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 CHANGED
@@ -1,10 +1,5 @@
1
1
  'use strict';
2
2
 
3
- require('@developmentseed/epsg/all');
4
- require('@developmentseed/epsg/all.csv.gz?url');
5
- require('@developmentseed/geotiff');
6
- require('@developmentseed/proj');
7
- require('proj4');
8
3
  var apacheArrow = require('apache-arrow');
9
4
 
10
5
  // ../../src/lib/constants.ts
@@ -1462,6 +1457,8 @@ function resolveCloudUrl(url) {
1462
1457
  }
1463
1458
  return url;
1464
1459
  }
1460
+
1461
+ // ../../src/lib/utils/cog-pure.ts
1465
1462
  var SF_LABELS = {
1466
1463
  1: "uint",
1467
1464
  2: "int",