@google/earthengine 0.1.383 → 0.1.384
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/.tmp/BUILD +2 -2
- package/.tmp/METADATA +4 -4
- package/.tmp/VERSION_BUILD +2 -2
- package/build/browser.js +60 -44
- package/build/ee_api_js.js +616 -615
- package/build/ee_api_js_debug.js +37 -22
- package/build/ee_api_js_npm.js +60 -44
- package/build/main.js +60 -44
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
package/.tmp/BUILD
CHANGED
|
@@ -686,8 +686,8 @@ Fileset(
|
|
|
686
686
|
destdir = "0.1.377",
|
|
687
687
|
),
|
|
688
688
|
FilesetEntry(
|
|
689
|
-
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.
|
|
690
|
-
destdir = "0.1.
|
|
689
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.384:public",
|
|
690
|
+
destdir = "0.1.384",
|
|
691
691
|
),
|
|
692
692
|
# NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
|
|
693
693
|
],
|
package/.tmp/METADATA
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Format: google3/devtools/metadata/metadata.proto (go/google3metadata)
|
|
2
2
|
|
|
3
|
-
name: "0.1.
|
|
3
|
+
name: "0.1.384"
|
|
4
4
|
description:
|
|
5
5
|
"Google Earth Engine is a cloud-based platform for planetary-scale "
|
|
6
6
|
"environmental data analysis. The Earth Engine JavaScript API allows "
|
|
@@ -8,16 +8,16 @@ description:
|
|
|
8
8
|
"applications."
|
|
9
9
|
|
|
10
10
|
third_party {
|
|
11
|
-
version: "v0.1.
|
|
11
|
+
version: "v0.1.384"
|
|
12
12
|
last_upgrade_date: {
|
|
13
13
|
year: 2023
|
|
14
14
|
month: 12
|
|
15
|
-
day:
|
|
15
|
+
day: 13
|
|
16
16
|
}
|
|
17
17
|
identifier {
|
|
18
18
|
type: "Git"
|
|
19
19
|
value: "https://github.com/google/earthengine-api"
|
|
20
|
-
version: "v0.1.
|
|
20
|
+
version: "v0.1.384"
|
|
21
21
|
primary_source: true
|
|
22
22
|
}
|
|
23
23
|
}
|
package/.tmp/VERSION_BUILD
CHANGED
|
@@ -9,7 +9,7 @@ load("//tools/build_defs/license:license.bzl", "license")
|
|
|
9
9
|
load("//tools/build_defs/build_test:build_test.bzl", "build_test")
|
|
10
10
|
|
|
11
11
|
package(
|
|
12
|
-
default_applicable_licenses = ["//third_party/hosted_libraries/libs/earthengine/0.1.
|
|
12
|
+
default_applicable_licenses = ["//third_party/hosted_libraries/libs/earthengine/0.1.384:license"],
|
|
13
13
|
default_visibility = [
|
|
14
14
|
"//third_party/hosted_libraries/libs/earthengine:__pkg__",
|
|
15
15
|
],
|
|
@@ -17,7 +17,7 @@ package(
|
|
|
17
17
|
|
|
18
18
|
license(
|
|
19
19
|
name = "license",
|
|
20
|
-
package_name = "0.1.
|
|
20
|
+
package_name = "0.1.384",
|
|
21
21
|
)
|
|
22
22
|
|
|
23
23
|
licenses(["notice"])
|
package/build/browser.js
CHANGED
|
@@ -2847,8 +2847,8 @@ module$exports$tslib.__spreadArrays = function() {
|
|
|
2847
2847
|
return r;
|
|
2848
2848
|
};
|
|
2849
2849
|
module$exports$tslib.__spreadArray = function(to, from, pack) {
|
|
2850
|
-
if (!(Array.isArray(from) || from instanceof NodeList)) {
|
|
2851
|
-
throw new TypeError("Expected an Array or
|
|
2850
|
+
if (!(Array.isArray(from) || from instanceof NodeList) && "[object Arguments]" !== Object.prototype.toString.call(from)) {
|
|
2851
|
+
throw new TypeError("Expected an Array, NodeList, or or Arguments: " + String(from));
|
|
2852
2852
|
}
|
|
2853
2853
|
if (pack || 2 === arguments.length) {
|
|
2854
2854
|
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
@@ -7466,44 +7466,47 @@ function module$contents$safevalues$restricted$reviewed_assertValidJustification
|
|
|
7466
7466
|
throw Error("Calls to uncheckedconversion functions must go through security review. A justification must be provided to capture what security assumptions are being made. See go/unchecked-conversions");
|
|
7467
7467
|
}
|
|
7468
7468
|
}
|
|
7469
|
-
function module$contents$safevalues$restricted$
|
|
7470
|
-
|
|
7469
|
+
function module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options) {
|
|
7470
|
+
return "string" === typeof options ? options : options.justification;
|
|
7471
|
+
}
|
|
7472
|
+
function module$contents$safevalues$restricted$reviewed_htmlSafeByReview(html, options) {
|
|
7473
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options));
|
|
7471
7474
|
return module$contents$safevalues$internals$html_impl_createHtmlInternal(html);
|
|
7472
7475
|
}
|
|
7473
7476
|
module$exports$safevalues$restricted$reviewed.htmlSafeByReview = module$contents$safevalues$restricted$reviewed_htmlSafeByReview;
|
|
7474
|
-
function module$contents$safevalues$restricted$reviewed_scriptSafeByReview(script,
|
|
7475
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7477
|
+
function module$contents$safevalues$restricted$reviewed_scriptSafeByReview(script, options) {
|
|
7478
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options));
|
|
7476
7479
|
return module$contents$safevalues$internals$script_impl_createScriptInternal(script);
|
|
7477
7480
|
}
|
|
7478
7481
|
module$exports$safevalues$restricted$reviewed.scriptSafeByReview = module$contents$safevalues$restricted$reviewed_scriptSafeByReview;
|
|
7479
|
-
function module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview(url,
|
|
7480
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7482
|
+
function module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview(url, options) {
|
|
7483
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options));
|
|
7481
7484
|
return module$contents$safevalues$internals$resource_url_impl_createResourceUrlInternal(url);
|
|
7482
7485
|
}
|
|
7483
7486
|
module$exports$safevalues$restricted$reviewed.resourceUrlSafeByReview = module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview;
|
|
7484
|
-
function module$contents$safevalues$restricted$
|
|
7485
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7487
|
+
function module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview(stylesheet, options) {
|
|
7488
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options));
|
|
7489
|
+
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(stylesheet);
|
|
7490
|
+
}
|
|
7491
|
+
module$exports$safevalues$restricted$reviewed.styleSheetSafeByReview = module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview;
|
|
7492
|
+
function module$contents$safevalues$restricted$reviewed_urlSafeByReview(url, options) {
|
|
7493
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options));
|
|
7486
7494
|
return module$contents$safevalues$internals$url_impl_createUrlInternal(url);
|
|
7487
7495
|
}
|
|
7488
7496
|
module$exports$safevalues$restricted$reviewed.urlSafeByReview = module$contents$safevalues$restricted$reviewed_urlSafeByReview;
|
|
7489
|
-
function module$contents$safevalues$restricted$reviewed_styleSafeByReview(style,
|
|
7490
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(
|
|
7497
|
+
function module$contents$safevalues$restricted$reviewed_styleSafeByReview(style, options) {
|
|
7498
|
+
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(module$contents$safevalues$restricted$reviewed_getJustificationDuringMigration(options));
|
|
7491
7499
|
return module$contents$safevalues$internals$style_impl_createStyleInternal(style);
|
|
7492
7500
|
}
|
|
7493
7501
|
module$exports$safevalues$restricted$reviewed.styleSafeByReview = module$contents$safevalues$restricted$reviewed_styleSafeByReview;
|
|
7494
|
-
function module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview(stylesheet, justification) {
|
|
7495
|
-
goog.DEBUG && module$contents$safevalues$restricted$reviewed_assertValidJustification(justification);
|
|
7496
|
-
return module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(stylesheet);
|
|
7497
|
-
}
|
|
7498
|
-
module$exports$safevalues$restricted$reviewed.styleSheetSafeByReview = module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview;
|
|
7499
7502
|
var safevalues = {restricted:{}};
|
|
7500
7503
|
safevalues.restricted.reviewed = {};
|
|
7501
7504
|
safevalues.restricted.reviewed.htmlSafeByReview = module$contents$safevalues$restricted$reviewed_htmlSafeByReview;
|
|
7502
7505
|
safevalues.restricted.reviewed.scriptSafeByReview = module$contents$safevalues$restricted$reviewed_scriptSafeByReview;
|
|
7503
7506
|
safevalues.restricted.reviewed.resourceUrlSafeByReview = module$contents$safevalues$restricted$reviewed_resourceUrlSafeByReview;
|
|
7507
|
+
safevalues.restricted.reviewed.styleSheetSafeByReview = module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview;
|
|
7504
7508
|
safevalues.restricted.reviewed.urlSafeByReview = module$contents$safevalues$restricted$reviewed_urlSafeByReview;
|
|
7505
7509
|
safevalues.restricted.reviewed.styleSafeByReview = module$contents$safevalues$restricted$reviewed_styleSafeByReview;
|
|
7506
|
-
safevalues.restricted.reviewed.styleSheetSafeByReview = module$contents$safevalues$restricted$reviewed_styleSheetSafeByReview;
|
|
7507
7510
|
goog.dom.safe = {};
|
|
7508
7511
|
goog.dom.safe.InsertAdjacentHtmlPosition = {AFTERBEGIN:"afterbegin", AFTEREND:"afterend", BEFOREBEGIN:"beforebegin", BEFOREEND:"beforeend"};
|
|
7509
7512
|
goog.dom.safe.insertAdjacentHtml = function(node, position, html) {
|
|
@@ -9021,6 +9024,11 @@ module$exports$eeapiclient$ee_api_client.ICloudAuditOptionsLogNameEnum = functio
|
|
|
9021
9024
|
module$exports$eeapiclient$ee_api_client.CloudAuditOptionsLogNameEnum = {ADMIN_ACTIVITY:"ADMIN_ACTIVITY", DATA_ACCESS:"DATA_ACCESS", UNSPECIFIED_LOG_NAME:"UNSPECIFIED_LOG_NAME", values:function() {
|
|
9022
9025
|
return [module$exports$eeapiclient$ee_api_client.CloudAuditOptionsLogNameEnum.UNSPECIFIED_LOG_NAME, module$exports$eeapiclient$ee_api_client.CloudAuditOptionsLogNameEnum.ADMIN_ACTIVITY, module$exports$eeapiclient$ee_api_client.CloudAuditOptionsLogNameEnum.DATA_ACCESS];
|
|
9023
9026
|
}};
|
|
9027
|
+
module$exports$eeapiclient$ee_api_client.ICloudAuditOptionsPermissionTypeEnum = function() {
|
|
9028
|
+
};
|
|
9029
|
+
module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum = {ADMIN_READ:"ADMIN_READ", ADMIN_WRITE:"ADMIN_WRITE", DATA_READ:"DATA_READ", DATA_WRITE:"DATA_WRITE", PERMISSION_TYPE_UNSPECIFIED:"PERMISSION_TYPE_UNSPECIFIED", values:function() {
|
|
9030
|
+
return [module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum.PERMISSION_TYPE_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum.ADMIN_READ, module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum.ADMIN_WRITE, module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum.DATA_READ, module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum.DATA_WRITE];
|
|
9031
|
+
}};
|
|
9024
9032
|
module$exports$eeapiclient$ee_api_client.ICloudStorageDestinationPermissionsEnum = function() {
|
|
9025
9033
|
};
|
|
9026
9034
|
module$exports$eeapiclient$ee_api_client.CloudStorageDestinationPermissionsEnum = {DEFAULT_OBJECT_ACL:"DEFAULT_OBJECT_ACL", PUBLIC:"PUBLIC", TILE_PERMISSIONS_UNSPECIFIED:"TILE_PERMISSIONS_UNSPECIFIED", values:function() {
|
|
@@ -9697,13 +9705,14 @@ module$exports$eeapiclient$ee_api_client.CloudAuditOptions = function(parameters
|
|
|
9697
9705
|
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
9698
9706
|
this.Serializable$set("logName", null == parameters.logName ? null : parameters.logName);
|
|
9699
9707
|
this.Serializable$set("authorizationLoggingOptions", null == parameters.authorizationLoggingOptions ? null : parameters.authorizationLoggingOptions);
|
|
9708
|
+
this.Serializable$set("permissionType", null == parameters.permissionType ? null : parameters.permissionType);
|
|
9700
9709
|
};
|
|
9701
9710
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.CloudAuditOptions, module$exports$eeapiclient$domain_object.Serializable);
|
|
9702
9711
|
module$exports$eeapiclient$ee_api_client.CloudAuditOptions.prototype.getConstructor = function() {
|
|
9703
9712
|
return module$exports$eeapiclient$ee_api_client.CloudAuditOptions;
|
|
9704
9713
|
};
|
|
9705
9714
|
module$exports$eeapiclient$ee_api_client.CloudAuditOptions.prototype.getPartialClassMetadata = function() {
|
|
9706
|
-
return {enums:{logName:module$exports$eeapiclient$ee_api_client.CloudAuditOptionsLogNameEnum}, keys:["authorizationLoggingOptions", "logName"], objects:{authorizationLoggingOptions:module$exports$eeapiclient$ee_api_client.AuthorizationLoggingOptions}};
|
|
9715
|
+
return {enums:{logName:module$exports$eeapiclient$ee_api_client.CloudAuditOptionsLogNameEnum, permissionType:module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum}, keys:["authorizationLoggingOptions", "logName", "permissionType"], objects:{authorizationLoggingOptions:module$exports$eeapiclient$ee_api_client.AuthorizationLoggingOptions}};
|
|
9707
9716
|
};
|
|
9708
9717
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.CloudAuditOptions.prototype, {authorizationLoggingOptions:{configurable:!0, enumerable:!0, get:function() {
|
|
9709
9718
|
return this.Serializable$has("authorizationLoggingOptions") ? this.Serializable$get("authorizationLoggingOptions") : null;
|
|
@@ -9713,9 +9722,15 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
9713
9722
|
return this.Serializable$has("logName") ? this.Serializable$get("logName") : null;
|
|
9714
9723
|
}, set:function(value) {
|
|
9715
9724
|
this.Serializable$set("logName", value);
|
|
9725
|
+
}}, permissionType:{configurable:!0, enumerable:!0, get:function() {
|
|
9726
|
+
return this.Serializable$has("permissionType") ? this.Serializable$get("permissionType") : null;
|
|
9727
|
+
}, set:function(value) {
|
|
9728
|
+
this.Serializable$set("permissionType", value);
|
|
9716
9729
|
}}});
|
|
9717
9730
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.CloudAuditOptions, {LogName:{configurable:!0, enumerable:!0, get:function() {
|
|
9718
9731
|
return module$exports$eeapiclient$ee_api_client.CloudAuditOptionsLogNameEnum;
|
|
9732
|
+
}}, PermissionType:{configurable:!0, enumerable:!0, get:function() {
|
|
9733
|
+
return module$exports$eeapiclient$ee_api_client.CloudAuditOptionsPermissionTypeEnum;
|
|
9719
9734
|
}}});
|
|
9720
9735
|
module$exports$eeapiclient$ee_api_client.CloudStorageDestinationParameters = function() {
|
|
9721
9736
|
};
|
|
@@ -18720,7 +18735,7 @@ var $jscomp$templatelit$294235699$0 = $jscomp.createTemplateTagFirstArg(["https:
|
|
|
18720
18735
|
ee.apiclient = {};
|
|
18721
18736
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18722
18737
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18723
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
18738
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.384";
|
|
18724
18739
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18725
18740
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18726
18741
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19011,8 +19026,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19011
19026
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19012
19027
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19013
19028
|
method = method || "POST";
|
|
19014
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
19015
|
-
"0.1.
|
|
19029
|
+
var headers = {"Content-Type":contentType}, version = "0.1.384";
|
|
19030
|
+
"0.1.384" === version && (version = "latest");
|
|
19016
19031
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19017
19032
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19018
19033
|
if (null != authToken) {
|
|
@@ -26569,28 +26584,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26569
26584
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26570
26585
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26571
26586
|
(function() {
|
|
26572
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26573
|
-
orderedParamLists = [["name", "
|
|
26574
|
-
"collection opt_description
|
|
26575
|
-
"collection opt_description
|
|
26576
|
-
|
|
26577
|
-
"
|
|
26578
|
-
|
|
26579
|
-
"
|
|
26580
|
-
"
|
|
26581
|
-
"
|
|
26582
|
-
"
|
|
26583
|
-
|
|
26584
|
-
"
|
|
26585
|
-
[
|
|
26586
|
-
module$contents$ee$batch_Export.
|
|
26587
|
-
ee.
|
|
26588
|
-
ee.
|
|
26589
|
-
ee.data.
|
|
26590
|
-
ee.
|
|
26591
|
-
ee.
|
|
26592
|
-
ee.
|
|
26593
|
-
ee.
|
|
26587
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction.lookup ee.ApiFunction._apply ee.batch.Export.table.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toDrive ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toAsset ee.batch.Export.video.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.classifier.toAsset ee.Collection.prototype.filter ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.iterate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.cancelTask ee.data.setDefaultWorkloadTag ee.data.getThumbId ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.startIngestion ee.data.resetWorkloadTag ee.data.updateAsset ee.data.updateTask ee.data.getFilmstripThumbId ee.data.startProcessing ee.data.createFolder ee.data.makeThumbUrl ee.data.getList ee.data.setAssetAcl ee.data.authenticateViaOauth ee.data.renameAsset ee.data.listAssets ee.data.getMapId ee.data.getTaskList ee.data.setAssetProperties ee.data.getDownloadId ee.data.copyAsset ee.data.makeDownloadUrl ee.data.authenticate ee.data.getTileUrl ee.data.startTableIngestion ee.data.getTaskListWithLimit ee.data.listImages ee.data.deleteAsset ee.data.listOperations ee.data.getAssetRootQuota ee.data.cancelOperation ee.data.getTableDownloadId ee.data.listBuckets ee.data.getAssetAcl ee.data.authenticateViaPopup ee.data.makeTableDownloadUrl ee.data.getFeatureViewTilesKey ee.data.getWorkloadTag ee.data.getAsset ee.data.getAssetRoots ee.data.getOperation ee.data.listFeatures ee.data.getInfo ee.data.authenticateViaPrivateKey ee.data.newTaskId ee.data.createAssetHome ee.data.createAsset ee.data.setWorkloadTag ee.data.computeValue ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Dictionary ee.apply ee.TILE_SIZE ee.initialize ee.call ee.reset ee.InitState ee.Algorithms ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.Filter.lte ee.Filter.gte ee.Filter.prototype.not ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Filter.gt ee.Filter.neq ee.Filter.lt ee.Filter.inList ee.Filter.or ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.LineString ee.Geometry.Rectangle ee.Geometry.Point ee.Geometry.Polygon ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Geometry ee.Image.cat ee.Image.prototype.select ee.Image.prototype.getThumbURL ee.Image.rgb ee.Image ee.Image.prototype.clip ee.Image.prototype.getMap ee.Image.prototype.getMapId ee.Image.prototype.expression ee.Image.prototype.getDownloadURL ee.Image.prototype.getThumbId ee.Image.prototype.rename ee.Image.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.ImageCollection.prototype.getInfo ee.List ee.Number ee.Serializer.encodeCloudApi ee.Serializer.toJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.String ee.Terrain".split(" "),
|
|
26588
|
+
orderedParamLists = [["name", "var_args"], ["name"], ["name", "namedArgs"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
|
|
26589
|
+
"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".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".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".split(" "),
|
|
26590
|
+
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices".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".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), ["collection", "opt_description", "opt_assetId",
|
|
26591
|
+
"opt_maxVertices"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), ["classifier", "opt_description", "opt_assetId"], ["filter"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"],
|
|
26592
|
+
["name", "operator", "value"], ["geometry"], ["start", "opt_end"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["func", "var_args"], ["callback"], ["opt_callback"], ["legacy"], ["taskId", "opt_callback"], ["tag"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "request", "opt_callback"], ["opt_resetDefault"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "action", "opt_callback"], ["params", "opt_callback"], ["taskId",
|
|
26593
|
+
"params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["sourceId", "destinationId", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["assetId", "properties", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite",
|
|
26594
|
+
"opt_callback"], ["id"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id", "x", "y", "z"], ["taskId", "request", "opt_callback"], ["opt_limit", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "opt_callback"], ["opt_limit", "opt_callback"], ["rootId", "opt_callback"], ["operationName", "opt_callback"], ["params", "opt_callback"], ["project", "opt_callback"], ["assetId", "opt_callback"], ["opt_success", "opt_error"], ["id"], ["params",
|
|
26595
|
+
"opt_callback"], [], ["id", "opt_callback"], ["opt_callback"], ["operationName", "opt_callback"], ["asset", "params", "opt_callback"], ["id", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_count", "opt_callback"], ["requestedId", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["tag"], ["obj", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func",
|
|
26596
|
+
"namedArgs"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], [], [], [], ["var_args"], [], ["geometry", "opt_properties"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["propertySelectors", "opt_newProperties",
|
|
26597
|
+
"opt_retainGeometry"], ["name", "value"], ["name", "value"], [], ["opt_filter"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["var_args"], ["var_args"], ["namedArgs"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords",
|
|
26598
|
+
"opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["var_args"], ["var_args"], ["params", "opt_callback"], ["r", "g", "b"], ["opt_args"], ["geometry"], ["opt_visParams",
|
|
26599
|
+
"opt_callback"], ["opt_visParams", "opt_callback"], ["expression", "opt_map"], ["params", "opt_callback"], ["params", "opt_callback"], ["var_args"], ["opt_callback"], ["selectors", "opt_names"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["params", "opt_callback"], [], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["args"], ["opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"],
|
|
26600
|
+
["obj"], ["obj", "opt_isCompound"], ["obj"], ["string"], []];
|
|
26601
|
+
[ee.ApiFunction._call, ee.ApiFunction.lookup, ee.ApiFunction._apply, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.image.toAsset,
|
|
26602
|
+
module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.classifier.toAsset, ee.Collection.prototype.filter, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterDate, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.ComputedObject.prototype.aside,
|
|
26603
|
+
ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.cancelTask, ee.data.setDefaultWorkloadTag, ee.data.getThumbId, ee.data.getVideoThumbId, ee.data.getTaskStatus, ee.data.startIngestion, ee.data.resetWorkloadTag, ee.data.updateAsset, ee.data.updateTask, ee.data.getFilmstripThumbId, ee.data.startProcessing, ee.data.createFolder, ee.data.makeThumbUrl, ee.data.getList, ee.data.setAssetAcl, ee.data.authenticateViaOauth, ee.data.renameAsset,
|
|
26604
|
+
ee.data.listAssets, ee.data.getMapId, ee.data.getTaskList, ee.data.setAssetProperties, ee.data.getDownloadId, ee.data.copyAsset, ee.data.makeDownloadUrl, ee.data.authenticate, ee.data.getTileUrl, ee.data.startTableIngestion, ee.data.getTaskListWithLimit, ee.data.listImages, ee.data.deleteAsset, ee.data.listOperations, ee.data.getAssetRootQuota, ee.data.cancelOperation, ee.data.getTableDownloadId, ee.data.listBuckets, ee.data.getAssetAcl, ee.data.authenticateViaPopup, ee.data.makeTableDownloadUrl,
|
|
26605
|
+
ee.data.getFeatureViewTilesKey, ee.data.getWorkloadTag, ee.data.getAsset, ee.data.getAssetRoots, ee.data.getOperation, ee.data.listFeatures, ee.data.getInfo, ee.data.authenticateViaPrivateKey, ee.data.newTaskId, ee.data.createAssetHome, ee.data.createAsset, ee.data.setWorkloadTag, ee.data.computeValue, ee.Date, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Dictionary, ee.apply, ee.TILE_SIZE, ee.initialize, ee.call, ee.reset,
|
|
26606
|
+
ee.InitState, ee.Algorithms, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.FeatureCollection, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.Filter.lte, ee.Filter.gte, ee.Filter.prototype.not, ee.Filter, ee.Filter.eq, ee.Filter.date,
|
|
26607
|
+
ee.Filter.metadata, ee.Filter.bounds, ee.Filter.and, ee.Filter.gt, ee.Filter.neq, ee.Filter.lt, ee.Filter.inList, ee.Filter.or, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.LineString, ee.Geometry.Rectangle, ee.Geometry.Point, ee.Geometry.Polygon, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry.MultiLineString, ee.Geometry.prototype.toGeoJSON, ee.Geometry,
|
|
26608
|
+
ee.Image.cat, ee.Image.prototype.select, ee.Image.prototype.getThumbURL, ee.Image.rgb, ee.Image, ee.Image.prototype.clip, ee.Image.prototype.getMap, ee.Image.prototype.getMapId, ee.Image.prototype.expression, ee.Image.prototype.getDownloadURL, ee.Image.prototype.getThumbId, ee.Image.prototype.rename, ee.Image.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getMap,
|
|
26609
|
+
ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.ImageCollection.prototype.getInfo, ee.List, ee.Number, ee.Serializer.encodeCloudApi, ee.Serializer.toJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26594
26610
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26595
26611
|
});
|
|
26596
26612
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|