@google/earthengine 1.5.4 → 1.5.6
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/build/browser.js +42 -33
- package/build/ee_api_js.js +14 -14
- package/build/ee_api_js_debug.js +20 -11
- package/build/ee_api_js_npm.js +42 -33
- package/build/main.js +42 -33
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
package/build/browser.js
CHANGED
|
@@ -1257,7 +1257,8 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1257
1257
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1258
1258
|
};
|
|
1259
1259
|
}, "es8", "es3");
|
|
1260
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_ve_logging__enable:!1, GoogFlags__jspb_disallow_message_tojson__enable:!1, GoogFlags__override_disable_toggles:!1, GoogFlags__testonly_debug_flag__enable:!1, GoogFlags__testonly_disabled_flag__enable:!1, GoogFlags__testonly_stable_flag__disable:!1, GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1,
|
|
1260
|
+
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_context_per_component__enable:!1, GoogFlags__client_only_wiz_ve_logging__enable:!1, GoogFlags__jspb_disallow_message_tojson__enable:!1, GoogFlags__override_disable_toggles:!1, GoogFlags__testonly_debug_flag__enable:!1, GoogFlags__testonly_disabled_flag__enable:!1, GoogFlags__testonly_stable_flag__disable:!1, GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1,
|
|
1261
|
+
GoogFlags__wiz_enable_native_promise__enable:!1};
|
|
1261
1262
|
/*
|
|
1262
1263
|
|
|
1263
1264
|
Copyright The Closure Library Authors.
|
|
@@ -1368,6 +1369,9 @@ goog.isInEs6ModuleLoader_ = function() {
|
|
|
1368
1369
|
goog.module.declareLegacyNamespace = function() {
|
|
1369
1370
|
goog.moduleLoaderState_.declareLegacyNamespace = !0;
|
|
1370
1371
|
};
|
|
1372
|
+
goog.module.preventModuleExportSealing = function() {
|
|
1373
|
+
goog.moduleLoaderState_.preventModuleExportSealing = !0;
|
|
1374
|
+
};
|
|
1371
1375
|
goog.declareModuleId = function(namespace) {
|
|
1372
1376
|
if (goog.moduleLoaderState_) {
|
|
1373
1377
|
goog.moduleLoaderState_.moduleName = namespace;
|
|
@@ -1432,7 +1436,7 @@ goog.hasBadLetScoping = null;
|
|
|
1432
1436
|
goog.loadModule = function(moduleDef) {
|
|
1433
1437
|
var previousState = goog.moduleLoaderState_;
|
|
1434
1438
|
try {
|
|
1435
|
-
goog.moduleLoaderState_ = {moduleName:"", declareLegacyNamespace:!1, type:goog.ModuleType.GOOG};
|
|
1439
|
+
goog.moduleLoaderState_ = {moduleName:"", declareLegacyNamespace:!1, preventModuleExportSealing:!1, type:goog.ModuleType.GOOG};
|
|
1436
1440
|
var origExports = {}, exports = origExports;
|
|
1437
1441
|
if (typeof moduleDef === "function") {
|
|
1438
1442
|
exports = moduleDef.call(void 0, exports);
|
|
@@ -1443,7 +1447,7 @@ goog.loadModule = function(moduleDef) {
|
|
|
1443
1447
|
}
|
|
1444
1448
|
var moduleName = goog.moduleLoaderState_.moduleName;
|
|
1445
1449
|
if (typeof moduleName === "string" && moduleName) {
|
|
1446
|
-
goog.moduleLoaderState_.declareLegacyNamespace ? goog.constructNamespace_(moduleName, exports, origExports !== exports) : goog.SEAL_MODULE_EXPORTS && Object.seal && typeof exports == "object" && exports != null && Object.seal(exports), goog.loadedModules_[moduleName] = {exports:exports, type:goog.ModuleType.GOOG, moduleId:goog.moduleLoaderState_.moduleName};
|
|
1450
|
+
goog.moduleLoaderState_.declareLegacyNamespace ? goog.constructNamespace_(moduleName, exports, origExports !== exports) : goog.SEAL_MODULE_EXPORTS && Object.seal && typeof exports == "object" && exports != null && !goog.moduleLoaderState_.preventModuleExportSealing && Object.seal(exports), goog.loadedModules_[moduleName] = {exports:exports, type:goog.ModuleType.GOOG, moduleId:goog.moduleLoaderState_.moduleName};
|
|
1447
1451
|
} else {
|
|
1448
1452
|
throw Error('Invalid module name "' + moduleName + '"');
|
|
1449
1453
|
}
|
|
@@ -6505,6 +6509,7 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_
|
|
|
6505
6509
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable = !1;
|
|
6506
6510
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable = !1;
|
|
6507
6511
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_ve_logging__enable = !1;
|
|
6512
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_context_per_component__enable = !1;
|
|
6508
6513
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable = !1;
|
|
6509
6514
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable = !1;
|
|
6510
6515
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable = !1;
|
|
@@ -6516,6 +6521,7 @@ var module$contents$goog$flags_STAGING = goog.readFlagInternalDoNotUseOrElse(1,
|
|
|
6516
6521
|
goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable : goog.readFlagInternalDoNotUseOrElse(610401301, !1);
|
|
6517
6522
|
goog.flags.ASYNC_THROW_ON_UNICODE_TO_BYTE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable : goog.readFlagInternalDoNotUseOrElse(899588437, !1);
|
|
6518
6523
|
goog.flags.CLIENT_ONLY_WIZ_VE_LOGGING = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_ve_logging__enable : goog.readFlagInternalDoNotUseOrElse(725719775, !1);
|
|
6524
|
+
goog.flags.CLIENT_ONLY_WIZ_CONTEXT_PER_COMPONENT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_context_per_component__enable : goog.readFlagInternalDoNotUseOrElse(513659523, goog.DEBUG);
|
|
6519
6525
|
goog.flags.WIZ_ENABLE_NATIVE_PROMISE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable : goog.readFlagInternalDoNotUseOrElse(651175828, goog.DEBUG);
|
|
6520
6526
|
goog.flags.JSPB_DISALLOW_MESSAGE_TOJSON = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable : goog.readFlagInternalDoNotUseOrElse(722764542, goog.DEBUG);
|
|
6521
6527
|
goog.flags.TESTONLY_DISABLED_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483644, !1);
|
|
@@ -18370,6 +18376,9 @@ goog.dom.DomHelper.prototype.getCanvasContext2D = goog.dom.getCanvasContext2D;
|
|
|
18370
18376
|
Copyright The Closure Library Authors.
|
|
18371
18377
|
SPDX-License-Identifier: MIT
|
|
18372
18378
|
*/
|
|
18379
|
+
goog.async.DeferredDefines = {};
|
|
18380
|
+
goog.async.DeferredDefines.STRICT_ERRORS = !1;
|
|
18381
|
+
goog.async.DeferredDefines.LONG_STACK_TRACES = !1;
|
|
18373
18382
|
goog.async.Deferred = function(opt_onCancelFunction, opt_defaultScope) {
|
|
18374
18383
|
this.sequence_ = [];
|
|
18375
18384
|
this.onCancelFunction_ = opt_onCancelFunction;
|
|
@@ -18380,15 +18389,15 @@ goog.async.Deferred = function(opt_onCancelFunction, opt_defaultScope) {
|
|
|
18380
18389
|
this.unhandledErrorId_ = 0;
|
|
18381
18390
|
this.parent_ = null;
|
|
18382
18391
|
this.branches_ = 0;
|
|
18383
|
-
if (goog.async.
|
|
18392
|
+
if (goog.async.DeferredDefines.LONG_STACK_TRACES && (this.constructorStack_ = null, Error.captureStackTrace)) {
|
|
18384
18393
|
var target = {stack:""};
|
|
18385
18394
|
Error.captureStackTrace(target, goog.async.Deferred);
|
|
18386
18395
|
typeof target.stack == "string" && (this.constructorStack_ = target.stack.replace(/^[^\n]*\n/, ""));
|
|
18387
18396
|
}
|
|
18388
18397
|
};
|
|
18389
18398
|
goog.async.Deferred.wrap_ = module$exports$common$async$context$propagate.propagateAsyncContext;
|
|
18390
|
-
goog.async.Deferred.STRICT_ERRORS =
|
|
18391
|
-
goog.async.Deferred.LONG_STACK_TRACES =
|
|
18399
|
+
goog.async.Deferred.STRICT_ERRORS = goog.async.DeferredDefines.STRICT_ERRORS;
|
|
18400
|
+
goog.async.Deferred.LONG_STACK_TRACES = goog.async.DeferredDefines.LONG_STACK_TRACES;
|
|
18392
18401
|
goog.async.Deferred.prototype.cancel = function(opt_deepCancel) {
|
|
18393
18402
|
if (this.hasFired()) {
|
|
18394
18403
|
this.result_ instanceof goog.async.Deferred && this.result_.cancel();
|
|
@@ -18442,7 +18451,7 @@ goog.async.Deferred.setUnhandledErrorHandler = function(handler) {
|
|
|
18442
18451
|
goog.async.Deferred.unhandledErrorHandler_ = handler;
|
|
18443
18452
|
};
|
|
18444
18453
|
goog.async.Deferred.prototype.makeStackTraceLong_ = function(error) {
|
|
18445
|
-
goog.async.
|
|
18454
|
+
goog.async.DeferredDefines.LONG_STACK_TRACES && this.constructorStack_ && goog.isObject(error) && error.stack && /^[^\n]+(\n [^\n]+)+/.test(error.stack) && (error.stack = error.stack + "\nDEFERRED OPERATION:\n" + this.constructorStack_);
|
|
18446
18455
|
};
|
|
18447
18456
|
goog.async.Deferred.prototype.assertNotDeferred_ = function(obj) {
|
|
18448
18457
|
goog.asserts.assert(!(obj instanceof goog.async.Deferred), "An execution sequence may not be initiated with a blocking Deferred.");
|
|
@@ -18551,7 +18560,7 @@ goog.async.Deferred.prototype.fire_ = function() {
|
|
|
18551
18560
|
var onCallback = goog.bind(this.continue_, this, !0), onErrback = goog.bind(this.continue_, this, !1);
|
|
18552
18561
|
res instanceof goog.async.Deferred ? (res.addCallbacks(onCallback, onErrback), res.blocking_ = !0) : res.then(onCallback, onErrback);
|
|
18553
18562
|
} else {
|
|
18554
|
-
!goog.async.
|
|
18563
|
+
!goog.async.DeferredDefines.STRICT_ERRORS || wasConvertedToPromise || !this.isError(res) || res instanceof goog.async.Deferred.CanceledError || (unhandledException = this.hadError_ = !0);
|
|
18555
18564
|
}
|
|
18556
18565
|
unhandledException && (this.unhandledErrorId_ = goog.async.Deferred.scheduleError_(res));
|
|
18557
18566
|
};
|
|
@@ -19281,7 +19290,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19281
19290
|
ee.apiclient = {};
|
|
19282
19291
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19283
19292
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19284
|
-
ee.apiclient.API_CLIENT_VERSION = "1.5.
|
|
19293
|
+
ee.apiclient.API_CLIENT_VERSION = "1.5.6";
|
|
19285
19294
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19286
19295
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19287
19296
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19579,8 +19588,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19579
19588
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19580
19589
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19581
19590
|
method = method || "POST";
|
|
19582
|
-
var headers = {"Content-Type":contentType}, version = "1.5.
|
|
19583
|
-
version === "1.5.
|
|
19591
|
+
var headers = {"Content-Type":contentType}, version = "1.5.6";
|
|
19592
|
+
version === "1.5.6" && (version = "latest");
|
|
19584
19593
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19585
19594
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19586
19595
|
if (authToken != null) {
|
|
@@ -27098,29 +27107,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27098
27107
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27099
27108
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27100
27109
|
(function() {
|
|
27101
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.
|
|
27102
|
-
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "image opt_description
|
|
27110
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.image.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.Collection.prototype.filter ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.map ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.resetWorkloadTag ee.data.getList ee.data.updateTask ee.data.updateAsset ee.data.startIngestion ee.data.getFilmstripThumbId ee.data.startProcessing ee.data.createFolder ee.data.makeThumbUrl ee.data.setAssetAcl ee.data.listAssets ee.data.renameAsset ee.data.authenticateViaOauth ee.data.getMapId ee.data.getTableDownloadId ee.data.getTaskList ee.data.setAssetProperties ee.data.copyAsset ee.data.authenticate ee.data.listBuckets ee.data.getTileUrl ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.startTableIngestion ee.data.deleteAsset ee.data.getAssetRootQuota ee.data.listOperations ee.data.getDownloadId ee.data.makeDownloadUrl ee.data.cancelOperation ee.data.listImages ee.data.getWorkloadTag ee.data.getAssetAcl ee.data.authenticateViaPopup ee.data.getFeatureViewTilesKey ee.data.listFeatures ee.data.getAsset ee.data.getAssetRoots ee.data.getOperation ee.data.createAssetHome ee.data.authenticateViaPrivateKey ee.data.newTaskId ee.data.getInfo ee.data.setWorkloadTag ee.data.createAsset ee.data.computeValue ee.data.cancelTask ee.data.getThumbId ee.data.setDefaultWorkloadTag ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Dictionary ee.Algorithms ee.InitState ee.apply ee.TILE_SIZE ee.call ee.initialize ee.reset ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.Filter.prototype.not ee.Filter.eq ee.Filter ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Filter.gt ee.Filter.inList ee.Filter.lt ee.Filter.neq ee.Filter.or ee.Filter.lte ee.Filter.gte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.prototype.serialize ee.Geometry.Point ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiLineString ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPolygon ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry.Rectangle ee.Geometry.Polygon ee.Geometry.LineString ee.Geometry ee.Image ee.Image.prototype.expression ee.Image.rgb ee.Image.prototype.getDownloadURL ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getMap ee.Image.cat ee.Image.prototype.clip ee.Image.prototype.select ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.encode ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.String ee.Terrain".split(" "),
|
|
27111
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices",
|
|
27112
|
+
"opt_priority"], ["classifier", "opt_description", "opt_assetId", "opt_priority"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
27103
27113
|
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
|
|
27104
|
-
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "
|
|
27105
|
-
["
|
|
27106
|
-
"
|
|
27107
|
-
["
|
|
27108
|
-
["
|
|
27109
|
-
"
|
|
27110
|
-
"
|
|
27111
|
-
["
|
|
27112
|
-
[], ["
|
|
27113
|
-
|
|
27114
|
-
[
|
|
27115
|
-
|
|
27116
|
-
|
|
27117
|
-
ee.
|
|
27118
|
-
ee.data.
|
|
27119
|
-
ee.
|
|
27120
|
-
ee.
|
|
27121
|
-
ee.
|
|
27122
|
-
ee.
|
|
27123
|
-
ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.first, ee.ImageCollection, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApiPretty, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27114
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), ["filter"], ["max", "opt_property",
|
|
27115
|
+
"opt_ascending"], ["property", "opt_ascending"], ["geometry"], ["name", "operator", "value"], ["start", "opt_end"], ["algorithm", "opt_first"], ["algorithm", "opt_dropNulls"], ["callback"], ["func", "var_args"], ["opt_callback"], ["legacy"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["opt_resetDefault"], ["params", "opt_callback"], ["taskId", "action", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"],
|
|
27116
|
+
["taskId", "params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["assetId", "aclUpdate", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["params", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["assetId", "properties", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"],
|
|
27117
|
+
["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["project", "opt_callback"], ["id", "x", "y", "z"], ["id"], ["opt_limit", "opt_callback"], ["taskId", "request", "opt_callback"], ["assetId", "opt_callback"], ["rootId", "opt_callback"], ["opt_limit", "opt_callback"], ["params", "opt_callback"], ["id"], ["operationName", "opt_callback"], ["parent", "opt_params", "opt_callback"], [], ["assetId", "opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"],
|
|
27118
|
+
["asset", "params", "opt_callback"], ["id", "opt_callback"], ["opt_callback"], ["operationName", "opt_callback"], ["requestedId", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_count", "opt_callback"], ["id", "opt_callback"], ["tag"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["obj", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["tag"], ["date", "opt_tz"], ["json"], ["json"],
|
|
27119
|
+
["json"], ["json"], ["opt_dict"], [], [], ["func", "namedArgs"], [], ["func", "var_args"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], ["var_args"], [], ["geometry", "opt_properties"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["args", "opt_column"], ["opt_visParams", "opt_callback"], ["opt_callback"],
|
|
27120
|
+
["propertySelectors", "opt_newProperties", "opt_retainGeometry"], [], ["name", "value"], ["opt_filter"], ["start", "opt_end"], ["name", "operator", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["name", "value"], ["var_args"], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["legacy"], ["coords", "opt_proj"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
|
|
27121
|
+
["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["opt_args"], ["expression", "opt_map"], ["r", "g", "b"], ["params", "opt_callback"],
|
|
27122
|
+
["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["var_args"], ["geometry"], ["var_args"], ["params", "opt_callback"], [], ["opt_visParams", "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["args"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["params", "opt_callback"], ["list"], ["number"], ["obj"],
|
|
27123
|
+
["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27124
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.image.toCloudStorage,
|
|
27125
|
+
module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, ee.Collection.prototype.filter, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.map, ee.ComputedObject.prototype.evaluate,
|
|
27126
|
+
ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.getVideoThumbId, ee.data.getTaskStatus, ee.data.resetWorkloadTag, ee.data.getList, ee.data.updateTask, ee.data.updateAsset, ee.data.startIngestion, ee.data.getFilmstripThumbId, ee.data.startProcessing, ee.data.createFolder, ee.data.makeThumbUrl, ee.data.setAssetAcl, ee.data.listAssets, ee.data.renameAsset, ee.data.authenticateViaOauth, ee.data.getMapId, ee.data.getTableDownloadId,
|
|
27127
|
+
ee.data.getTaskList, ee.data.setAssetProperties, ee.data.copyAsset, ee.data.authenticate, ee.data.listBuckets, ee.data.getTileUrl, ee.data.makeTableDownloadUrl, ee.data.getTaskListWithLimit, ee.data.startTableIngestion, ee.data.deleteAsset, ee.data.getAssetRootQuota, ee.data.listOperations, ee.data.getDownloadId, ee.data.makeDownloadUrl, ee.data.cancelOperation, ee.data.listImages, ee.data.getWorkloadTag, ee.data.getAssetAcl, ee.data.authenticateViaPopup, ee.data.getFeatureViewTilesKey, ee.data.listFeatures,
|
|
27128
|
+
ee.data.getAsset, ee.data.getAssetRoots, ee.data.getOperation, ee.data.createAssetHome, ee.data.authenticateViaPrivateKey, ee.data.newTaskId, ee.data.getInfo, ee.data.setWorkloadTag, ee.data.createAsset, ee.data.computeValue, ee.data.cancelTask, ee.data.getThumbId, ee.data.setDefaultWorkloadTag, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Dictionary, ee.Algorithms, ee.InitState, ee.apply, ee.TILE_SIZE, ee.call,
|
|
27129
|
+
ee.initialize, ee.reset, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.Filter.prototype.not, ee.Filter.eq, ee.Filter, ee.Filter.date, ee.Filter.metadata, ee.Filter.bounds,
|
|
27130
|
+
ee.Filter.and, ee.Filter.gt, ee.Filter.inList, ee.Filter.lt, ee.Filter.neq, ee.Filter.or, ee.Filter.lte, ee.Filter.gte, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.prototype.serialize, ee.Geometry.Point, ee.Geometry.prototype.toGeoJSON, ee.Geometry.MultiLineString, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPolygon, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry.Rectangle, ee.Geometry.Polygon, ee.Geometry.LineString, ee.Geometry,
|
|
27131
|
+
ee.Image, ee.Image.prototype.expression, ee.Image.rgb, ee.Image.prototype.getDownloadURL, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.getMap, ee.Image.cat, ee.Image.prototype.clip, ee.Image.prototype.select, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select,
|
|
27132
|
+
ee.ImageCollection, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.toReadableJSON, ee.Serializer.encode, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27124
27133
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27125
27134
|
});
|
|
27126
27135
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/build/ee_api_js.js
CHANGED
|
@@ -453,7 +453,7 @@ Ma(p,f[m]))});return b?b(l):l};return this.callback?(dj(d,null,function(f,l){ret
|
|
|
453
453
|
ej.prototype.send=function(a,b){var c=[a.B+" "+a.path+" HTTP/1.1"];c.push("Content-Type: application/json; charset=utf-8");var d=gj();d!=null&&c.push("Authorization: "+d);a=a.body?JSON.stringify(a.body):"";return[c.join("\r\n")+"\r\n\r\n"+a,b]};
|
|
454
454
|
var hj=function(a,b,c){a=r(b.split("--"+a.split("; boundary=")[1]));for(b=a.next();!b.done;b=a.next())if(b=b.value.split("\r\n\r\n"),!(b.length<3)){var d=b[0].match(/\r\nContent-ID: <response-([^>]*)>/)[1],e=Number(b[1].match(/^HTTP\S*\s(\d+)\s/)[1]);c(d,e,b.slice(2).join("\r\n\r\n"))}},bj=function(){var a=ij.replace(/\/api$/,"");return"window"in t&&!a.match(/^https?:\/\/content-/)?a.replace(/^(https?:\/\/)(.*\.googleapis\.com)$/,"$1content-$2"):a},kj=function(a,b,c){var d=[];a&&(d=d.concat(jj));
|
|
455
455
|
b&&d.push("https://www.googleapis.com/auth/devstorage.read_write");a=d=d.concat(c);c=b=0;for(var e={};c<a.length;){var g=a[c++],f=u(g)?"o"+Ba(g):(typeof g).charAt(0)+g;Object.prototype.hasOwnProperty.call(e,f)||(e[f]=!0,a[b++]=g)}a.length=b;return d},rj=function(a,b,c){mj&&nj&&mj({client_id:String(nj),scope:oj.join(" "),plugin_name:"earthengine"},function(d){if(d.error=="immediate_failed"&&c)c();else if("window"in t)try{pj(function(){try{qj(a,b,d)}catch(e){b(e.toString())}})}catch(e){b(e.toString())}else qj(a,
|
|
456
|
-
b,d)})},gj=function(){sj&&Date.now()-sj>=0&&tj();return uj},tj=function(){sj=uj=null},Zi=function(a,b,c,d){a!=null?ij=a:vj||(ij="https://earthengine.googleapis.com/api");b!=null?wj=b:vj||(wj="https://earthengine.googleapis.com");c!==void 0&&(xj=c);Yi=d!=null?d:Yi||"earthengine-legacy";vj=!0},dj=function(a,b,c,d,e,g,f){Zi();var l=yj,m="application/x-www-form-urlencoded";e&&(m="application/json",d&&d.startsWith("multipart")&&(m=d,d="POST"));d=d||"POST";m={"Content-Type":m};var p="1.5.
|
|
456
|
+
b,d)})},gj=function(){sj&&Date.now()-sj>=0&&tj();return uj},tj=function(){sj=uj=null},Zi=function(a,b,c,d){a!=null?ij=a:vj||(ij="https://earthengine.googleapis.com/api");b!=null?wj=b:vj||(wj="https://earthengine.googleapis.com");c!==void 0&&(xj=c);Yi=d!=null?d:Yi||"earthengine-legacy";vj=!0},dj=function(a,b,c,d,e,g,f){Zi();var l=yj,m="application/x-www-form-urlencoded";e&&(m="application/json",d&&d.startsWith("multipart")&&(m=d,d="POST"));d=d||"POST";m={"Content-Type":m};var p="1.5.6";p==="1.5.6"&&
|
|
457
457
|
(p="latest");m["x-goog-api-client"]="ee-js/"+p;p=gj();if(p!=null)m.Authorization=p;else if(c&&mj&&nj)return rj(function(){zj(l,function(){dj(a,b,c,d)})}),null;b=b?b.clone():new Sc;Aj!=null&&b.add("key",Aj);l&&(m["X-Earth-Engine-Computation-Profiling"]="1");Yi&&Yi!=="earthengine-legacy"&&(m["X-Goog-User-Project"]=Yi);b=Bj(b,a);xj!=null&&(m["X-XSRF-Token"]=xj);Cj!=null&&(m["X-Earth-Engine-App-ID-Token"]=Cj);p=e||null;var v=b?b.toString():"";d==="POST"&&e===void 0?p=v:/^[\s\xa0]*$/.test(v)||(a+=a.indexOf("?")!=
|
|
458
458
|
-1?"&":"?",a+=v);e=a.startsWith("/")?ij+a:a;if(c)return Dj.push(Ej(e,c,d,p,m,g,f)),Fj.mf(),null;v=function(H,ea){this.setRequestHeader&&this.setRequestHeader(ea,H)};var z=0;for(g=g!=null?g:5;;){var B=new XMLHttpRequest;B.open(d,e,!1);Wa(m,v,B);B.send(p);if(B.status!=429||z>g)break;z++}return Gj(B.status,function(H){try{return B.getResponseHeader(H)}catch(ea){return null}},B.responseText,l,void 0,e,d,f)},Ej=function(a,b,c,d,e,g,f){var l=0,m={url:a,method:c,content:d,headers:e},p=yj,v=g!=null?g:10;
|
|
459
459
|
m.callback=function(z){z=z.target;if(z.getStatus()==429&&l<v)return l++,setTimeout(function(){Dj.push(m);Fj.mf()},Math.min(12E4,Math.pow(2,l)*1E3)),null;var B=Gj,H=z.getStatus(),ea=w(z.getResponseHeader,z);try{var W=z.s?z.s.responseText:""}catch(da){Cc(z.ha,"Can not get responseText: "+da.message),W=""}return B(H,ea,W,p,b,a,c,f)};return m},zj=function(a,b){var c=yj;try{yj=a,b.call(void 0)}finally{yj=c}},Gj=function(a,b,c,d,e,g,f,l){var m=d?b("X-Earth-Engine-Computation-Profile"):"";m&&d&&d(m);var p=
|
|
@@ -706,18 +706,18 @@ h.ul=function(){if(!this.kc){var a=w(function(d){this.kc||(Wp(this.fa,this.ea,d)
|
|
|
706
706
|
h.Ji=null;h.Ja=null;h.hi=null;var uq=["load","abort","error"],vq=function(){I.call(this);this.Ea=!1};q(vq,I);vq.prototype.setActive=function(a){this.Ea=a};vq.prototype.isActive=function(){return this.Ea};var qq=function(a,b){lq.call(this,a,b)};q(qq,lq);qq.prototype.Ye=function(){return new vq};qq.prototype.Dd=function(a){a.dispose()};qq.prototype.Pf=function(a){return!a.Ra&&!a.isActive()};var wq=function(a,b,c,d,e){ge.call(this,a,b,c,d,e);this.minZoom=d.minZoom||0;this.maxZoom=d.maxZoom||20;if(!window.google||!window.google.maps)throw Error("Google Maps API hasn't been initialized.");this.tileSize=d.tileSize||new google.maps.Size(256,256);this.name=d.name;this.tg=new ae;this.Qf=1;this.ua=e||null};q(wq,ge);h=wq.prototype;h.Le=function(a){return zd(this,"tileevent",a)};h.Yf=function(a){Hd(a)};
|
|
707
707
|
h.getTile=function(a,b,c){if(b<this.minZoom||a.y<0||a.y>=1<<b)return a=c.createElement("IMG"),a.style.width="0px",a.style.height="0px",a;b=he(this,a,b);a=[this.url,b].join("/")+"?token="+this.token;this.ua&&this.ua.isEnabled()&&(a+="&profiling=1");b=[b,this.wb,this.token].join("/");this.wb+=1;c=hi("DIV",{id:b});var d=(new Date).getTime()/1E3;this.yb.push(b);kl(rq).send(b,a,d,w(this.Tk,this,c,b));tp(this);return c};h.Mc=function(){return this.yb.length};
|
|
708
708
|
h.releaseTile=function(a){kl(rq).abort(a.id);if(a.firstElementChild!==void 0)var b=a.firstElementChild;else for(b=a.firstChild;b&&b.nodeType!=1;)b=b.nextSibling;this.tg.remove(b);a.id!==""&&(this.sg.remove(a.id),this.ua&&this.ua.ll(a.id))};h.setOpacity=function(a){this.Qf=a;var b=this.tg.Da();Sd(b,function(c){Ep(c,a)})};
|
|
709
|
-
h.Tk=function(a,b,c,d){c.type=="error"?(ec(this.yb,b),this.sg.add(b),this.dispatchEvent(c)):(ec(this.yb,b),c.target&&c.type=="load"&&(c=c.target,this.tg.add(c),this.Qf!=1&&Ep(c,this.Qf),a.appendChild(c)),tp(this));this.ua&&d!==null&&this.ua.Hk(b,d)};x("ee.MapLayerOverlay",wq);wq.prototype.removeTileCallback=wq.prototype.Yf;wq.prototype.addTileCallback=wq.prototype.Le;wq.prototype.getTile=wq.prototype.getTile;wq.prototype.setOpacity=wq.prototype.setOpacity;wq.prototype.releaseTile=wq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.
|
|
709
|
+
h.Tk=function(a,b,c,d){c.type=="error"?(ec(this.yb,b),this.sg.add(b),this.dispatchEvent(c)):(ec(this.yb,b),c.target&&c.type=="load"&&(c=c.target,this.tg.add(c),this.Qf!=1&&Ep(c,this.Qf),a.appendChild(c)),tp(this));this.ua&&d!==null&&this.ua.Hk(b,d)};x("ee.MapLayerOverlay",wq);wq.prototype.removeTileCallback=wq.prototype.Yf;wq.prototype.addTileCallback=wq.prototype.Le;wq.prototype.getTile=wq.prototype.getTile;wq.prototype.setOpacity=wq.prototype.setOpacity;wq.prototype.releaseTile=wq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filter ee.Collection.prototype.map ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.filterMetadata ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.data.makeThumbUrl ee.data.setAssetProperties ee.data.copyAsset ee.data.authenticateViaOauth ee.data.getMapId ee.data.listBuckets ee.data.getTaskList ee.data.deleteAsset ee.data.getAssetRootQuota ee.data.getTableDownloadId ee.data.authenticate ee.data.getTileUrl ee.data.startTableIngestion ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.getWorkloadTag ee.data.getAssetAcl ee.data.listImages ee.data.listOperations ee.data.getDownloadId ee.data.cancelOperation ee.data.getAssetRoots ee.data.makeDownloadUrl ee.data.getAsset ee.data.authenticateViaPopup ee.data.getFeatureViewTilesKey ee.data.listFeatures ee.data.createAssetHome ee.data.setWorkloadTag ee.data.createAsset ee.data.getInfo ee.data.getOperation ee.data.authenticateViaPrivateKey ee.data.setDefaultWorkloadTag ee.data.newTaskId ee.data.computeValue ee.data.resetWorkloadTag ee.data.updateAsset ee.data.cancelTask ee.data.getThumbId ee.data.getList ee.data.createFolder ee.data.getVideoThumbId ee.data.startIngestion ee.data.getTaskStatus ee.data.updateTask ee.data.setAssetAcl ee.data.renameAsset ee.data.getFilmstripThumbId ee.data.startProcessing ee.data.listAssets ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.fromJSON ee.Dictionary ee.TILE_SIZE ee.initialize ee.reset ee.call ee.Algorithms ee.InitState ee.apply ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection ee.Filter.and ee.Filter.inList ee.Filter.gt ee.Filter.or ee.Filter.lt ee.Filter.neq ee.Filter.lte ee.Filter.gte ee.Filter.prototype.not ee.Filter.metadata ee.Filter.date ee.Filter.bounds ee.Filter ee.Filter.eq ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.LinearRing ee.Geometry.MultiPoint ee.Geometry.Rectangle ee.Geometry ee.Geometry.BBox ee.Geometry.prototype.toGeoJSONString ee.Geometry.LineString ee.Geometry.Point ee.Geometry.MultiPolygon ee.Geometry.Polygon ee.Geometry.MultiLineString ee.Geometry.prototype.serialize ee.Geometry.prototype.toGeoJSON ee.Image.rgb ee.Image.prototype.expression ee.Image.prototype.getDownloadURL ee.Image.prototype.clip ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getThumbId ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.cat ee.Image.prototype.getThumbURL ee.Image.prototype.select ee.Image ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getInfo ee.ImageCollection ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
|
|
710
710
|
c=[["name","namedArgs"],["name"],["name","var_args"],"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
711
711
|
"image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),
|
|
712
|
-
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
713
|
-
["collection","opt_description","opt_assetId","opt_maxVertices","opt_priority"],"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),"image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
714
|
-
["
|
|
715
|
-
["
|
|
716
|
-
|
|
717
|
-
"opt_callback"],["
|
|
718
|
-
|
|
719
|
-
["var_args"],["
|
|
720
|
-
"opt_maxError"],["
|
|
721
|
-
"
|
|
722
|
-
pm,
|
|
723
|
-
N.prototype.
|
|
712
|
+
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),"image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),
|
|
713
|
+
["collection","opt_description","opt_assetId","opt_maxVertices","opt_priority"],["classifier","opt_description","opt_assetId","opt_priority"],"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),"image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
714
|
+
["max","opt_property","opt_ascending"],["property","opt_ascending"],["filter"],["algorithm","opt_dropNulls"],["geometry"],["start","opt_end"],["algorithm","opt_first"],["name","operator","value"],["opt_callback"],["legacy"],["callback"],["func","var_args"],["id"],["assetId","properties","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["params","opt_callback"],["project",
|
|
715
|
+
"opt_callback"],["opt_callback"],["assetId","opt_callback"],["rootId","opt_callback"],["params","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["id","x","y","z"],["taskId","request","opt_callback"],["id"],["opt_limit","opt_callback"],[],["assetId","opt_callback"],["parent","opt_params","opt_callback"],["opt_limit","opt_callback"],["params","opt_callback"],["operationName","opt_callback"],["opt_callback"],["id"],["id","opt_callback"],["opt_success","opt_error"],
|
|
716
|
+
["params","opt_callback"],["asset","params","opt_callback"],["requestedId","opt_callback"],["tag"],["value","opt_path","opt_force","opt_properties","opt_callback"],["id","opt_callback"],["operationName","opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["tag"],["opt_count","opt_callback"],["obj","opt_callback"],["opt_resetDefault"],["assetId","asset","updateFields","opt_callback"],["taskId","opt_callback"],["params","opt_callback"],["params","opt_callback"],
|
|
717
|
+
["path","opt_force","opt_callback"],["params","opt_callback"],["taskId","request","opt_callback"],["taskId","opt_callback"],["taskId","action","opt_callback"],["assetId","aclUpdate","opt_callback"],["sourceId","destinationId","opt_callback"],["params","opt_callback"],["taskId","params","opt_callback"],["parent","opt_params","opt_callback"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],[],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
|
|
718
|
+
[],["func","var_args"],[],[],["func","namedArgs"],["var_args"],[],["geometry","opt_properties"],["opt_visParams","opt_callback"],["opt_callback"],["opt_visParams","opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["opt_visParams","opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_callback"],["opt_visParams","opt_callback"],["args","opt_column"],["var_args"],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["name","value"],
|
|
719
|
+
["var_args"],["name","value"],["name","value"],["name","value"],["name","value"],[],["name","operator","value"],["start","opt_end"],["geometry","opt_errorMargin"],["opt_filter"],["name","value"],["namedArgs"],["var_args"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["west","south","east","north"],[],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj"],
|
|
720
|
+
["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],["legacy"],[],["r","g","b"],["expression","opt_map"],["params","opt_callback"],["geometry"],["opt_callback"],["opt_visParams","opt_callback"],["params","opt_callback"],["var_args"],["opt_visParams","opt_callback"],["var_args"],["params","opt_callback"],["var_args"],["opt_args"],["params","opt_callback"],["opt_visParams",
|
|
721
|
+
"opt_callback"],["params","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],["args"],["selectors","opt_names"],["imageCollection","opt_linkedBands","opt_linkedProperties","opt_matchPropertyName"],[],["list"],["number"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["obj"],["obj"],["obj"],["string"],[]];[Om,Nm,Q,yo,vo,oo,wo,uo,xo,so,po,to,zo,ro,mo,qo,V.prototype.limit,V.prototype.sort,V.prototype.filter,V.prototype.map,V.prototype.sh,V.prototype.kf,V.prototype.Hh,V.prototype.lf,
|
|
722
|
+
O.prototype.V,O.prototype.va,O.prototype.evaluate,O.prototype.Dg,Bl,um,pm,ml,tl,jm,Ml,qm,vm,Fl,nl,ul,dm,Gl,Ll,rl,rm,im,Nl,Dl,Ol,km,El,em,ll,vl,wl,lm,xm,mm,em,Pl,ol,ym,Hl,xl,zm,sm,Rl,yl,gm,nm,zl,bm,Kl,Ql,tm,om,Al,Yl,hm,Qo,Vo,Zo,To,Uo,$o,256,ip,lp,np,kp,mp,op,S.prototype.set,Jj,X,X.prototype.getMap,X.prototype.V,X.prototype.R,Y.prototype.select,Y.prototype.R,Y.prototype.rb,Y.prototype.V,Y.prototype.getMap,Y,Hn,Kn,Fn,In,Dn,Cn,Gn,En,U.prototype.sc,Mn,Jn,Ln,U,Bn,Im.prototype.apply,Im.prototype.call,qn,
|
|
723
|
+
kn,ln,T,mn,T.prototype.vg,pn,gn,tn,sn,rn,T.prototype.va,T.prototype.oe,Zn,N.prototype.l,N.prototype.rb,N.prototype.clip,N.prototype.V,N.prototype.R,N.prototype.Ld,N.prototype.mi,N.prototype.getMap,$n,N.prototype.uf,N.prototype.select,N,Z.prototype.vf,Z.prototype.getMap,Z.prototype.sf,Z.prototype.R,Z.prototype.V,Z,Z.prototype.select,Z.prototype.Ef,Z.prototype.first,ao,Go,Ik,Rk,Pk,Fk,Qk,Gk,Lk,Jo,cp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});t.EXPORTED_FN_INFO=a})();}).call(this);
|
package/build/ee_api_js_debug.js
CHANGED
|
@@ -1257,7 +1257,8 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1257
1257
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1258
1258
|
};
|
|
1259
1259
|
}, "es8", "es3");
|
|
1260
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_ve_logging__enable:!1, GoogFlags__jspb_disallow_message_tojson__enable:!1, GoogFlags__override_disable_toggles:!1, GoogFlags__testonly_debug_flag__enable:!1, GoogFlags__testonly_disabled_flag__enable:!1, GoogFlags__testonly_stable_flag__disable:!1, GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1,
|
|
1260
|
+
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_context_per_component__enable:!1, GoogFlags__client_only_wiz_ve_logging__enable:!1, GoogFlags__jspb_disallow_message_tojson__enable:!1, GoogFlags__override_disable_toggles:!1, GoogFlags__testonly_debug_flag__enable:!1, GoogFlags__testonly_disabled_flag__enable:!1, GoogFlags__testonly_stable_flag__disable:!1, GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1,
|
|
1261
|
+
GoogFlags__wiz_enable_native_promise__enable:!1};
|
|
1261
1262
|
/*
|
|
1262
1263
|
|
|
1263
1264
|
Copyright The Closure Library Authors.
|
|
@@ -1368,6 +1369,9 @@ goog.isInEs6ModuleLoader_ = function() {
|
|
|
1368
1369
|
goog.module.declareLegacyNamespace = function() {
|
|
1369
1370
|
goog.moduleLoaderState_.declareLegacyNamespace = !0;
|
|
1370
1371
|
};
|
|
1372
|
+
goog.module.preventModuleExportSealing = function() {
|
|
1373
|
+
goog.moduleLoaderState_.preventModuleExportSealing = !0;
|
|
1374
|
+
};
|
|
1371
1375
|
goog.declareModuleId = function(namespace) {
|
|
1372
1376
|
if (goog.moduleLoaderState_) {
|
|
1373
1377
|
goog.moduleLoaderState_.moduleName = namespace;
|
|
@@ -1432,7 +1436,7 @@ goog.hasBadLetScoping = null;
|
|
|
1432
1436
|
goog.loadModule = function(moduleDef) {
|
|
1433
1437
|
var previousState = goog.moduleLoaderState_;
|
|
1434
1438
|
try {
|
|
1435
|
-
goog.moduleLoaderState_ = {moduleName:"", declareLegacyNamespace:!1, type:goog.ModuleType.GOOG};
|
|
1439
|
+
goog.moduleLoaderState_ = {moduleName:"", declareLegacyNamespace:!1, preventModuleExportSealing:!1, type:goog.ModuleType.GOOG};
|
|
1436
1440
|
var origExports = {}, exports = origExports;
|
|
1437
1441
|
if (typeof moduleDef === "function") {
|
|
1438
1442
|
exports = moduleDef.call(void 0, exports);
|
|
@@ -1443,7 +1447,7 @@ goog.loadModule = function(moduleDef) {
|
|
|
1443
1447
|
}
|
|
1444
1448
|
var moduleName = goog.moduleLoaderState_.moduleName;
|
|
1445
1449
|
if (typeof moduleName === "string" && moduleName) {
|
|
1446
|
-
goog.moduleLoaderState_.declareLegacyNamespace ? goog.constructNamespace_(moduleName, exports, origExports !== exports) : goog.SEAL_MODULE_EXPORTS && Object.seal && typeof exports == "object" && exports != null && Object.seal(exports), goog.loadedModules_[moduleName] = {exports:exports, type:goog.ModuleType.GOOG, moduleId:goog.moduleLoaderState_.moduleName};
|
|
1450
|
+
goog.moduleLoaderState_.declareLegacyNamespace ? goog.constructNamespace_(moduleName, exports, origExports !== exports) : goog.SEAL_MODULE_EXPORTS && Object.seal && typeof exports == "object" && exports != null && !goog.moduleLoaderState_.preventModuleExportSealing && Object.seal(exports), goog.loadedModules_[moduleName] = {exports:exports, type:goog.ModuleType.GOOG, moduleId:goog.moduleLoaderState_.moduleName};
|
|
1447
1451
|
} else {
|
|
1448
1452
|
throw Error('Invalid module name "' + moduleName + '"');
|
|
1449
1453
|
}
|
|
@@ -6505,6 +6509,7 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_
|
|
|
6505
6509
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable = !1;
|
|
6506
6510
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable = !1;
|
|
6507
6511
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_ve_logging__enable = !1;
|
|
6512
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_context_per_component__enable = !1;
|
|
6508
6513
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable = !1;
|
|
6509
6514
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable = !1;
|
|
6510
6515
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable = !1;
|
|
@@ -6516,6 +6521,7 @@ var module$contents$goog$flags_STAGING = goog.readFlagInternalDoNotUseOrElse(1,
|
|
|
6516
6521
|
goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable : goog.readFlagInternalDoNotUseOrElse(610401301, !1);
|
|
6517
6522
|
goog.flags.ASYNC_THROW_ON_UNICODE_TO_BYTE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable : goog.readFlagInternalDoNotUseOrElse(899588437, !1);
|
|
6518
6523
|
goog.flags.CLIENT_ONLY_WIZ_VE_LOGGING = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_ve_logging__enable : goog.readFlagInternalDoNotUseOrElse(725719775, !1);
|
|
6524
|
+
goog.flags.CLIENT_ONLY_WIZ_CONTEXT_PER_COMPONENT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_context_per_component__enable : goog.readFlagInternalDoNotUseOrElse(513659523, goog.DEBUG);
|
|
6519
6525
|
goog.flags.WIZ_ENABLE_NATIVE_PROMISE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable : goog.readFlagInternalDoNotUseOrElse(651175828, goog.DEBUG);
|
|
6520
6526
|
goog.flags.JSPB_DISALLOW_MESSAGE_TOJSON = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable : goog.readFlagInternalDoNotUseOrElse(722764542, goog.DEBUG);
|
|
6521
6527
|
goog.flags.TESTONLY_DISABLED_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483644, !1);
|
|
@@ -18370,6 +18376,9 @@ goog.dom.DomHelper.prototype.getCanvasContext2D = goog.dom.getCanvasContext2D;
|
|
|
18370
18376
|
Copyright The Closure Library Authors.
|
|
18371
18377
|
SPDX-License-Identifier: MIT
|
|
18372
18378
|
*/
|
|
18379
|
+
goog.async.DeferredDefines = {};
|
|
18380
|
+
goog.async.DeferredDefines.STRICT_ERRORS = !1;
|
|
18381
|
+
goog.async.DeferredDefines.LONG_STACK_TRACES = !1;
|
|
18373
18382
|
goog.async.Deferred = function(opt_onCancelFunction, opt_defaultScope) {
|
|
18374
18383
|
this.sequence_ = [];
|
|
18375
18384
|
this.onCancelFunction_ = opt_onCancelFunction;
|
|
@@ -18380,15 +18389,15 @@ goog.async.Deferred = function(opt_onCancelFunction, opt_defaultScope) {
|
|
|
18380
18389
|
this.unhandledErrorId_ = 0;
|
|
18381
18390
|
this.parent_ = null;
|
|
18382
18391
|
this.branches_ = 0;
|
|
18383
|
-
if (goog.async.
|
|
18392
|
+
if (goog.async.DeferredDefines.LONG_STACK_TRACES && (this.constructorStack_ = null, Error.captureStackTrace)) {
|
|
18384
18393
|
var target = {stack:""};
|
|
18385
18394
|
Error.captureStackTrace(target, goog.async.Deferred);
|
|
18386
18395
|
typeof target.stack == "string" && (this.constructorStack_ = target.stack.replace(/^[^\n]*\n/, ""));
|
|
18387
18396
|
}
|
|
18388
18397
|
};
|
|
18389
18398
|
goog.async.Deferred.wrap_ = module$exports$common$async$context$propagate.propagateAsyncContext;
|
|
18390
|
-
goog.async.Deferred.STRICT_ERRORS =
|
|
18391
|
-
goog.async.Deferred.LONG_STACK_TRACES =
|
|
18399
|
+
goog.async.Deferred.STRICT_ERRORS = goog.async.DeferredDefines.STRICT_ERRORS;
|
|
18400
|
+
goog.async.Deferred.LONG_STACK_TRACES = goog.async.DeferredDefines.LONG_STACK_TRACES;
|
|
18392
18401
|
goog.async.Deferred.prototype.cancel = function(opt_deepCancel) {
|
|
18393
18402
|
if (this.hasFired()) {
|
|
18394
18403
|
this.result_ instanceof goog.async.Deferred && this.result_.cancel();
|
|
@@ -18442,7 +18451,7 @@ goog.async.Deferred.setUnhandledErrorHandler = function(handler) {
|
|
|
18442
18451
|
goog.async.Deferred.unhandledErrorHandler_ = handler;
|
|
18443
18452
|
};
|
|
18444
18453
|
goog.async.Deferred.prototype.makeStackTraceLong_ = function(error) {
|
|
18445
|
-
goog.async.
|
|
18454
|
+
goog.async.DeferredDefines.LONG_STACK_TRACES && this.constructorStack_ && goog.isObject(error) && error.stack && /^[^\n]+(\n [^\n]+)+/.test(error.stack) && (error.stack = error.stack + "\nDEFERRED OPERATION:\n" + this.constructorStack_);
|
|
18446
18455
|
};
|
|
18447
18456
|
goog.async.Deferred.prototype.assertNotDeferred_ = function(obj) {
|
|
18448
18457
|
goog.asserts.assert(!(obj instanceof goog.async.Deferred), "An execution sequence may not be initiated with a blocking Deferred.");
|
|
@@ -18551,7 +18560,7 @@ goog.async.Deferred.prototype.fire_ = function() {
|
|
|
18551
18560
|
var onCallback = goog.bind(this.continue_, this, !0), onErrback = goog.bind(this.continue_, this, !1);
|
|
18552
18561
|
res instanceof goog.async.Deferred ? (res.addCallbacks(onCallback, onErrback), res.blocking_ = !0) : res.then(onCallback, onErrback);
|
|
18553
18562
|
} else {
|
|
18554
|
-
!goog.async.
|
|
18563
|
+
!goog.async.DeferredDefines.STRICT_ERRORS || wasConvertedToPromise || !this.isError(res) || res instanceof goog.async.Deferred.CanceledError || (unhandledException = this.hadError_ = !0);
|
|
18555
18564
|
}
|
|
18556
18565
|
unhandledException && (this.unhandledErrorId_ = goog.async.Deferred.scheduleError_(res));
|
|
18557
18566
|
};
|
|
@@ -19281,7 +19290,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19281
19290
|
ee.apiclient = {};
|
|
19282
19291
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19283
19292
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19284
|
-
ee.apiclient.API_CLIENT_VERSION = "1.5.
|
|
19293
|
+
ee.apiclient.API_CLIENT_VERSION = "1.5.6";
|
|
19285
19294
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19286
19295
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19287
19296
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19579,8 +19588,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19579
19588
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19580
19589
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19581
19590
|
method = method || "POST";
|
|
19582
|
-
var headers = {"Content-Type":contentType}, version = "1.5.
|
|
19583
|
-
version === "1.5.
|
|
19591
|
+
var headers = {"Content-Type":contentType}, version = "1.5.6";
|
|
19592
|
+
version === "1.5.6" && (version = "latest");
|
|
19584
19593
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19585
19594
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19586
19595
|
if (authToken != null) {
|
package/build/ee_api_js_npm.js
CHANGED
|
@@ -1257,7 +1257,8 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1257
1257
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1258
1258
|
};
|
|
1259
1259
|
}, "es8", "es3");
|
|
1260
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_ve_logging__enable:!1, GoogFlags__jspb_disallow_message_tojson__enable:!1, GoogFlags__override_disable_toggles:!1, GoogFlags__testonly_debug_flag__enable:!1, GoogFlags__testonly_disabled_flag__enable:!1, GoogFlags__testonly_stable_flag__disable:!1, GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1,
|
|
1260
|
+
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_context_per_component__enable:!1, GoogFlags__client_only_wiz_ve_logging__enable:!1, GoogFlags__jspb_disallow_message_tojson__enable:!1, GoogFlags__override_disable_toggles:!1, GoogFlags__testonly_debug_flag__enable:!1, GoogFlags__testonly_disabled_flag__enable:!1, GoogFlags__testonly_stable_flag__disable:!1, GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1,
|
|
1261
|
+
GoogFlags__wiz_enable_native_promise__enable:!1};
|
|
1261
1262
|
/*
|
|
1262
1263
|
|
|
1263
1264
|
Copyright The Closure Library Authors.
|
|
@@ -1368,6 +1369,9 @@ goog.isInEs6ModuleLoader_ = function() {
|
|
|
1368
1369
|
goog.module.declareLegacyNamespace = function() {
|
|
1369
1370
|
goog.moduleLoaderState_.declareLegacyNamespace = !0;
|
|
1370
1371
|
};
|
|
1372
|
+
goog.module.preventModuleExportSealing = function() {
|
|
1373
|
+
goog.moduleLoaderState_.preventModuleExportSealing = !0;
|
|
1374
|
+
};
|
|
1371
1375
|
goog.declareModuleId = function(namespace) {
|
|
1372
1376
|
if (goog.moduleLoaderState_) {
|
|
1373
1377
|
goog.moduleLoaderState_.moduleName = namespace;
|
|
@@ -1432,7 +1436,7 @@ goog.hasBadLetScoping = null;
|
|
|
1432
1436
|
goog.loadModule = function(moduleDef) {
|
|
1433
1437
|
var previousState = goog.moduleLoaderState_;
|
|
1434
1438
|
try {
|
|
1435
|
-
goog.moduleLoaderState_ = {moduleName:"", declareLegacyNamespace:!1, type:goog.ModuleType.GOOG};
|
|
1439
|
+
goog.moduleLoaderState_ = {moduleName:"", declareLegacyNamespace:!1, preventModuleExportSealing:!1, type:goog.ModuleType.GOOG};
|
|
1436
1440
|
var origExports = {}, exports = origExports;
|
|
1437
1441
|
if (typeof moduleDef === "function") {
|
|
1438
1442
|
exports = moduleDef.call(void 0, exports);
|
|
@@ -1443,7 +1447,7 @@ goog.loadModule = function(moduleDef) {
|
|
|
1443
1447
|
}
|
|
1444
1448
|
var moduleName = goog.moduleLoaderState_.moduleName;
|
|
1445
1449
|
if (typeof moduleName === "string" && moduleName) {
|
|
1446
|
-
goog.moduleLoaderState_.declareLegacyNamespace ? goog.constructNamespace_(moduleName, exports, origExports !== exports) : goog.SEAL_MODULE_EXPORTS && Object.seal && typeof exports == "object" && exports != null && Object.seal(exports), goog.loadedModules_[moduleName] = {exports:exports, type:goog.ModuleType.GOOG, moduleId:goog.moduleLoaderState_.moduleName};
|
|
1450
|
+
goog.moduleLoaderState_.declareLegacyNamespace ? goog.constructNamespace_(moduleName, exports, origExports !== exports) : goog.SEAL_MODULE_EXPORTS && Object.seal && typeof exports == "object" && exports != null && !goog.moduleLoaderState_.preventModuleExportSealing && Object.seal(exports), goog.loadedModules_[moduleName] = {exports:exports, type:goog.ModuleType.GOOG, moduleId:goog.moduleLoaderState_.moduleName};
|
|
1447
1451
|
} else {
|
|
1448
1452
|
throw Error('Invalid module name "' + moduleName + '"');
|
|
1449
1453
|
}
|
|
@@ -6505,6 +6509,7 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_
|
|
|
6505
6509
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable = !1;
|
|
6506
6510
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable = !1;
|
|
6507
6511
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_ve_logging__enable = !1;
|
|
6512
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_context_per_component__enable = !1;
|
|
6508
6513
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable = !1;
|
|
6509
6514
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable = !1;
|
|
6510
6515
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable = !1;
|
|
@@ -6516,6 +6521,7 @@ var module$contents$goog$flags_STAGING = goog.readFlagInternalDoNotUseOrElse(1,
|
|
|
6516
6521
|
goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable : goog.readFlagInternalDoNotUseOrElse(610401301, !1);
|
|
6517
6522
|
goog.flags.ASYNC_THROW_ON_UNICODE_TO_BYTE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable : goog.readFlagInternalDoNotUseOrElse(899588437, !1);
|
|
6518
6523
|
goog.flags.CLIENT_ONLY_WIZ_VE_LOGGING = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_ve_logging__enable : goog.readFlagInternalDoNotUseOrElse(725719775, !1);
|
|
6524
|
+
goog.flags.CLIENT_ONLY_WIZ_CONTEXT_PER_COMPONENT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_context_per_component__enable : goog.readFlagInternalDoNotUseOrElse(513659523, goog.DEBUG);
|
|
6519
6525
|
goog.flags.WIZ_ENABLE_NATIVE_PROMISE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable : goog.readFlagInternalDoNotUseOrElse(651175828, goog.DEBUG);
|
|
6520
6526
|
goog.flags.JSPB_DISALLOW_MESSAGE_TOJSON = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable : goog.readFlagInternalDoNotUseOrElse(722764542, goog.DEBUG);
|
|
6521
6527
|
goog.flags.TESTONLY_DISABLED_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483644, !1);
|
|
@@ -18370,6 +18376,9 @@ goog.dom.DomHelper.prototype.getCanvasContext2D = goog.dom.getCanvasContext2D;
|
|
|
18370
18376
|
Copyright The Closure Library Authors.
|
|
18371
18377
|
SPDX-License-Identifier: MIT
|
|
18372
18378
|
*/
|
|
18379
|
+
goog.async.DeferredDefines = {};
|
|
18380
|
+
goog.async.DeferredDefines.STRICT_ERRORS = !1;
|
|
18381
|
+
goog.async.DeferredDefines.LONG_STACK_TRACES = !1;
|
|
18373
18382
|
goog.async.Deferred = function(opt_onCancelFunction, opt_defaultScope) {
|
|
18374
18383
|
this.sequence_ = [];
|
|
18375
18384
|
this.onCancelFunction_ = opt_onCancelFunction;
|
|
@@ -18380,15 +18389,15 @@ goog.async.Deferred = function(opt_onCancelFunction, opt_defaultScope) {
|
|
|
18380
18389
|
this.unhandledErrorId_ = 0;
|
|
18381
18390
|
this.parent_ = null;
|
|
18382
18391
|
this.branches_ = 0;
|
|
18383
|
-
if (goog.async.
|
|
18392
|
+
if (goog.async.DeferredDefines.LONG_STACK_TRACES && (this.constructorStack_ = null, Error.captureStackTrace)) {
|
|
18384
18393
|
var target = {stack:""};
|
|
18385
18394
|
Error.captureStackTrace(target, goog.async.Deferred);
|
|
18386
18395
|
typeof target.stack == "string" && (this.constructorStack_ = target.stack.replace(/^[^\n]*\n/, ""));
|
|
18387
18396
|
}
|
|
18388
18397
|
};
|
|
18389
18398
|
goog.async.Deferred.wrap_ = module$exports$common$async$context$propagate.propagateAsyncContext;
|
|
18390
|
-
goog.async.Deferred.STRICT_ERRORS =
|
|
18391
|
-
goog.async.Deferred.LONG_STACK_TRACES =
|
|
18399
|
+
goog.async.Deferred.STRICT_ERRORS = goog.async.DeferredDefines.STRICT_ERRORS;
|
|
18400
|
+
goog.async.Deferred.LONG_STACK_TRACES = goog.async.DeferredDefines.LONG_STACK_TRACES;
|
|
18392
18401
|
goog.async.Deferred.prototype.cancel = function(opt_deepCancel) {
|
|
18393
18402
|
if (this.hasFired()) {
|
|
18394
18403
|
this.result_ instanceof goog.async.Deferred && this.result_.cancel();
|
|
@@ -18442,7 +18451,7 @@ goog.async.Deferred.setUnhandledErrorHandler = function(handler) {
|
|
|
18442
18451
|
goog.async.Deferred.unhandledErrorHandler_ = handler;
|
|
18443
18452
|
};
|
|
18444
18453
|
goog.async.Deferred.prototype.makeStackTraceLong_ = function(error) {
|
|
18445
|
-
goog.async.
|
|
18454
|
+
goog.async.DeferredDefines.LONG_STACK_TRACES && this.constructorStack_ && goog.isObject(error) && error.stack && /^[^\n]+(\n [^\n]+)+/.test(error.stack) && (error.stack = error.stack + "\nDEFERRED OPERATION:\n" + this.constructorStack_);
|
|
18446
18455
|
};
|
|
18447
18456
|
goog.async.Deferred.prototype.assertNotDeferred_ = function(obj) {
|
|
18448
18457
|
goog.asserts.assert(!(obj instanceof goog.async.Deferred), "An execution sequence may not be initiated with a blocking Deferred.");
|
|
@@ -18551,7 +18560,7 @@ goog.async.Deferred.prototype.fire_ = function() {
|
|
|
18551
18560
|
var onCallback = goog.bind(this.continue_, this, !0), onErrback = goog.bind(this.continue_, this, !1);
|
|
18552
18561
|
res instanceof goog.async.Deferred ? (res.addCallbacks(onCallback, onErrback), res.blocking_ = !0) : res.then(onCallback, onErrback);
|
|
18553
18562
|
} else {
|
|
18554
|
-
!goog.async.
|
|
18563
|
+
!goog.async.DeferredDefines.STRICT_ERRORS || wasConvertedToPromise || !this.isError(res) || res instanceof goog.async.Deferred.CanceledError || (unhandledException = this.hadError_ = !0);
|
|
18555
18564
|
}
|
|
18556
18565
|
unhandledException && (this.unhandledErrorId_ = goog.async.Deferred.scheduleError_(res));
|
|
18557
18566
|
};
|
|
@@ -19281,7 +19290,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19281
19290
|
ee.apiclient = {};
|
|
19282
19291
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19283
19292
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19284
|
-
ee.apiclient.API_CLIENT_VERSION = "1.5.
|
|
19293
|
+
ee.apiclient.API_CLIENT_VERSION = "1.5.6";
|
|
19285
19294
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19286
19295
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19287
19296
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19579,8 +19588,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19579
19588
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19580
19589
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19581
19590
|
method = method || "POST";
|
|
19582
|
-
var headers = {"Content-Type":contentType}, version = "1.5.
|
|
19583
|
-
version === "1.5.
|
|
19591
|
+
var headers = {"Content-Type":contentType}, version = "1.5.6";
|
|
19592
|
+
version === "1.5.6" && (version = "latest");
|
|
19584
19593
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19585
19594
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19586
19595
|
if (authToken != null) {
|
|
@@ -27098,29 +27107,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27098
27107
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27099
27108
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27100
27109
|
(function() {
|
|
27101
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.
|
|
27102
|
-
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "image opt_description
|
|
27110
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.image.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.Collection.prototype.filter ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.map ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.resetWorkloadTag ee.data.getList ee.data.updateTask ee.data.updateAsset ee.data.startIngestion ee.data.getFilmstripThumbId ee.data.startProcessing ee.data.createFolder ee.data.makeThumbUrl ee.data.setAssetAcl ee.data.listAssets ee.data.renameAsset ee.data.authenticateViaOauth ee.data.getMapId ee.data.getTableDownloadId ee.data.getTaskList ee.data.setAssetProperties ee.data.copyAsset ee.data.authenticate ee.data.listBuckets ee.data.getTileUrl ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.startTableIngestion ee.data.deleteAsset ee.data.getAssetRootQuota ee.data.listOperations ee.data.getDownloadId ee.data.makeDownloadUrl ee.data.cancelOperation ee.data.listImages ee.data.getWorkloadTag ee.data.getAssetAcl ee.data.authenticateViaPopup ee.data.getFeatureViewTilesKey ee.data.listFeatures ee.data.getAsset ee.data.getAssetRoots ee.data.getOperation ee.data.createAssetHome ee.data.authenticateViaPrivateKey ee.data.newTaskId ee.data.getInfo ee.data.setWorkloadTag ee.data.createAsset ee.data.computeValue ee.data.cancelTask ee.data.getThumbId ee.data.setDefaultWorkloadTag ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Dictionary ee.Algorithms ee.InitState ee.apply ee.TILE_SIZE ee.call ee.initialize ee.reset ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.Filter.prototype.not ee.Filter.eq ee.Filter ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Filter.gt ee.Filter.inList ee.Filter.lt ee.Filter.neq ee.Filter.or ee.Filter.lte ee.Filter.gte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.prototype.serialize ee.Geometry.Point ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiLineString ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPolygon ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry.Rectangle ee.Geometry.Polygon ee.Geometry.LineString ee.Geometry ee.Image ee.Image.prototype.expression ee.Image.rgb ee.Image.prototype.getDownloadURL ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getMap ee.Image.cat ee.Image.prototype.clip ee.Image.prototype.select ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.encode ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.String ee.Terrain".split(" "),
|
|
27111
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices",
|
|
27112
|
+
"opt_priority"], ["classifier", "opt_description", "opt_assetId", "opt_priority"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
27103
27113
|
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
|
|
27104
|
-
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "
|
|
27105
|
-
["
|
|
27106
|
-
"
|
|
27107
|
-
["
|
|
27108
|
-
["
|
|
27109
|
-
"
|
|
27110
|
-
"
|
|
27111
|
-
["
|
|
27112
|
-
[], ["
|
|
27113
|
-
|
|
27114
|
-
[
|
|
27115
|
-
|
|
27116
|
-
|
|
27117
|
-
ee.
|
|
27118
|
-
ee.data.
|
|
27119
|
-
ee.
|
|
27120
|
-
ee.
|
|
27121
|
-
ee.
|
|
27122
|
-
ee.
|
|
27123
|
-
ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.first, ee.ImageCollection, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApiPretty, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27114
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), ["filter"], ["max", "opt_property",
|
|
27115
|
+
"opt_ascending"], ["property", "opt_ascending"], ["geometry"], ["name", "operator", "value"], ["start", "opt_end"], ["algorithm", "opt_first"], ["algorithm", "opt_dropNulls"], ["callback"], ["func", "var_args"], ["opt_callback"], ["legacy"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["opt_resetDefault"], ["params", "opt_callback"], ["taskId", "action", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"],
|
|
27116
|
+
["taskId", "params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["assetId", "aclUpdate", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["params", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["assetId", "properties", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"],
|
|
27117
|
+
["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["project", "opt_callback"], ["id", "x", "y", "z"], ["id"], ["opt_limit", "opt_callback"], ["taskId", "request", "opt_callback"], ["assetId", "opt_callback"], ["rootId", "opt_callback"], ["opt_limit", "opt_callback"], ["params", "opt_callback"], ["id"], ["operationName", "opt_callback"], ["parent", "opt_params", "opt_callback"], [], ["assetId", "opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"],
|
|
27118
|
+
["asset", "params", "opt_callback"], ["id", "opt_callback"], ["opt_callback"], ["operationName", "opt_callback"], ["requestedId", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_count", "opt_callback"], ["id", "opt_callback"], ["tag"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["obj", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["tag"], ["date", "opt_tz"], ["json"], ["json"],
|
|
27119
|
+
["json"], ["json"], ["opt_dict"], [], [], ["func", "namedArgs"], [], ["func", "var_args"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], ["var_args"], [], ["geometry", "opt_properties"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["args", "opt_column"], ["opt_visParams", "opt_callback"], ["opt_callback"],
|
|
27120
|
+
["propertySelectors", "opt_newProperties", "opt_retainGeometry"], [], ["name", "value"], ["opt_filter"], ["start", "opt_end"], ["name", "operator", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["name", "value"], ["var_args"], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["legacy"], ["coords", "opt_proj"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
|
|
27121
|
+
["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["opt_args"], ["expression", "opt_map"], ["r", "g", "b"], ["params", "opt_callback"],
|
|
27122
|
+
["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["var_args"], ["geometry"], ["var_args"], ["params", "opt_callback"], [], ["opt_visParams", "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["args"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["params", "opt_callback"], ["list"], ["number"], ["obj"],
|
|
27123
|
+
["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27124
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.image.toCloudStorage,
|
|
27125
|
+
module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, ee.Collection.prototype.filter, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.map, ee.ComputedObject.prototype.evaluate,
|
|
27126
|
+
ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.getVideoThumbId, ee.data.getTaskStatus, ee.data.resetWorkloadTag, ee.data.getList, ee.data.updateTask, ee.data.updateAsset, ee.data.startIngestion, ee.data.getFilmstripThumbId, ee.data.startProcessing, ee.data.createFolder, ee.data.makeThumbUrl, ee.data.setAssetAcl, ee.data.listAssets, ee.data.renameAsset, ee.data.authenticateViaOauth, ee.data.getMapId, ee.data.getTableDownloadId,
|
|
27127
|
+
ee.data.getTaskList, ee.data.setAssetProperties, ee.data.copyAsset, ee.data.authenticate, ee.data.listBuckets, ee.data.getTileUrl, ee.data.makeTableDownloadUrl, ee.data.getTaskListWithLimit, ee.data.startTableIngestion, ee.data.deleteAsset, ee.data.getAssetRootQuota, ee.data.listOperations, ee.data.getDownloadId, ee.data.makeDownloadUrl, ee.data.cancelOperation, ee.data.listImages, ee.data.getWorkloadTag, ee.data.getAssetAcl, ee.data.authenticateViaPopup, ee.data.getFeatureViewTilesKey, ee.data.listFeatures,
|
|
27128
|
+
ee.data.getAsset, ee.data.getAssetRoots, ee.data.getOperation, ee.data.createAssetHome, ee.data.authenticateViaPrivateKey, ee.data.newTaskId, ee.data.getInfo, ee.data.setWorkloadTag, ee.data.createAsset, ee.data.computeValue, ee.data.cancelTask, ee.data.getThumbId, ee.data.setDefaultWorkloadTag, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Dictionary, ee.Algorithms, ee.InitState, ee.apply, ee.TILE_SIZE, ee.call,
|
|
27129
|
+
ee.initialize, ee.reset, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.Filter.prototype.not, ee.Filter.eq, ee.Filter, ee.Filter.date, ee.Filter.metadata, ee.Filter.bounds,
|
|
27130
|
+
ee.Filter.and, ee.Filter.gt, ee.Filter.inList, ee.Filter.lt, ee.Filter.neq, ee.Filter.or, ee.Filter.lte, ee.Filter.gte, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.prototype.serialize, ee.Geometry.Point, ee.Geometry.prototype.toGeoJSON, ee.Geometry.MultiLineString, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPolygon, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry.Rectangle, ee.Geometry.Polygon, ee.Geometry.LineString, ee.Geometry,
|
|
27131
|
+
ee.Image, ee.Image.prototype.expression, ee.Image.rgb, ee.Image.prototype.getDownloadURL, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.getMap, ee.Image.cat, ee.Image.prototype.clip, ee.Image.prototype.select, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select,
|
|
27132
|
+
ee.ImageCollection, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.toReadableJSON, ee.Serializer.encode, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27124
27133
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27125
27134
|
});
|
|
27126
27135
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/build/main.js
CHANGED
|
@@ -1259,7 +1259,8 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1259
1259
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1260
1260
|
};
|
|
1261
1261
|
}, "es8", "es3");
|
|
1262
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_ve_logging__enable:!1, GoogFlags__jspb_disallow_message_tojson__enable:!1, GoogFlags__override_disable_toggles:!1, GoogFlags__testonly_debug_flag__enable:!1, GoogFlags__testonly_disabled_flag__enable:!1, GoogFlags__testonly_stable_flag__disable:!1, GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1,
|
|
1262
|
+
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_context_per_component__enable:!1, GoogFlags__client_only_wiz_ve_logging__enable:!1, GoogFlags__jspb_disallow_message_tojson__enable:!1, GoogFlags__override_disable_toggles:!1, GoogFlags__testonly_debug_flag__enable:!1, GoogFlags__testonly_disabled_flag__enable:!1, GoogFlags__testonly_stable_flag__disable:!1, GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1,
|
|
1263
|
+
GoogFlags__wiz_enable_native_promise__enable:!1};
|
|
1263
1264
|
/*
|
|
1264
1265
|
|
|
1265
1266
|
Copyright The Closure Library Authors.
|
|
@@ -1370,6 +1371,9 @@ goog.isInEs6ModuleLoader_ = function() {
|
|
|
1370
1371
|
goog.module.declareLegacyNamespace = function() {
|
|
1371
1372
|
goog.moduleLoaderState_.declareLegacyNamespace = !0;
|
|
1372
1373
|
};
|
|
1374
|
+
goog.module.preventModuleExportSealing = function() {
|
|
1375
|
+
goog.moduleLoaderState_.preventModuleExportSealing = !0;
|
|
1376
|
+
};
|
|
1373
1377
|
goog.declareModuleId = function(namespace) {
|
|
1374
1378
|
if (goog.moduleLoaderState_) {
|
|
1375
1379
|
goog.moduleLoaderState_.moduleName = namespace;
|
|
@@ -1434,7 +1438,7 @@ goog.hasBadLetScoping = null;
|
|
|
1434
1438
|
goog.loadModule = function(moduleDef) {
|
|
1435
1439
|
var previousState = goog.moduleLoaderState_;
|
|
1436
1440
|
try {
|
|
1437
|
-
goog.moduleLoaderState_ = {moduleName:"", declareLegacyNamespace:!1, type:goog.ModuleType.GOOG};
|
|
1441
|
+
goog.moduleLoaderState_ = {moduleName:"", declareLegacyNamespace:!1, preventModuleExportSealing:!1, type:goog.ModuleType.GOOG};
|
|
1438
1442
|
var origExports = {}, exports = origExports;
|
|
1439
1443
|
if (typeof moduleDef === "function") {
|
|
1440
1444
|
exports = moduleDef.call(void 0, exports);
|
|
@@ -1445,7 +1449,7 @@ goog.loadModule = function(moduleDef) {
|
|
|
1445
1449
|
}
|
|
1446
1450
|
var moduleName = goog.moduleLoaderState_.moduleName;
|
|
1447
1451
|
if (typeof moduleName === "string" && moduleName) {
|
|
1448
|
-
goog.moduleLoaderState_.declareLegacyNamespace ? goog.constructNamespace_(moduleName, exports, origExports !== exports) : goog.SEAL_MODULE_EXPORTS && Object.seal && typeof exports == "object" && exports != null && Object.seal(exports), goog.loadedModules_[moduleName] = {exports:exports, type:goog.ModuleType.GOOG, moduleId:goog.moduleLoaderState_.moduleName};
|
|
1452
|
+
goog.moduleLoaderState_.declareLegacyNamespace ? goog.constructNamespace_(moduleName, exports, origExports !== exports) : goog.SEAL_MODULE_EXPORTS && Object.seal && typeof exports == "object" && exports != null && !goog.moduleLoaderState_.preventModuleExportSealing && Object.seal(exports), goog.loadedModules_[moduleName] = {exports:exports, type:goog.ModuleType.GOOG, moduleId:goog.moduleLoaderState_.moduleName};
|
|
1449
1453
|
} else {
|
|
1450
1454
|
throw Error('Invalid module name "' + moduleName + '"');
|
|
1451
1455
|
}
|
|
@@ -6507,6 +6511,7 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_
|
|
|
6507
6511
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable = !1;
|
|
6508
6512
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable = !1;
|
|
6509
6513
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_ve_logging__enable = !1;
|
|
6514
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_context_per_component__enable = !1;
|
|
6510
6515
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable = !1;
|
|
6511
6516
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable = !1;
|
|
6512
6517
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable = !1;
|
|
@@ -6518,6 +6523,7 @@ var module$contents$goog$flags_STAGING = goog.readFlagInternalDoNotUseOrElse(1,
|
|
|
6518
6523
|
goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable : goog.readFlagInternalDoNotUseOrElse(610401301, !1);
|
|
6519
6524
|
goog.flags.ASYNC_THROW_ON_UNICODE_TO_BYTE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable : goog.readFlagInternalDoNotUseOrElse(899588437, !1);
|
|
6520
6525
|
goog.flags.CLIENT_ONLY_WIZ_VE_LOGGING = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_ve_logging__enable : goog.readFlagInternalDoNotUseOrElse(725719775, !1);
|
|
6526
|
+
goog.flags.CLIENT_ONLY_WIZ_CONTEXT_PER_COMPONENT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_context_per_component__enable : goog.readFlagInternalDoNotUseOrElse(513659523, goog.DEBUG);
|
|
6521
6527
|
goog.flags.WIZ_ENABLE_NATIVE_PROMISE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable : goog.readFlagInternalDoNotUseOrElse(651175828, goog.DEBUG);
|
|
6522
6528
|
goog.flags.JSPB_DISALLOW_MESSAGE_TOJSON = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable : goog.readFlagInternalDoNotUseOrElse(722764542, goog.DEBUG);
|
|
6523
6529
|
goog.flags.TESTONLY_DISABLED_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483644, !1);
|
|
@@ -18372,6 +18378,9 @@ goog.dom.DomHelper.prototype.getCanvasContext2D = goog.dom.getCanvasContext2D;
|
|
|
18372
18378
|
Copyright The Closure Library Authors.
|
|
18373
18379
|
SPDX-License-Identifier: MIT
|
|
18374
18380
|
*/
|
|
18381
|
+
goog.async.DeferredDefines = {};
|
|
18382
|
+
goog.async.DeferredDefines.STRICT_ERRORS = !1;
|
|
18383
|
+
goog.async.DeferredDefines.LONG_STACK_TRACES = !1;
|
|
18375
18384
|
goog.async.Deferred = function(opt_onCancelFunction, opt_defaultScope) {
|
|
18376
18385
|
this.sequence_ = [];
|
|
18377
18386
|
this.onCancelFunction_ = opt_onCancelFunction;
|
|
@@ -18382,15 +18391,15 @@ goog.async.Deferred = function(opt_onCancelFunction, opt_defaultScope) {
|
|
|
18382
18391
|
this.unhandledErrorId_ = 0;
|
|
18383
18392
|
this.parent_ = null;
|
|
18384
18393
|
this.branches_ = 0;
|
|
18385
|
-
if (goog.async.
|
|
18394
|
+
if (goog.async.DeferredDefines.LONG_STACK_TRACES && (this.constructorStack_ = null, Error.captureStackTrace)) {
|
|
18386
18395
|
var target = {stack:""};
|
|
18387
18396
|
Error.captureStackTrace(target, goog.async.Deferred);
|
|
18388
18397
|
typeof target.stack == "string" && (this.constructorStack_ = target.stack.replace(/^[^\n]*\n/, ""));
|
|
18389
18398
|
}
|
|
18390
18399
|
};
|
|
18391
18400
|
goog.async.Deferred.wrap_ = module$exports$common$async$context$propagate.propagateAsyncContext;
|
|
18392
|
-
goog.async.Deferred.STRICT_ERRORS =
|
|
18393
|
-
goog.async.Deferred.LONG_STACK_TRACES =
|
|
18401
|
+
goog.async.Deferred.STRICT_ERRORS = goog.async.DeferredDefines.STRICT_ERRORS;
|
|
18402
|
+
goog.async.Deferred.LONG_STACK_TRACES = goog.async.DeferredDefines.LONG_STACK_TRACES;
|
|
18394
18403
|
goog.async.Deferred.prototype.cancel = function(opt_deepCancel) {
|
|
18395
18404
|
if (this.hasFired()) {
|
|
18396
18405
|
this.result_ instanceof goog.async.Deferred && this.result_.cancel();
|
|
@@ -18444,7 +18453,7 @@ goog.async.Deferred.setUnhandledErrorHandler = function(handler) {
|
|
|
18444
18453
|
goog.async.Deferred.unhandledErrorHandler_ = handler;
|
|
18445
18454
|
};
|
|
18446
18455
|
goog.async.Deferred.prototype.makeStackTraceLong_ = function(error) {
|
|
18447
|
-
goog.async.
|
|
18456
|
+
goog.async.DeferredDefines.LONG_STACK_TRACES && this.constructorStack_ && goog.isObject(error) && error.stack && /^[^\n]+(\n [^\n]+)+/.test(error.stack) && (error.stack = error.stack + "\nDEFERRED OPERATION:\n" + this.constructorStack_);
|
|
18448
18457
|
};
|
|
18449
18458
|
goog.async.Deferred.prototype.assertNotDeferred_ = function(obj) {
|
|
18450
18459
|
goog.asserts.assert(!(obj instanceof goog.async.Deferred), "An execution sequence may not be initiated with a blocking Deferred.");
|
|
@@ -18553,7 +18562,7 @@ goog.async.Deferred.prototype.fire_ = function() {
|
|
|
18553
18562
|
var onCallback = goog.bind(this.continue_, this, !0), onErrback = goog.bind(this.continue_, this, !1);
|
|
18554
18563
|
res instanceof goog.async.Deferred ? (res.addCallbacks(onCallback, onErrback), res.blocking_ = !0) : res.then(onCallback, onErrback);
|
|
18555
18564
|
} else {
|
|
18556
|
-
!goog.async.
|
|
18565
|
+
!goog.async.DeferredDefines.STRICT_ERRORS || wasConvertedToPromise || !this.isError(res) || res instanceof goog.async.Deferred.CanceledError || (unhandledException = this.hadError_ = !0);
|
|
18557
18566
|
}
|
|
18558
18567
|
unhandledException && (this.unhandledErrorId_ = goog.async.Deferred.scheduleError_(res));
|
|
18559
18568
|
};
|
|
@@ -19283,7 +19292,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19283
19292
|
ee.apiclient = {};
|
|
19284
19293
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19285
19294
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19286
|
-
ee.apiclient.API_CLIENT_VERSION = "1.5.
|
|
19295
|
+
ee.apiclient.API_CLIENT_VERSION = "1.5.6";
|
|
19287
19296
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19288
19297
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19289
19298
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19581,8 +19590,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19581
19590
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19582
19591
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19583
19592
|
method = method || "POST";
|
|
19584
|
-
var headers = {"Content-Type":contentType}, version = "1.5.
|
|
19585
|
-
version === "1.5.
|
|
19593
|
+
var headers = {"Content-Type":contentType}, version = "1.5.6";
|
|
19594
|
+
version === "1.5.6" && (version = "latest");
|
|
19586
19595
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19587
19596
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19588
19597
|
if (authToken != null) {
|
|
@@ -27100,29 +27109,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27100
27109
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27101
27110
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27102
27111
|
(function() {
|
|
27103
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.
|
|
27104
|
-
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "image opt_description
|
|
27112
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.image.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.Collection.prototype.filter ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.map ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.resetWorkloadTag ee.data.getList ee.data.updateTask ee.data.updateAsset ee.data.startIngestion ee.data.getFilmstripThumbId ee.data.startProcessing ee.data.createFolder ee.data.makeThumbUrl ee.data.setAssetAcl ee.data.listAssets ee.data.renameAsset ee.data.authenticateViaOauth ee.data.getMapId ee.data.getTableDownloadId ee.data.getTaskList ee.data.setAssetProperties ee.data.copyAsset ee.data.authenticate ee.data.listBuckets ee.data.getTileUrl ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.startTableIngestion ee.data.deleteAsset ee.data.getAssetRootQuota ee.data.listOperations ee.data.getDownloadId ee.data.makeDownloadUrl ee.data.cancelOperation ee.data.listImages ee.data.getWorkloadTag ee.data.getAssetAcl ee.data.authenticateViaPopup ee.data.getFeatureViewTilesKey ee.data.listFeatures ee.data.getAsset ee.data.getAssetRoots ee.data.getOperation ee.data.createAssetHome ee.data.authenticateViaPrivateKey ee.data.newTaskId ee.data.getInfo ee.data.setWorkloadTag ee.data.createAsset ee.data.computeValue ee.data.cancelTask ee.data.getThumbId ee.data.setDefaultWorkloadTag ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Dictionary ee.Algorithms ee.InitState ee.apply ee.TILE_SIZE ee.call ee.initialize ee.reset ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.Filter.prototype.not ee.Filter.eq ee.Filter ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Filter.gt ee.Filter.inList ee.Filter.lt ee.Filter.neq ee.Filter.or ee.Filter.lte ee.Filter.gte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.prototype.serialize ee.Geometry.Point ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiLineString ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPolygon ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry.Rectangle ee.Geometry.Polygon ee.Geometry.LineString ee.Geometry ee.Image ee.Image.prototype.expression ee.Image.rgb ee.Image.prototype.getDownloadURL ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getMap ee.Image.cat ee.Image.prototype.clip ee.Image.prototype.select ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.encode ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.String ee.Terrain".split(" "),
|
|
27113
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices",
|
|
27114
|
+
"opt_priority"], ["classifier", "opt_description", "opt_assetId", "opt_priority"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
27105
27115
|
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
|
|
27106
|
-
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "
|
|
27107
|
-
["
|
|
27108
|
-
"
|
|
27109
|
-
["
|
|
27110
|
-
["
|
|
27111
|
-
"
|
|
27112
|
-
"
|
|
27113
|
-
["
|
|
27114
|
-
[], ["
|
|
27115
|
-
|
|
27116
|
-
[
|
|
27117
|
-
|
|
27118
|
-
|
|
27119
|
-
ee.
|
|
27120
|
-
ee.data.
|
|
27121
|
-
ee.
|
|
27122
|
-
ee.
|
|
27123
|
-
ee.
|
|
27124
|
-
ee.
|
|
27125
|
-
ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.first, ee.ImageCollection, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApiPretty, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27116
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), ["filter"], ["max", "opt_property",
|
|
27117
|
+
"opt_ascending"], ["property", "opt_ascending"], ["geometry"], ["name", "operator", "value"], ["start", "opt_end"], ["algorithm", "opt_first"], ["algorithm", "opt_dropNulls"], ["callback"], ["func", "var_args"], ["opt_callback"], ["legacy"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["opt_resetDefault"], ["params", "opt_callback"], ["taskId", "action", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"],
|
|
27118
|
+
["taskId", "params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["assetId", "aclUpdate", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["params", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["assetId", "properties", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"],
|
|
27119
|
+
["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["project", "opt_callback"], ["id", "x", "y", "z"], ["id"], ["opt_limit", "opt_callback"], ["taskId", "request", "opt_callback"], ["assetId", "opt_callback"], ["rootId", "opt_callback"], ["opt_limit", "opt_callback"], ["params", "opt_callback"], ["id"], ["operationName", "opt_callback"], ["parent", "opt_params", "opt_callback"], [], ["assetId", "opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"],
|
|
27120
|
+
["asset", "params", "opt_callback"], ["id", "opt_callback"], ["opt_callback"], ["operationName", "opt_callback"], ["requestedId", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_count", "opt_callback"], ["id", "opt_callback"], ["tag"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["obj", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["tag"], ["date", "opt_tz"], ["json"], ["json"],
|
|
27121
|
+
["json"], ["json"], ["opt_dict"], [], [], ["func", "namedArgs"], [], ["func", "var_args"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], ["var_args"], [], ["geometry", "opt_properties"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["args", "opt_column"], ["opt_visParams", "opt_callback"], ["opt_callback"],
|
|
27122
|
+
["propertySelectors", "opt_newProperties", "opt_retainGeometry"], [], ["name", "value"], ["opt_filter"], ["start", "opt_end"], ["name", "operator", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["name", "value"], ["var_args"], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["legacy"], ["coords", "opt_proj"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
|
|
27123
|
+
["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["opt_args"], ["expression", "opt_map"], ["r", "g", "b"], ["params", "opt_callback"],
|
|
27124
|
+
["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["var_args"], ["geometry"], ["var_args"], ["params", "opt_callback"], [], ["opt_visParams", "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["args"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["params", "opt_callback"], ["list"], ["number"], ["obj"],
|
|
27125
|
+
["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27126
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.image.toCloudStorage,
|
|
27127
|
+
module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, ee.Collection.prototype.filter, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.map, ee.ComputedObject.prototype.evaluate,
|
|
27128
|
+
ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.getVideoThumbId, ee.data.getTaskStatus, ee.data.resetWorkloadTag, ee.data.getList, ee.data.updateTask, ee.data.updateAsset, ee.data.startIngestion, ee.data.getFilmstripThumbId, ee.data.startProcessing, ee.data.createFolder, ee.data.makeThumbUrl, ee.data.setAssetAcl, ee.data.listAssets, ee.data.renameAsset, ee.data.authenticateViaOauth, ee.data.getMapId, ee.data.getTableDownloadId,
|
|
27129
|
+
ee.data.getTaskList, ee.data.setAssetProperties, ee.data.copyAsset, ee.data.authenticate, ee.data.listBuckets, ee.data.getTileUrl, ee.data.makeTableDownloadUrl, ee.data.getTaskListWithLimit, ee.data.startTableIngestion, ee.data.deleteAsset, ee.data.getAssetRootQuota, ee.data.listOperations, ee.data.getDownloadId, ee.data.makeDownloadUrl, ee.data.cancelOperation, ee.data.listImages, ee.data.getWorkloadTag, ee.data.getAssetAcl, ee.data.authenticateViaPopup, ee.data.getFeatureViewTilesKey, ee.data.listFeatures,
|
|
27130
|
+
ee.data.getAsset, ee.data.getAssetRoots, ee.data.getOperation, ee.data.createAssetHome, ee.data.authenticateViaPrivateKey, ee.data.newTaskId, ee.data.getInfo, ee.data.setWorkloadTag, ee.data.createAsset, ee.data.computeValue, ee.data.cancelTask, ee.data.getThumbId, ee.data.setDefaultWorkloadTag, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Dictionary, ee.Algorithms, ee.InitState, ee.apply, ee.TILE_SIZE, ee.call,
|
|
27131
|
+
ee.initialize, ee.reset, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.Filter.prototype.not, ee.Filter.eq, ee.Filter, ee.Filter.date, ee.Filter.metadata, ee.Filter.bounds,
|
|
27132
|
+
ee.Filter.and, ee.Filter.gt, ee.Filter.inList, ee.Filter.lt, ee.Filter.neq, ee.Filter.or, ee.Filter.lte, ee.Filter.gte, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.prototype.serialize, ee.Geometry.Point, ee.Geometry.prototype.toGeoJSON, ee.Geometry.MultiLineString, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPolygon, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry.Rectangle, ee.Geometry.Polygon, ee.Geometry.LineString, ee.Geometry,
|
|
27133
|
+
ee.Image, ee.Image.prototype.expression, ee.Image.rgb, ee.Image.prototype.getDownloadURL, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.getMap, ee.Image.cat, ee.Image.prototype.clip, ee.Image.prototype.select, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select,
|
|
27134
|
+
ee.ImageCollection, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.toReadableJSON, ee.Serializer.encode, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27126
27135
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27127
27136
|
});
|
|
27128
27137
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/package.json
CHANGED
package/src/apiclient.js
CHANGED
|
@@ -24,7 +24,7 @@ const {trustedResourceUrl} = goog.require('safevalues');
|
|
|
24
24
|
/** @namespace */
|
|
25
25
|
const apiclient = {};
|
|
26
26
|
|
|
27
|
-
const API_CLIENT_VERSION = '1.5.
|
|
27
|
+
const API_CLIENT_VERSION = '1.5.6';
|
|
28
28
|
|
|
29
29
|
exports.VERSION = apiVersion.VERSION;
|
|
30
30
|
exports.API_CLIENT_VERSION = API_CLIENT_VERSION;
|