@google/earthengine 1.1.5 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/browser.js +52 -79
- package/build/ee_api_js.js +526 -526
- package/build/ee_api_js_debug.js +29 -57
- package/build/ee_api_js_npm.js +52 -79
- package/build/main.js +52 -79
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
package/build/browser.js
CHANGED
|
@@ -1253,7 +1253,7 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1253
1253
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1254
1254
|
};
|
|
1255
1255
|
}, "es8", "es3");
|
|
1256
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1,
|
|
1256
|
+
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__client_only_wiz_on_init_within_reaction_throws_error__disable:!1, GoogFlags__jspb_ignore_implicit_extension_deps__disable:!1, GoogFlags__jspb_readonly_repeated_fields__disable:!1, GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__disable:!1, GoogFlags__override_disable_toggles:!1, GoogFlags__testonly_debug_flag__enable:!1, GoogFlags__testonly_disabled_flag__enable:!1, GoogFlags__testonly_stable_flag__disable:!1,
|
|
1257
1257
|
GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_user_agent_client_hints__enable:!1, GoogFlags__wiz_enable_native_promise__enable:!1};
|
|
1258
1258
|
/*
|
|
1259
1259
|
|
|
@@ -4751,16 +4751,23 @@ module$exports$safevalues$dom$globals$global.globalEval = function(win, script)
|
|
|
4751
4751
|
var module$exports$safevalues$dom$globals$location = {}, module$contents$safevalues$dom$globals$location_module = module$contents$safevalues$dom$globals$location_module || {id:"third_party/javascript/safevalues/dom/globals/location.closure.js"};
|
|
4752
4752
|
module$exports$safevalues$dom$globals$location.setHref = function(loc, url) {
|
|
4753
4753
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
4754
|
-
sanitizedUrl !== void 0 && (loc
|
|
4754
|
+
sanitizedUrl !== void 0 && module$exports$safevalues$dom$globals$location.mockableLocation.setHref(loc, sanitizedUrl);
|
|
4755
4755
|
};
|
|
4756
4756
|
module$exports$safevalues$dom$globals$location.replace = function(loc, url) {
|
|
4757
4757
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
4758
|
-
sanitizedUrl !== void 0 &&
|
|
4758
|
+
sanitizedUrl !== void 0 && module$exports$safevalues$dom$globals$location.mockableLocation.replace(loc, sanitizedUrl);
|
|
4759
4759
|
};
|
|
4760
4760
|
module$exports$safevalues$dom$globals$location.assign = function(loc, url) {
|
|
4761
4761
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_unwrapUrlOrSanitize(url);
|
|
4762
|
-
sanitizedUrl !== void 0 &&
|
|
4763
|
-
};
|
|
4762
|
+
sanitizedUrl !== void 0 && module$exports$safevalues$dom$globals$location.mockableLocation.assign(loc, sanitizedUrl);
|
|
4763
|
+
};
|
|
4764
|
+
module$exports$safevalues$dom$globals$location.mockableLocation = {setHref:function(loc, url) {
|
|
4765
|
+
loc.href = url;
|
|
4766
|
+
}, replace:function(loc, url) {
|
|
4767
|
+
loc.replace(url);
|
|
4768
|
+
}, assign:function(loc, url) {
|
|
4769
|
+
loc.assign(url);
|
|
4770
|
+
}};
|
|
4764
4771
|
var module$exports$safevalues$dom$globals$range = {}, module$contents$safevalues$dom$globals$range_module = module$contents$safevalues$dom$globals$range_module || {id:"third_party/javascript/safevalues/dom/globals/range.closure.js"};
|
|
4765
4772
|
module$exports$safevalues$dom$globals$range.createContextualFragment = function(range, html) {
|
|
4766
4773
|
return range.createContextualFragment((0,module$exports$safevalues$internals$html_impl.unwrapHtml)(html));
|
|
@@ -6478,7 +6485,7 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_
|
|
|
6478
6485
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable = !1;
|
|
6479
6486
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable = !1;
|
|
6480
6487
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__disable = !1;
|
|
6481
|
-
module$exports$closure$flags$flags$2etoggles.
|
|
6488
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_on_init_within_reaction_throws_error__disable = !1;
|
|
6482
6489
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable = !1;
|
|
6483
6490
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_readonly_repeated_fields__disable = !1;
|
|
6484
6491
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_ignore_implicit_extension_deps__disable = !1;
|
|
@@ -6491,7 +6498,8 @@ var module$contents$goog$flags_STAGING = goog.readFlagInternalDoNotUseOrElse(1,
|
|
|
6491
6498
|
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);
|
|
6492
6499
|
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);
|
|
6493
6500
|
goog.flags.JSPB_STOP_USING_REPEATED_FIELD_SETS_FROM_GENCODE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__disable : goog.readFlagInternalDoNotUseOrElse(188588736, !0);
|
|
6494
|
-
goog.flags.CLIENT_ONLY_WIZ_ON_INIT_WITHIN_REACTION_THROWS_ERROR = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.
|
|
6501
|
+
goog.flags.CLIENT_ONLY_WIZ_ON_INIT_WITHIN_REACTION_THROWS_ERROR = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.FLAGS_STAGING_DEFAULT && (module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_on_init_within_reaction_throws_error__disable) : goog.readFlagInternalDoNotUseOrElse(676937399,
|
|
6502
|
+
module$contents$goog$flags_STAGING);
|
|
6495
6503
|
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);
|
|
6496
6504
|
goog.flags.JSPB_READONLY_REPEATED_FIELDS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.FLAGS_STAGING_DEFAULT && (module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_readonly_repeated_fields__disable) : goog.readFlagInternalDoNotUseOrElse(653718497, module$contents$goog$flags_STAGING);
|
|
6497
6505
|
goog.flags.JSPB_IGNORE_IMPLICIT_EXTENSION_DEPS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.FLAGS_STAGING_DEFAULT && (module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_ignore_implicit_extension_deps__disable) : goog.readFlagInternalDoNotUseOrElse(660014094, module$contents$goog$flags_STAGING);
|
|
@@ -7456,7 +7464,6 @@ goog.events.LISTENER_MAP_PROP_ = "closure_lm_" + (Math.random() * 1E6 | 0);
|
|
|
7456
7464
|
goog.events.onString_ = "on";
|
|
7457
7465
|
goog.events.onStringMap_ = {};
|
|
7458
7466
|
goog.events.CaptureSimulationMode = {OFF_AND_FAIL:0, OFF_AND_SILENT:1, ON:2};
|
|
7459
|
-
goog.events.CAPTURE_SIMULATION_MODE = 2;
|
|
7460
7467
|
goog.events.listenerCountEstimate_ = 0;
|
|
7461
7468
|
goog.events.listen = function(src, type, listener, opt_options, opt_handler) {
|
|
7462
7469
|
if (opt_options && opt_options.once) {
|
|
@@ -14840,22 +14847,16 @@ goog.debug.asyncStackTag.getTestNameProvider = function() {
|
|
|
14840
14847
|
}
|
|
14841
14848
|
return module$contents$goog$debug$asyncStackTag_testNameProvider;
|
|
14842
14849
|
};
|
|
14843
|
-
var module$contents$goog$async$
|
|
14850
|
+
var module$contents$goog$async$run_schedule, module$contents$goog$async$run_workQueueScheduled = !1, module$contents$goog$async$run_workQueue = new module$contents$goog$async$WorkQueue_WorkQueue(), module$contents$goog$async$run_run = function(callback, context) {
|
|
14844
14851
|
callback = module$contents$goog$debug$asyncStackTag_wrap(callback, "goog.async.run");
|
|
14845
14852
|
module$contents$goog$async$run_schedule || module$contents$goog$async$run_initializeRunner();
|
|
14846
14853
|
module$contents$goog$async$run_workQueueScheduled || (module$contents$goog$async$run_schedule(), module$contents$goog$async$run_workQueueScheduled = !0);
|
|
14847
14854
|
module$contents$goog$async$run_workQueue.add(callback, context);
|
|
14848
14855
|
}, module$contents$goog$async$run_initializeRunner = function() {
|
|
14849
|
-
|
|
14850
|
-
|
|
14851
|
-
module$contents$goog$async$
|
|
14852
|
-
|
|
14853
|
-
};
|
|
14854
|
-
} else {
|
|
14855
|
-
module$contents$goog$async$run_schedule = function() {
|
|
14856
|
-
(0,goog.async.nextTick)(module$contents$goog$async$run_processWorkQueueInternal);
|
|
14857
|
-
};
|
|
14858
|
-
}
|
|
14856
|
+
var promise = Promise.resolve(void 0);
|
|
14857
|
+
module$contents$goog$async$run_schedule = function() {
|
|
14858
|
+
promise.then(module$contents$goog$async$run_processWorkQueueInternal);
|
|
14859
|
+
};
|
|
14859
14860
|
};
|
|
14860
14861
|
module$contents$goog$async$run_run.forceNextTick = function(realSetTimeout) {
|
|
14861
14862
|
if (goog.DISALLOW_TEST_ONLY_CODE) {
|
|
@@ -17625,8 +17626,7 @@ goog.dom.getElementByTagNameAndClass = function(opt_tag, opt_class, opt_el) {
|
|
|
17625
17626
|
return goog.dom.getElementByTagNameAndClass_(document, opt_tag, opt_class, opt_el);
|
|
17626
17627
|
};
|
|
17627
17628
|
goog.dom.getElementsByClass = function(className, opt_el) {
|
|
17628
|
-
|
|
17629
|
-
return goog.dom.canUseQuerySelector_(parent) ? parent.querySelectorAll("." + className) : goog.dom.getElementsByTagNameAndClass_(document, "*", className, opt_el);
|
|
17629
|
+
return (opt_el || document).querySelectorAll("." + className);
|
|
17630
17630
|
};
|
|
17631
17631
|
goog.dom.getElementByClass = function(className, opt_el) {
|
|
17632
17632
|
var parent = opt_el || document, retVal = null;
|
|
@@ -17637,48 +17637,20 @@ goog.dom.getHTMLElementByClass = function(className, opt_parent) {
|
|
|
17637
17637
|
return element ? module$contents$goog$asserts$dom_assertIsHtmlElement(element) : null;
|
|
17638
17638
|
};
|
|
17639
17639
|
goog.dom.getRequiredElementByClass = function(className, opt_root) {
|
|
17640
|
-
|
|
17641
|
-
return goog.asserts.assert(retValue, "No element found with className: " + className);
|
|
17640
|
+
return goog.asserts.assert(goog.dom.getElementByClass(className, opt_root), "No element found with className: " + className);
|
|
17642
17641
|
};
|
|
17643
17642
|
goog.dom.getRequiredHTMLElementByClass = function(className, opt_parent) {
|
|
17644
17643
|
var retValue = goog.dom.getElementByClass(className, opt_parent);
|
|
17645
17644
|
goog.asserts.assert(retValue, "No HTMLElement found with className: " + className);
|
|
17646
17645
|
return module$contents$goog$asserts$dom_assertIsHtmlElement(retValue);
|
|
17647
17646
|
};
|
|
17648
|
-
goog.dom.canUseQuerySelector_ = function(parent) {
|
|
17649
|
-
return !(!parent.querySelectorAll || !parent.querySelector);
|
|
17650
|
-
};
|
|
17651
17647
|
goog.dom.getElementsByTagNameAndClass_ = function(doc, opt_tag, opt_class, opt_el) {
|
|
17652
17648
|
var parent = opt_el || doc, tagName = opt_tag && opt_tag != "*" ? String(opt_tag).toUpperCase() : "";
|
|
17653
|
-
|
|
17654
|
-
return parent.querySelectorAll(tagName + (opt_class ? "." + opt_class : ""));
|
|
17655
|
-
}
|
|
17656
|
-
if (opt_class && parent.getElementsByClassName) {
|
|
17657
|
-
var els = parent.getElementsByClassName(opt_class);
|
|
17658
|
-
if (tagName) {
|
|
17659
|
-
for (var arrayLike = {}, len = 0, i = 0, el; el = els[i]; i++) {
|
|
17660
|
-
tagName == el.nodeName && (arrayLike[len++] = el);
|
|
17661
|
-
}
|
|
17662
|
-
arrayLike.length = len;
|
|
17663
|
-
return arrayLike;
|
|
17664
|
-
}
|
|
17665
|
-
return els;
|
|
17666
|
-
}
|
|
17667
|
-
els = parent.getElementsByTagName(tagName || "*");
|
|
17668
|
-
if (opt_class) {
|
|
17669
|
-
arrayLike = {};
|
|
17670
|
-
for (i = len = 0; el = els[i]; i++) {
|
|
17671
|
-
var className = el.className;
|
|
17672
|
-
typeof className.split == "function" && module$contents$goog$array_contains(className.split(/\s+/), opt_class) && (arrayLike[len++] = el);
|
|
17673
|
-
}
|
|
17674
|
-
arrayLike.length = len;
|
|
17675
|
-
return arrayLike;
|
|
17676
|
-
}
|
|
17677
|
-
return els;
|
|
17649
|
+
return tagName || opt_class ? parent.querySelectorAll(tagName + (opt_class ? "." + opt_class : "")) : parent.getElementsByTagName("*");
|
|
17678
17650
|
};
|
|
17679
17651
|
goog.dom.getElementByTagNameAndClass_ = function(doc, opt_tag, opt_class, opt_el) {
|
|
17680
|
-
var parent
|
|
17681
|
-
return
|
|
17652
|
+
var parent, tag = opt_tag && opt_tag != "*" ? String(opt_tag).toUpperCase() : "";
|
|
17653
|
+
return tag || opt_class ? (opt_el || doc).querySelector(tag + (opt_class ? "." + opt_class : "")) : goog.dom.getElementsByTagNameAndClass_(doc, opt_tag, opt_class, opt_el)[0] || null;
|
|
17682
17654
|
};
|
|
17683
17655
|
goog.dom.$$ = goog.dom.getElementsByTagNameAndClass;
|
|
17684
17656
|
goog.dom.setProperties = function(element, properties) {
|
|
@@ -19347,7 +19319,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19347
19319
|
ee.apiclient = {};
|
|
19348
19320
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19349
19321
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19350
|
-
ee.apiclient.API_CLIENT_VERSION = "1.
|
|
19322
|
+
ee.apiclient.API_CLIENT_VERSION = "1.3.0";
|
|
19351
19323
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19352
19324
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19353
19325
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19645,8 +19617,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19645
19617
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19646
19618
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19647
19619
|
method = method || "POST";
|
|
19648
|
-
var headers = {"Content-Type":contentType}, version = "1.
|
|
19649
|
-
version === "1.
|
|
19620
|
+
var headers = {"Content-Type":contentType}, version = "1.3.0";
|
|
19621
|
+
version === "1.3.0" && (version = "latest");
|
|
19650
19622
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19651
19623
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19652
19624
|
if (authToken != null) {
|
|
@@ -19763,7 +19735,7 @@ module$contents$ee$apiclient_apiclient.handleAuthResult_ = function(success, err
|
|
|
19763
19735
|
if (result.access_token) {
|
|
19764
19736
|
var token = result.token_type + " " + result.access_token;
|
|
19765
19737
|
if (result.expires_in || result.expires_in === 0) {
|
|
19766
|
-
var expiresInMs = result.expires_in *
|
|
19738
|
+
var expiresInMs = result.expires_in * 1E3 * .9, timeout = setTimeout(module$contents$ee$apiclient_apiclient.refreshAuthToken, expiresInMs * .9);
|
|
19767
19739
|
timeout.unref !== void 0 && timeout.unref();
|
|
19768
19740
|
module$contents$ee$apiclient_apiclient.authTokenExpiration_ = Date.now() + expiresInMs;
|
|
19769
19741
|
}
|
|
@@ -27170,28 +27142,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27170
27142
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27171
27143
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27172
27144
|
(function() {
|
|
27173
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27174
|
-
orderedParamLists = [["name", "
|
|
27175
|
-
"
|
|
27176
|
-
|
|
27177
|
-
"collection opt_description
|
|
27178
|
-
"
|
|
27179
|
-
["
|
|
27180
|
-
["
|
|
27181
|
-
"
|
|
27182
|
-
|
|
27183
|
-
|
|
27184
|
-
"
|
|
27185
|
-
["params", "opt_callback"], ["
|
|
27186
|
-
|
|
27187
|
-
module$contents$ee$batch_Export.
|
|
27188
|
-
ee.
|
|
27189
|
-
ee.
|
|
27190
|
-
ee.data.
|
|
27191
|
-
ee.
|
|
27192
|
-
ee.
|
|
27193
|
-
ee.
|
|
27194
|
-
ee.
|
|
27145
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.table.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.image.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toFeatureView ee.Collection.prototype.filterMetadata ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filter ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.data.getMapId ee.data.setAssetAcl ee.data.authenticateViaOauth ee.data.renameAsset ee.data.listAssets ee.data.authenticate ee.data.getTaskList ee.data.setAssetProperties ee.data.getTableDownloadId ee.data.listBuckets ee.data.copyAsset ee.data.getTileUrl ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.deleteAsset ee.data.getAssetRootQuota ee.data.startTableIngestion ee.data.listOperations ee.data.getDownloadId ee.data.makeDownloadUrl ee.data.getAssetAcl ee.data.authenticateViaPopup ee.data.cancelOperation ee.data.getFeatureViewTilesKey ee.data.listImages ee.data.getWorkloadTag ee.data.listFeatures ee.data.getAssetRoots ee.data.getAsset ee.data.authenticateViaPrivateKey ee.data.createAssetHome ee.data.getOperation ee.data.setWorkloadTag ee.data.newTaskId ee.data.computeValue ee.data.getInfo ee.data.createAsset ee.data.getThumbId ee.data.setDefaultWorkloadTag ee.data.cancelTask ee.data.resetWorkloadTag ee.data.getVideoThumbId ee.data.updateAsset ee.data.getTaskStatus ee.data.updateTask ee.data.getFilmstripThumbId ee.data.getList ee.data.startIngestion ee.data.createFolder ee.data.startProcessing ee.data.makeThumbUrl ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.TILE_SIZE ee.call ee.reset ee.initialize ee.Algorithms ee.InitState ee.apply ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getMapId ee.Feature.prototype.getInfo ee.Feature.prototype.getMap ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.Filter.inList ee.Filter.gt ee.Filter.neq ee.Filter.lt ee.Filter.or ee.Filter.lte ee.Filter.gte ee.Filter.prototype.not ee.Filter.metadata ee.Filter.date ee.Filter ee.Filter.eq ee.Filter.bounds ee.Filter.and ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.BBox ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.prototype.toGeoJSONString ee.Geometry.Point ee.Geometry.MultiPolygon ee.Geometry.Polygon ee.Geometry.prototype.serialize ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Geometry ee.Geometry.MultiPoint ee.Geometry.LinearRing ee.Image.prototype.getThumbURL ee.Image.cat ee.Image.prototype.getDownloadURL ee.Image.prototype.select ee.Image.prototype.clip ee.Image.prototype.getThumbId ee.Image.prototype.expression ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image ee.Image.rgb ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection ee.ImageCollection.prototype.linkCollection ee.List ee.Number ee.Serializer.toCloudApiJSON ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.String ee.Terrain".split(" "),
|
|
27146
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "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(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], ["classifier", "opt_description",
|
|
27147
|
+
"opt_assetId", "opt_priority"], "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(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),
|
|
27148
|
+
"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(" "),
|
|
27149
|
+
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices 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(" "), "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(" "),
|
|
27150
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), ["name", "operator", "value"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["geometry"], ["start", "opt_end"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["filter"], ["legacy"], ["callback"], ["func", "var_args"], ["opt_callback"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),
|
|
27151
|
+
["sourceId", "destinationId", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["opt_callback"], ["assetId", "properties", "opt_callback"], ["params", "opt_callback"], ["project", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["id", "x", "y", "z"], ["id"], ["opt_limit", "opt_callback"], ["assetId", "opt_callback"], ["rootId", "opt_callback"], ["taskId", "request", "opt_callback"],
|
|
27152
|
+
["opt_limit", "opt_callback"], ["params", "opt_callback"], ["id"], ["assetId", "opt_callback"], ["opt_success", "opt_error"], ["operationName", "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], [], ["asset", "params", "opt_callback"], ["opt_callback"], ["id", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["requestedId", "opt_callback"], ["operationName", "opt_callback"], ["tag"], ["opt_count", "opt_callback"],
|
|
27153
|
+
["obj", "opt_callback"], ["id", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["params", "opt_callback"], ["tag"], ["taskId", "opt_callback"], ["opt_resetDefault"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "action", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "request", "opt_callback"], ["path", "opt_force", "opt_callback"], ["taskId",
|
|
27154
|
+
"params", "opt_callback"], ["id"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], ["func", "var_args"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], [], ["func", "namedArgs"], ["var_args"], [], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_format",
|
|
27155
|
+
"opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["name", "value"], ["name", "value"], [], ["name", "operator", "value"], ["start", "opt_end"], ["opt_filter"], ["name", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["var_args"], ["namedArgs"],
|
|
27156
|
+
["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic",
|
|
27157
|
+
"opt_maxError"], ["params", "opt_callback"], ["var_args"], ["params", "opt_callback"], ["var_args"], ["geometry"], ["params", "opt_callback"], ["expression", "opt_map"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["var_args"], ["opt_args"], ["r", "g", "b"], [], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["args"], ["imageCollection",
|
|
27158
|
+
"opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["string"], []];
|
|
27159
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage,
|
|
27160
|
+
module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterDate, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filter, ee.ComputedObject.prototype.serialize,
|
|
27161
|
+
ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.getInfo, ee.data.getMapId, ee.data.setAssetAcl, ee.data.authenticateViaOauth, ee.data.renameAsset, ee.data.listAssets, ee.data.authenticate, ee.data.getTaskList, ee.data.setAssetProperties, ee.data.getTableDownloadId, ee.data.listBuckets, ee.data.copyAsset, ee.data.getTileUrl, ee.data.makeTableDownloadUrl, ee.data.getTaskListWithLimit, ee.data.deleteAsset, ee.data.getAssetRootQuota, ee.data.startTableIngestion,
|
|
27162
|
+
ee.data.listOperations, ee.data.getDownloadId, ee.data.makeDownloadUrl, ee.data.getAssetAcl, ee.data.authenticateViaPopup, ee.data.cancelOperation, ee.data.getFeatureViewTilesKey, ee.data.listImages, ee.data.getWorkloadTag, ee.data.listFeatures, ee.data.getAssetRoots, ee.data.getAsset, ee.data.authenticateViaPrivateKey, ee.data.createAssetHome, ee.data.getOperation, ee.data.setWorkloadTag, ee.data.newTaskId, ee.data.computeValue, ee.data.getInfo, ee.data.createAsset, ee.data.getThumbId, ee.data.setDefaultWorkloadTag,
|
|
27163
|
+
ee.data.cancelTask, ee.data.resetWorkloadTag, ee.data.getVideoThumbId, ee.data.updateAsset, ee.data.getTaskStatus, ee.data.updateTask, ee.data.getFilmstripThumbId, ee.data.getList, ee.data.startIngestion, ee.data.createFolder, ee.data.startProcessing, ee.data.makeThumbUrl, ee.Date, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.TILE_SIZE, ee.call, ee.reset, ee.initialize, ee.Algorithms, ee.InitState, ee.apply,
|
|
27164
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getMapId, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMap, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.Filter.inList, ee.Filter.gt, ee.Filter.neq, ee.Filter.lt, ee.Filter.or, ee.Filter.lte, ee.Filter.gte, ee.Filter.prototype.not,
|
|
27165
|
+
ee.Filter.metadata, ee.Filter.date, ee.Filter, ee.Filter.eq, ee.Filter.bounds, ee.Filter.and, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.BBox, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Point, ee.Geometry.MultiPolygon, ee.Geometry.Polygon, ee.Geometry.prototype.serialize, ee.Geometry.MultiLineString, ee.Geometry.prototype.toGeoJSON, ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.LinearRing, ee.Image.prototype.getThumbURL,
|
|
27166
|
+
ee.Image.cat, ee.Image.prototype.getDownloadURL, ee.Image.prototype.select, ee.Image.prototype.clip, ee.Image.prototype.getThumbId, ee.Image.prototype.expression, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.getMap, ee.Image.prototype.rename, ee.Image, ee.Image.rgb, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select,
|
|
27167
|
+
ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection, ee.ImageCollection.prototype.linkCollection, ee.List, ee.Number, ee.Serializer.toCloudApiJSON, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27195
27168
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27196
27169
|
});
|
|
27197
27170
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|