@basemaps/cli 6.27.0 → 6.28.0
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/CHANGELOG.md +11 -0
- package/build/cli/base.cli.d.ts +0 -18
- package/build/cli/base.cli.d.ts.map +1 -1
- package/build/cli/base.cli.js +1 -60
- package/build/cli/cogify/{__test__ → __tests__}/batch.job.test.d.ts +0 -0
- package/build/cli/cogify/__tests__/batch.job.test.d.ts.map +1 -0
- package/build/cli/cogify/{__test__ → __tests__}/batch.job.test.js +0 -0
- package/build/cli/cogify/{__test__ → __tests__}/semver.test.d.ts +0 -0
- package/build/cli/cogify/__tests__/semver.test.d.ts.map +1 -0
- package/build/cli/cogify/{__test__ → __tests__}/semver.test.js +0 -0
- package/build/cli/cogify/action.cog.d.ts.map +1 -1
- package/build/cli/cogify/action.cog.js +1 -1
- package/build/cli/cogify/action.job.js +1 -1
- package/build/cli/cogify/index.d.ts +1 -1
- package/build/cli/cogify/index.d.ts.map +1 -1
- package/build/cli/cogify/index.js +1 -1
- package/build/cli/util.js +1 -1
- package/build/cog/{__test__ → __tests__}/builder.test.d.ts +0 -0
- package/build/cog/__tests__/builder.test.d.ts.map +1 -0
- package/build/cog/{__test__ → __tests__}/builder.test.js +0 -0
- package/build/cog/{__test__ → __tests__}/cog.stac.job.test.d.ts +0 -0
- package/build/cog/__tests__/cog.stac.job.test.d.ts.map +1 -0
- package/build/cog/{__test__ → __tests__}/cog.stac.job.test.js +1 -1
- package/build/cog/{__test__ → __tests__}/cog.test.d.ts +0 -0
- package/build/cog/__tests__/cog.test.d.ts.map +1 -0
- package/build/cog/{__test__ → __tests__}/cog.test.js +0 -0
- package/build/cog/{__test__ → __tests__}/cog.vrt.test.d.ts +0 -0
- package/build/cog/__tests__/cog.vrt.test.d.ts.map +1 -0
- package/build/cog/{__test__ → __tests__}/cog.vrt.test.js +1 -1
- package/build/cog/{__test__ → __tests__}/cutline.test.d.ts +0 -0
- package/build/cog/__tests__/cutline.test.d.ts.map +1 -0
- package/build/cog/{__test__ → __tests__}/cutline.test.js +2 -1
- package/build/cog/{__test__ → __tests__}/projection.loader.test.d.ts +0 -0
- package/build/cog/__tests__/projection.loader.test.d.ts.map +1 -0
- package/build/cog/{__test__ → __tests__}/projection.loader.test.js +0 -0
- package/build/cog/{__test__ → __tests__}/source.tiff.testhelper.d.ts +0 -0
- package/build/cog/__tests__/source.tiff.testhelper.d.ts.map +1 -0
- package/build/cog/{__test__ → __tests__}/source.tiff.testhelper.js +0 -0
- package/build/cog/cog.stac.job.js +1 -1
- package/build/gdal/{__test__ → __tests__}/gdal.progress.test.d.ts +0 -0
- package/build/gdal/__tests__/gdal.progress.test.d.ts.map +1 -0
- package/build/gdal/{__test__ → __tests__}/gdal.progress.test.js +0 -0
- package/build/gdal/{__test__ → __tests__}/gdal.test.d.ts +0 -0
- package/build/gdal/__tests__/gdal.test.d.ts.map +1 -0
- package/build/gdal/{__test__ → __tests__}/gdal.test.js +0 -0
- package/package.json +5 -5
- package/build/cli/cogify/__test__/batch.job.test.d.ts.map +0 -1
- package/build/cli/cogify/__test__/semver.test.d.ts.map +0 -1
- package/build/cog/__test__/builder.test.d.ts.map +0 -1
- package/build/cog/__test__/cog.stac.job.test.d.ts.map +0 -1
- package/build/cog/__test__/cog.test.d.ts.map +0 -1
- package/build/cog/__test__/cog.vrt.test.d.ts.map +0 -1
- package/build/cog/__test__/cutline.test.d.ts.map +0 -1
- package/build/cog/__test__/projection.loader.test.d.ts.map +0 -1
- package/build/cog/__test__/source.tiff.testhelper.d.ts.map +0 -1
- package/build/gdal/__test__/gdal.progress.test.d.ts.map +0 -1
- package/build/gdal/__test__/gdal.test.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [6.28.0](https://github.com/linz/basemaps/compare/v6.27.0...v6.28.0) (2022-06-06)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **server:** bundle basemaps-server cli so its easier to install ([#2218](https://github.com/linz/basemaps/issues/2218)) ([8457b66](https://github.com/linz/basemaps/commit/8457b66be6d0f54decf43b515bb78853cefbc8ed))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [6.27.0](https://github.com/linz/basemaps/compare/v6.26.0...v6.27.0) (2022-05-29)
|
|
7
18
|
|
|
8
19
|
|
package/build/cli/base.cli.d.ts
CHANGED
|
@@ -1,19 +1 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import { CommandLineParser } from '@rushstack/ts-command-line';
|
|
3
|
-
import 'source-map-support/register.js';
|
|
4
|
-
/** Useful traceability information */
|
|
5
|
-
export declare const CliInfo: {
|
|
6
|
-
package: string;
|
|
7
|
-
version: string;
|
|
8
|
-
hash: string;
|
|
9
|
-
};
|
|
10
|
-
/** Unique Id for this instance of the cli being run */
|
|
11
|
-
export declare const CliId: string;
|
|
12
|
-
export declare abstract class BaseCommandLine extends CommandLineParser {
|
|
13
|
-
verbose: import("@rushstack/ts-command-line").CommandLineFlagParameter;
|
|
14
|
-
extraVerbose: import("@rushstack/ts-command-line").CommandLineFlagParameter;
|
|
15
|
-
protected onExecute(): Promise<void>;
|
|
16
|
-
protected onDefineParameters(): void;
|
|
17
|
-
run(): void;
|
|
18
|
-
}
|
|
19
1
|
//# sourceMappingURL=base.cli.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.cli.d.ts","sourceRoot":"","sources":["../../src/cli/base.cli.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"base.cli.d.ts","sourceRoot":"","sources":["../../src/cli/base.cli.ts"],"names":[],"mappings":""}
|
package/build/cli/base.cli.js
CHANGED
|
@@ -1,60 +1 @@
|
|
|
1
|
-
|
|
2
|
-
var _a, _b;
|
|
3
|
-
import { LogConfig, LoggerFatalError } from '@basemaps/shared';
|
|
4
|
-
import { GitTag } from '@basemaps/shared/build/cli/git.tag.js';
|
|
5
|
-
import { CommandLineParser } from '@rushstack/ts-command-line';
|
|
6
|
-
import 'source-map-support/register.js';
|
|
7
|
-
import * as ulid from 'ulid';
|
|
8
|
-
/** Useful traceability information */
|
|
9
|
-
export const CliInfo = {
|
|
10
|
-
// Detect unlinked packages looks for this string since its a package name, slightly work around it
|
|
11
|
-
package: '@' + 'basemaps/cli',
|
|
12
|
-
version: (_a = process.env.GIT_VERSION) !== null && _a !== void 0 ? _a : GitTag().version,
|
|
13
|
-
hash: (_b = process.env.GIT_HASH) !== null && _b !== void 0 ? _b : GitTag().hash,
|
|
14
|
-
};
|
|
15
|
-
/** Unique Id for this instance of the cli being run */
|
|
16
|
-
export const CliId = ulid.ulid();
|
|
17
|
-
export class BaseCommandLine extends CommandLineParser {
|
|
18
|
-
constructor() {
|
|
19
|
-
super(...arguments);
|
|
20
|
-
this.verbose = this.defineFlagParameter({
|
|
21
|
-
parameterLongName: '--verbose',
|
|
22
|
-
parameterShortName: '-v',
|
|
23
|
-
description: 'Show extra logging detail',
|
|
24
|
-
});
|
|
25
|
-
this.extraVerbose = this.defineFlagParameter({
|
|
26
|
-
parameterLongName: '--vv',
|
|
27
|
-
parameterShortName: '-V',
|
|
28
|
-
description: 'Show extra extra logging detail',
|
|
29
|
-
});
|
|
30
|
-
}
|
|
31
|
-
onExecute() {
|
|
32
|
-
if (this.verbose.value) {
|
|
33
|
-
LogConfig.get().level = 'debug';
|
|
34
|
-
}
|
|
35
|
-
else if (this.extraVerbose.value) {
|
|
36
|
-
LogConfig.get().level = 'trace';
|
|
37
|
-
}
|
|
38
|
-
else {
|
|
39
|
-
LogConfig.get().level = 'info';
|
|
40
|
-
}
|
|
41
|
-
const logger = LogConfig.get().child({ id: CliId });
|
|
42
|
-
logger.info(CliInfo, 'CliStart');
|
|
43
|
-
LogConfig.set(logger);
|
|
44
|
-
return super.onExecute();
|
|
45
|
-
}
|
|
46
|
-
onDefineParameters() {
|
|
47
|
-
// Nothing
|
|
48
|
-
}
|
|
49
|
-
run() {
|
|
50
|
-
this.executeWithoutErrorHandling().catch((err) => {
|
|
51
|
-
if (err instanceof LoggerFatalError) {
|
|
52
|
-
LogConfig.get().fatal(err.obj, err.message);
|
|
53
|
-
}
|
|
54
|
-
else {
|
|
55
|
-
LogConfig.get().fatal({ err }, 'Failed to run command');
|
|
56
|
-
}
|
|
57
|
-
process.exit(1);
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
|
-
}
|
|
1
|
+
"use strict";
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batch.job.test.d.ts","sourceRoot":"","sources":["../../../../src/cli/cogify/__tests__/batch.job.test.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"semver.test.d.ts","sourceRoot":"","sources":["../../../../src/cli/cogify/__tests__/semver.test.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.cog.d.ts","sourceRoot":"","sources":["../../../src/cli/cogify/action.cog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiD,OAAO,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"action.cog.d.ts","sourceRoot":"","sources":["../../../src/cli/cogify/action.cog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiD,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAE1F,OAAO,EACL,iBAAiB,EAKlB,MAAM,4BAA4B,CAAC;AAIpC,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAGvD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAQ5C,qBAAa,eAAgB,SAAQ,iBAAiB;IACpD,OAAO,CAAC,GAAG,CAAC,CAA6B;IACzC,OAAO,CAAC,IAAI,CAAC,CAAiC;IAC9C,OAAO,CAAC,MAAM,CAAC,CAA2B;IAC1C,OAAO,CAAC,QAAQ,CAAC,CAAkC;;IAUnD,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI;IA0CnC,SAAS,IAAI,OAAO,CAAC,IAAI,CAAC;IAqFhC,2DAA2D;IACrD,cAAc,CAAC,GAAG,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAqCrE,SAAS,CAAC,kBAAkB,IAAI,IAAI;CA4BrC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Config, Env, fsa, LogConfig, LoggerFatalError } from '@basemaps/shared';
|
|
2
|
+
import { CliId } from '@basemaps/shared/build/cli/base.js';
|
|
2
3
|
import { CommandLineAction, } from '@rushstack/ts-command-line';
|
|
3
4
|
import { createReadStream, promises as fs } from 'fs';
|
|
4
5
|
import { buildCogForName } from '../../cog/cog.js';
|
|
@@ -6,7 +7,6 @@ import { CogStacJob } from '../../cog/cog.stac.job.js';
|
|
|
6
7
|
import { CogVrt } from '../../cog/cog.vrt.js';
|
|
7
8
|
import { Cutline } from '../../cog/cutline.js';
|
|
8
9
|
import { Gdal } from '../../gdal/gdal.js';
|
|
9
|
-
import { CliId } from '../base.cli.js';
|
|
10
10
|
import { makeTempFolder, makeTiffFolder } from '../folder.js';
|
|
11
11
|
import path from 'path';
|
|
12
12
|
import { insertConfigImagery, insertConfigTileSet } from './imagery.config.js';
|
|
@@ -3,7 +3,7 @@ import { fsa } from '@basemaps/shared';
|
|
|
3
3
|
import { CommandLineAction, } from '@rushstack/ts-command-line';
|
|
4
4
|
import { CogJobFactory, MaxConcurrencyDefault } from '../../cog/job.factory.js';
|
|
5
5
|
import { GdalCogBuilderDefaults, GdalResamplingOptions } from '../../gdal/gdal.config.js';
|
|
6
|
-
import { CliId } from '
|
|
6
|
+
import { CliId } from '@basemaps/shared/build/cli/base.js';
|
|
7
7
|
export class CLiInputData {
|
|
8
8
|
constructor(parent, prefix) {
|
|
9
9
|
this.path = parent.defineStringParameter({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
+
import { BaseCommandLine } from '@basemaps/shared/build/cli/base.js';
|
|
2
3
|
import 'source-map-support/register.js';
|
|
3
|
-
import { BaseCommandLine } from '../base.cli.js';
|
|
4
4
|
export declare class CogifyCommandLine extends BaseCommandLine {
|
|
5
5
|
constructor();
|
|
6
6
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cli/cogify/index.ts"],"names":[],"mappings":";AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cli/cogify/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,gCAAgC,CAAC;AAIxC,qBAAa,iBAAkB,SAAQ,eAAe;;CASrD"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
+
import { BaseCommandLine } from '@basemaps/shared/build/cli/base.js';
|
|
2
3
|
import 'source-map-support/register.js';
|
|
3
|
-
import { BaseCommandLine } from '../base.cli.js';
|
|
4
4
|
import { ActionCogCreate } from './action.cog.js';
|
|
5
5
|
import { ActionJobCreate } from './action.job.js';
|
|
6
6
|
export class CogifyCommandLine extends BaseCommandLine {
|
package/build/cli/util.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Env, fsa, LogConfig, Projection } from '@basemaps/shared';
|
|
|
2
2
|
import CloudFormation from 'aws-sdk/clients/cloudformation.js';
|
|
3
3
|
import CloudFront from 'aws-sdk/clients/cloudfront.js';
|
|
4
4
|
import S3 from 'aws-sdk/clients/s3.js';
|
|
5
|
-
import { CliId } from '
|
|
5
|
+
import { CliId } from '@basemaps/shared/build/cli/base.js';
|
|
6
6
|
import crypto from 'crypto';
|
|
7
7
|
import path from 'path';
|
|
8
8
|
import { gzip } from 'zlib';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"builder.test.d.ts","sourceRoot":"","sources":["../../../src/cog/__tests__/builder.test.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cog.stac.job.test.d.ts","sourceRoot":"","sources":["../../../src/cog/__tests__/cog.stac.job.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Bounds, Epsg, EpsgCode, GoogleTms, Nztm2000Tms, Stac } from '@basemaps/geo';
|
|
2
2
|
import { Projection } from '@basemaps/shared';
|
|
3
|
-
import { mockFileOperator } from '@basemaps/shared/build/file/
|
|
3
|
+
import { mockFileOperator } from '@basemaps/shared/build/file/__tests__/file.operator.test.helper.js';
|
|
4
4
|
import { round } from '@basemaps/test/build/rounding.js';
|
|
5
5
|
import o from 'ospec';
|
|
6
6
|
import { CogStacJob } from '../cog.stac.job.js';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cog.test.d.ts","sourceRoot":"","sources":["../../../src/cog/__tests__/cog.test.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cog.vrt.test.d.ts","sourceRoot":"","sources":["../../../src/cog/__tests__/cog.vrt.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EpsgCode, GoogleTms, Nztm2000Tms } from '@basemaps/geo';
|
|
2
2
|
import { fsa, LogConfig } from '@basemaps/shared';
|
|
3
|
-
import { qkToName } from '@basemaps/shared/build/proj/
|
|
3
|
+
import { qkToName } from '@basemaps/shared/build/proj/__tests__/test.util.js';
|
|
4
4
|
import { round } from '@basemaps/test/build/rounding.js';
|
|
5
5
|
import o from 'ospec';
|
|
6
6
|
import path from 'path';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cutline.test.d.ts","sourceRoot":"","sources":["../../../src/cog/__tests__/cutline.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Bounds, EpsgCode, GoogleTms, Nztm2000Tms } from '@basemaps/geo';
|
|
2
|
-
import { qkToName } from '@basemaps/shared/build/proj/
|
|
2
|
+
import { qkToName } from '@basemaps/shared/build/proj/__tests__/test.util.js';
|
|
3
3
|
import { round } from '@basemaps/test/build/rounding.js';
|
|
4
4
|
import o from 'ospec';
|
|
5
5
|
import path from 'path';
|
|
@@ -8,6 +8,7 @@ import { Cutline, polyContainsBounds } from '../cutline.js';
|
|
|
8
8
|
import { SourceTiffTestHelper } from './source.tiff.testhelper.js';
|
|
9
9
|
const __dirname = path.dirname(url.fileURLToPath(import.meta.url));
|
|
10
10
|
o.spec('cutline', () => {
|
|
11
|
+
o.specTimeout(1000);
|
|
11
12
|
const testDir = `${__dirname}/../../../__test.assets__`;
|
|
12
13
|
o.spec('filterSourcesForName', () => {
|
|
13
14
|
o('fully within same projection', async () => {
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projection.loader.test.d.ts","sourceRoot":"","sources":["../../../src/cog/__tests__/projection.loader.test.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"source.tiff.testhelper.d.ts","sourceRoot":"","sources":["../../../src/cog/__tests__/source.tiff.testhelper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,WAAW,EAAa,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD,eAAO,MAAM,oBAAoB;kBACjB,UAAU;mCAgBW,WAAW,EAAE;+BAmBrB,WAAW,EAAE,GAAG,MAAM,EAAE;CAGpD,CAAC"}
|
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Bounds, Stac, TileMatrixSets, } from '@basemaps/geo';
|
|
2
2
|
import { extractYearRangeFromName, Projection, fsa, titleizeImageryName, CompositeError, } from '@basemaps/shared';
|
|
3
3
|
import { toFeatureCollection, toFeatureMultiPolygon } from '@linzjs/geojson';
|
|
4
|
-
import { CliInfo } from '
|
|
4
|
+
import { CliInfo } from '@basemaps/shared/build/cli/base.js';
|
|
5
5
|
import { GdalCogBuilderDefaults } from '../gdal/gdal.config.js';
|
|
6
6
|
import { ProjectionLoader } from './projection.loader.js';
|
|
7
7
|
import { CogStacItemExtensions, CogStacKeywords } from './stac.js';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gdal.progress.test.d.ts","sourceRoot":"","sources":["../../../src/gdal/__tests__/gdal.progress.test.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gdal.test.d.ts","sourceRoot":"","sources":["../../../src/gdal/__tests__/gdal.test.ts"],"names":[],"mappings":""}
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basemaps/cli",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.28.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@basemaps/config": "^6.
|
|
40
|
+
"@basemaps/config": "^6.28.0",
|
|
41
41
|
"@basemaps/geo": "^6.26.0",
|
|
42
|
-
"@basemaps/shared": "^6.
|
|
42
|
+
"@basemaps/shared": "^6.28.0",
|
|
43
43
|
"@chunkd/fs": "^8.1.0",
|
|
44
44
|
"@cogeotiff/core": "^7.0.0",
|
|
45
|
-
"@linzjs/geojson": "^6.
|
|
45
|
+
"@linzjs/geojson": "^6.28.0",
|
|
46
46
|
"@rushstack/ts-command-line": "^4.3.13",
|
|
47
47
|
"ansi-colors": "^4.1.1",
|
|
48
48
|
"node-fetch": "^3.2.3",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"files": [
|
|
61
61
|
"build/"
|
|
62
62
|
],
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "c9e62ec8f9cf5aa1dd79305575fdd1708835e0d9"
|
|
64
64
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"batch.job.test.d.ts","sourceRoot":"","sources":["../../../../src/cli/cogify/__test__/batch.job.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"semver.test.d.ts","sourceRoot":"","sources":["../../../../src/cli/cogify/__test__/semver.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"builder.test.d.ts","sourceRoot":"","sources":["../../../src/cog/__test__/builder.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cog.stac.job.test.d.ts","sourceRoot":"","sources":["../../../src/cog/__test__/cog.stac.job.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cog.test.d.ts","sourceRoot":"","sources":["../../../src/cog/__test__/cog.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cog.vrt.test.d.ts","sourceRoot":"","sources":["../../../src/cog/__test__/cog.vrt.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cutline.test.d.ts","sourceRoot":"","sources":["../../../src/cog/__test__/cutline.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"projection.loader.test.d.ts","sourceRoot":"","sources":["../../../src/cog/__test__/projection.loader.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"source.tiff.testhelper.d.ts","sourceRoot":"","sources":["../../../src/cog/__test__/source.tiff.testhelper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,WAAW,EAAa,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD,eAAO,MAAM,oBAAoB;kBACjB,UAAU;mCAgBW,WAAW,EAAE;+BAmBrB,WAAW,EAAE,GAAG,MAAM,EAAE;CAGpD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gdal.progress.test.d.ts","sourceRoot":"","sources":["../../../src/gdal/__test__/gdal.progress.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gdal.test.d.ts","sourceRoot":"","sources":["../../../src/gdal/__test__/gdal.test.ts"],"names":[],"mappings":""}
|