@google/earthengine 0.1.392 → 0.1.393
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 +51 -68
- package/build/ee_api_js.js +572 -572
- package/build/ee_api_js_debug.js +29 -46
- package/build/ee_api_js_npm.js +51 -68
- package/build/main.js +51 -68
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/batch.js +25 -23
- package/src/encodable_batch.js +6 -0
- package/.tmp/BUILD +0 -699
- package/.tmp/METADATA +0 -23
- package/.tmp/VERSION_BUILD +0 -47
package/build/browser.js
CHANGED
|
@@ -1200,7 +1200,7 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1200
1200
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1201
1201
|
};
|
|
1202
1202
|
}, "es8", "es3");
|
|
1203
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__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};
|
|
1203
|
+
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__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};
|
|
1204
1204
|
/*
|
|
1205
1205
|
|
|
1206
1206
|
Copyright The Closure Library Authors.
|
|
@@ -2860,12 +2860,12 @@ module$exports$tslib.__await = function(v) {
|
|
|
2860
2860
|
return this instanceof module$exports$tslib.__await ? (this.v = v, this) : new module$exports$tslib.__await(v);
|
|
2861
2861
|
};
|
|
2862
2862
|
module$exports$tslib.__asyncGenerator = function(thisArg, _arguments, generator) {
|
|
2863
|
-
function verb(n) {
|
|
2863
|
+
function verb(n, f) {
|
|
2864
2864
|
g[n] && (i[n] = function(v) {
|
|
2865
2865
|
return new Promise(function(a, b) {
|
|
2866
2866
|
1 < q.push([n, v, a, b]) || resume(n, v);
|
|
2867
2867
|
});
|
|
2868
|
-
});
|
|
2868
|
+
}, f && (i[n] = f(i[n])));
|
|
2869
2869
|
}
|
|
2870
2870
|
function resume(n, v) {
|
|
2871
2871
|
try {
|
|
@@ -2890,7 +2890,11 @@ module$exports$tslib.__asyncGenerator = function(thisArg, _arguments, generator)
|
|
|
2890
2890
|
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
2891
2891
|
}
|
|
2892
2892
|
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
2893
|
-
return i = {}, verb("next"), verb("throw"), verb("return"
|
|
2893
|
+
return i = {}, verb("next"), verb("throw"), verb("return", function(f) {
|
|
2894
|
+
return function(v) {
|
|
2895
|
+
return Promise.resolve(v).then(f, reject);
|
|
2896
|
+
};
|
|
2897
|
+
}), i[Symbol.asyncIterator] = function() {
|
|
2894
2898
|
return this;
|
|
2895
2899
|
}, i;
|
|
2896
2900
|
};
|
|
@@ -2965,6 +2969,7 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles = !1;
|
|
|
2965
2969
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles = !1;
|
|
2966
2970
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_user_agent_client_hints__enable = !1;
|
|
2967
2971
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable = !1;
|
|
2972
|
+
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__enable = !1;
|
|
2968
2973
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable = !1;
|
|
2969
2974
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable = !1;
|
|
2970
2975
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_staging_flag__disable = !1;
|
|
@@ -2973,6 +2978,7 @@ goog.flags = {};
|
|
|
2973
2978
|
var module$contents$goog$flags_STAGING = goog.readFlagInternalDoNotUseOrElse(1, goog.FLAGS_STAGING_DEFAULT);
|
|
2974
2979
|
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);
|
|
2975
2980
|
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);
|
|
2981
|
+
goog.flags.JSPB_STOP_USING_REPEATED_FIELD_SETS_FROM_GENCODE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__enable : goog.readFlagInternalDoNotUseOrElse(188588736, goog.DEBUG);
|
|
2976
2982
|
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);
|
|
2977
2983
|
goog.flags.TESTONLY_DEBUG_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483645, goog.DEBUG);
|
|
2978
2984
|
goog.flags.TESTONLY_STAGING_FLAG = 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__testonly_staging_flag__disable) : goog.readFlagInternalDoNotUseOrElse(2147483646, module$contents$goog$flags_STAGING);
|
|
@@ -6692,10 +6698,6 @@ goog.html.SafeUrl.fromBlob = function(blob) {
|
|
|
6692
6698
|
var url = goog.html.SafeUrl.isSafeMimeType(blob.type) ? goog.fs.url.createObjectUrl(blob) : goog.html.SafeUrl.INNOCUOUS_STRING;
|
|
6693
6699
|
return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
|
|
6694
6700
|
};
|
|
6695
|
-
goog.html.SafeUrl.revokeObjectUrl = function(safeUrl) {
|
|
6696
|
-
var url = safeUrl.toString();
|
|
6697
|
-
url !== goog.html.SafeUrl.INNOCUOUS_STRING && goog.fs.url.revokeObjectUrl(url);
|
|
6698
|
-
};
|
|
6699
6701
|
goog.html.DATA_URL_PATTERN_ = /^data:(.*);base64,[a-z0-9+\/]+=*$/i;
|
|
6700
6702
|
goog.html.SafeUrl.tryFromDataUrl = function(dataUrl) {
|
|
6701
6703
|
dataUrl = String(dataUrl);
|
|
@@ -6705,26 +6707,6 @@ goog.html.SafeUrl.tryFromDataUrl = function(dataUrl) {
|
|
|
6705
6707
|
goog.html.SafeUrl.fromDataUrl = function(dataUrl) {
|
|
6706
6708
|
return goog.html.SafeUrl.tryFromDataUrl(dataUrl) || goog.html.SafeUrl.INNOCUOUS_URL;
|
|
6707
6709
|
};
|
|
6708
|
-
goog.html.SIP_URL_PATTERN_ = RegExp("^sip[s]?:[+a-z0-9_.!$%&'*\\/=^`{|}~-]+@([a-z0-9-]+\\.)+[a-z0-9]{2,63}$", "i");
|
|
6709
|
-
goog.html.SafeUrl.fromSipUrl = function(sipUrl) {
|
|
6710
|
-
goog.html.SIP_URL_PATTERN_.test(decodeURIComponent(sipUrl)) || (sipUrl = goog.html.SafeUrl.INNOCUOUS_STRING);
|
|
6711
|
-
return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(sipUrl);
|
|
6712
|
-
};
|
|
6713
|
-
goog.html.SafeUrl.sanitizeChromeExtensionUrl = function(url, extensionId) {
|
|
6714
|
-
return goog.html.SafeUrl.sanitizeExtensionUrl_(/^chrome-extension:\/\/([^\/]+)\//, url, extensionId);
|
|
6715
|
-
};
|
|
6716
|
-
goog.html.SafeUrl.sanitizeExtensionUrl_ = function(scheme, url, extensionId) {
|
|
6717
|
-
var matches = scheme.exec(url);
|
|
6718
|
-
if (matches) {
|
|
6719
|
-
var extractedExtensionId = matches[1];
|
|
6720
|
-
-1 == (extensionId instanceof goog.string.Const ? [goog.string.Const.unwrap(extensionId)] : extensionId.map(function unwrap(x) {
|
|
6721
|
-
return goog.string.Const.unwrap(x);
|
|
6722
|
-
})).indexOf(extractedExtensionId) && (url = goog.html.SafeUrl.INNOCUOUS_STRING);
|
|
6723
|
-
} else {
|
|
6724
|
-
url = goog.html.SafeUrl.INNOCUOUS_STRING;
|
|
6725
|
-
}
|
|
6726
|
-
return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
|
|
6727
|
-
};
|
|
6728
6710
|
goog.html.SafeUrl.fromTrustedResourceUrl = function(trustedResourceUrl) {
|
|
6729
6711
|
return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(goog.html.TrustedResourceUrl.unwrap(trustedResourceUrl));
|
|
6730
6712
|
};
|
|
@@ -7303,8 +7285,8 @@ function module$contents$safevalues$internals$url_impl_createUrlInternal(url) {
|
|
|
7303
7285
|
return (0,goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse)(url);
|
|
7304
7286
|
}
|
|
7305
7287
|
module$exports$safevalues$internals$url_impl.createUrlInternal = module$contents$safevalues$internals$url_impl_createUrlInternal;
|
|
7306
|
-
module$exports$safevalues$internals$url_impl.ABOUT_BLANK =
|
|
7307
|
-
module$exports$safevalues$internals$url_impl.INNOCUOUS_URL =
|
|
7288
|
+
module$exports$safevalues$internals$url_impl.ABOUT_BLANK = module$contents$safevalues$internals$url_impl_createUrlInternal("about:blank");
|
|
7289
|
+
module$exports$safevalues$internals$url_impl.INNOCUOUS_URL = module$contents$safevalues$internals$url_impl_createUrlInternal("about:invalid#zClosurez");
|
|
7308
7290
|
function module$contents$safevalues$internals$url_impl_isUrl(value) {
|
|
7309
7291
|
return value instanceof goog.html.SafeUrl;
|
|
7310
7292
|
}
|
|
@@ -7486,10 +7468,11 @@ goog.dom.safe.createImageFromBlob = function(blob) {
|
|
|
7486
7468
|
if (!/^image\/.*/g.test(blob.type)) {
|
|
7487
7469
|
throw Error("goog.dom.safe.createImageFromBlob only accepts MIME type image/.*.");
|
|
7488
7470
|
}
|
|
7489
|
-
var objectUrl = goog.global.URL.createObjectURL(blob), image = new goog.global.Image()
|
|
7490
|
-
image.onload = function() {
|
|
7471
|
+
var objectUrl = goog.global.URL.createObjectURL(blob), image = new goog.global.Image(), revokeFn = function() {
|
|
7491
7472
|
goog.global.URL.revokeObjectURL(objectUrl);
|
|
7492
7473
|
};
|
|
7474
|
+
image.onload = revokeFn;
|
|
7475
|
+
image.onerror = revokeFn;
|
|
7493
7476
|
image.src = objectUrl;
|
|
7494
7477
|
return image;
|
|
7495
7478
|
};
|
|
@@ -17584,7 +17567,7 @@ function module$contents$safevalues$builders$url_builders_sanitizeUrl(url, allow
|
|
|
17584
17567
|
allowedSchemes = void 0 === allowedSchemes ? module$contents$safevalues$builders$url_builders_DEFAULT_SCHEMES : allowedSchemes;
|
|
17585
17568
|
var sanitizedUrl = module$contents$safevalues$builders$url_builders_trySanitizeUrl(url, allowedSchemes);
|
|
17586
17569
|
void 0 === sanitizedUrl && module$contents$safevalues$builders$url_builders_triggerCallbacks(url.toString());
|
|
17587
|
-
return sanitizedUrl ||
|
|
17570
|
+
return sanitizedUrl || module$exports$safevalues$internals$url_impl.INNOCUOUS_URL;
|
|
17588
17571
|
}
|
|
17589
17572
|
module$exports$safevalues$builders$url_builders.sanitizeUrl = module$contents$safevalues$builders$url_builders_sanitizeUrl;
|
|
17590
17573
|
function module$contents$safevalues$builders$url_builders_objectUrlFromSafeSource(source) {
|
|
@@ -17993,18 +17976,18 @@ module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanit
|
|
|
17993
17976
|
})}]];
|
|
17994
17977
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.defaultSanitizerTable = new module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.SanitizerTable(new Set(module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ALLOWED_ELEMENTS), new Map(module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ELEMENT_POLICIES),
|
|
17995
17978
|
new Set(module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ALLOWED_GLOBAL_ATTRIBUTES), new Map(module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_GLOBAL_ATTRIBUTE_POLICIES));
|
|
17996
|
-
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.lenientSanitizerTable = new module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.SanitizerTable(new Set(module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ALLOWED_ELEMENTS), new Map(module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ELEMENT_POLICIES),
|
|
17979
|
+
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.lenientSanitizerTable = new module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.SanitizerTable(new Set(module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ALLOWED_ELEMENTS.concat(["BUTTON"])), new Map(module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ELEMENT_POLICIES),
|
|
17997
17980
|
new Set(module$contents$safevalues$internals$pure_pure(function() {
|
|
17998
|
-
return module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ALLOWED_GLOBAL_ATTRIBUTES.concat(["class", "id"]);
|
|
17981
|
+
return module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ALLOWED_GLOBAL_ATTRIBUTES.concat(["class", "id", "name"]);
|
|
17999
17982
|
})), new Map(module$contents$safevalues$internals$pure_pure(function() {
|
|
18000
|
-
return module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_GLOBAL_ATTRIBUTE_POLICIES.concat([["style", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.
|
|
17983
|
+
return module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_GLOBAL_ATTRIBUTE_POLICIES.concat([["style", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP}]]);
|
|
18001
17984
|
})));
|
|
18002
17985
|
module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table.superLenientSanitizerTable = new module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.SanitizerTable(new Set(module$contents$safevalues$internals$pure_pure(function() {
|
|
18003
17986
|
return module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ALLOWED_ELEMENTS.concat("STYLE TITLE INPUT TEXTAREA BUTTON LABEL".split(" "));
|
|
18004
17987
|
})), new Map(module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ELEMENT_POLICIES), new Set(module$contents$safevalues$internals$pure_pure(function() {
|
|
18005
17988
|
return module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_ALLOWED_GLOBAL_ATTRIBUTES.concat(["class", "id", "tabindex", "contenteditable", "name"]);
|
|
18006
17989
|
})), new Map(module$contents$safevalues$internals$pure_pure(function() {
|
|
18007
|
-
return module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_GLOBAL_ATTRIBUTE_POLICIES.concat([["style", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.
|
|
17990
|
+
return module$contents$safevalues$builders$html_sanitizer$sanitizer_table$default_sanitizer_table_GLOBAL_ATTRIBUTE_POLICIES.concat([["style", {policyAction:module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP}]]);
|
|
18008
17991
|
})), new Set(["data-", "aria-"]));
|
|
18009
17992
|
var module$exports$safevalues$builders$html_sanitizer$html_sanitizer = {}, module$contents$safevalues$builders$html_sanitizer$html_sanitizer_module = module$contents$safevalues$builders$html_sanitizer$html_sanitizer_module || {id:"third_party/javascript/safevalues/builders/html_sanitizer/html_sanitizer.closure.js"};
|
|
18010
17993
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizer = function() {
|
|
@@ -18550,8 +18533,8 @@ module$exports$safevalues$index.unwrapStyle = module$contents$safevalues$interna
|
|
|
18550
18533
|
module$exports$safevalues$index.isStyleSheet = module$contents$safevalues$internals$style_sheet_impl_isStyleSheet;
|
|
18551
18534
|
module$exports$safevalues$index.SafeStyleSheet = module$contents$goog$html$SafeStyleSheet_SafeStyleSheet;
|
|
18552
18535
|
module$exports$safevalues$index.unwrapStyleSheet = module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet;
|
|
18553
|
-
module$exports$safevalues$index.ABOUT_BLANK =
|
|
18554
|
-
module$exports$safevalues$index.INNOCUOUS_URL =
|
|
18536
|
+
module$exports$safevalues$index.ABOUT_BLANK = module$exports$safevalues$internals$url_impl.ABOUT_BLANK;
|
|
18537
|
+
module$exports$safevalues$index.INNOCUOUS_URL = module$exports$safevalues$internals$url_impl.INNOCUOUS_URL;
|
|
18555
18538
|
module$exports$safevalues$index.isUrl = module$contents$safevalues$internals$url_impl_isUrl;
|
|
18556
18539
|
module$exports$safevalues$index.SafeUrl = goog.html.SafeUrl;
|
|
18557
18540
|
module$exports$safevalues$index.unwrapUrl = module$contents$safevalues$internals$url_impl_unwrapUrl;
|
|
@@ -18619,8 +18602,8 @@ safevalues.unwrapStyle = module$contents$safevalues$internals$style_impl_unwrapS
|
|
|
18619
18602
|
safevalues.isStyleSheet = module$contents$safevalues$internals$style_sheet_impl_isStyleSheet;
|
|
18620
18603
|
safevalues.SafeStyleSheet = module$contents$goog$html$SafeStyleSheet_SafeStyleSheet;
|
|
18621
18604
|
safevalues.unwrapStyleSheet = module$contents$safevalues$internals$style_sheet_impl_unwrapStyleSheet;
|
|
18622
|
-
safevalues.ABOUT_BLANK =
|
|
18623
|
-
safevalues.INNOCUOUS_URL =
|
|
18605
|
+
safevalues.ABOUT_BLANK = module$exports$safevalues$internals$url_impl.ABOUT_BLANK;
|
|
18606
|
+
safevalues.INNOCUOUS_URL = module$exports$safevalues$internals$url_impl.INNOCUOUS_URL;
|
|
18624
18607
|
safevalues.isUrl = module$contents$safevalues$internals$url_impl_isUrl;
|
|
18625
18608
|
safevalues.SafeUrl = goog.html.SafeUrl;
|
|
18626
18609
|
safevalues.unwrapUrl = module$contents$safevalues$internals$url_impl_unwrapUrl;
|
|
@@ -18633,7 +18616,7 @@ var $jscomp$templatelit$294235699$96 = $jscomp.createTemplateTagFirstArg(["https
|
|
|
18633
18616
|
ee.apiclient = {};
|
|
18634
18617
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18635
18618
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18636
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
18619
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.393";
|
|
18637
18620
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18638
18621
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18639
18622
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -18923,8 +18906,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
18923
18906
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
18924
18907
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
18925
18908
|
method = method || "POST";
|
|
18926
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
18927
|
-
"0.1.
|
|
18909
|
+
var headers = {"Content-Type":contentType}, version = "0.1.393";
|
|
18910
|
+
"0.1.393" === version && (version = "latest");
|
|
18928
18911
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
18929
18912
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
18930
18913
|
if (null != authToken) {
|
|
@@ -25542,7 +25525,7 @@ ee.layers.ImageTile.prototype.finishLoad = function() {
|
|
|
25542
25525
|
try {
|
|
25543
25526
|
var safeUrl = module$contents$safevalues$builders$url_builders_objectUrlFromSafeSource(this.sourceData);
|
|
25544
25527
|
this.objectUrl_ = module$contents$safevalues$internals$url_impl_unwrapUrl(safeUrl);
|
|
25545
|
-
var imageUrl = this.objectUrl_ !==
|
|
25528
|
+
var imageUrl = this.objectUrl_ !== module$exports$safevalues$internals$url_impl.INNOCUOUS_URL.toString() ? this.objectUrl_ : this.sourceUrl;
|
|
25546
25529
|
} catch (e) {
|
|
25547
25530
|
imageUrl = this.sourceUrl;
|
|
25548
25531
|
}
|
|
@@ -26200,7 +26183,7 @@ ee.MapTileManager.Request_.prototype.start_ = function() {
|
|
|
26200
26183
|
if (200 <= xhrIo.getStatus() && 300 > xhrIo.getStatus()) {
|
|
26201
26184
|
try {
|
|
26202
26185
|
var objectUrl = module$contents$safevalues$internals$url_impl_unwrapUrl(module$contents$safevalues$builders$url_builders_objectUrlFromSafeSource(xhrIo.getResponse()));
|
|
26203
|
-
var ok = objectUrl !==
|
|
26186
|
+
var ok = objectUrl !== module$exports$safevalues$internals$url_impl.INNOCUOUS_URL.toString();
|
|
26204
26187
|
} catch (e) {
|
|
26205
26188
|
}
|
|
26206
26189
|
}
|
|
@@ -26476,29 +26459,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26476
26459
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26477
26460
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26478
26461
|
(function() {
|
|
26479
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26480
|
-
orderedParamLists = [["name", "
|
|
26481
|
-
["classifier", "opt_description", "opt_assetId", "opt_priority"], "image opt_description
|
|
26462
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset 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.Collection.prototype.filter ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.data.deleteAsset ee.data.authenticate ee.data.getTileUrl ee.data.makeTableDownloadUrl ee.data.startTableIngestion ee.data.getWorkloadTag ee.data.getTaskListWithLimit ee.data.listOperations ee.data.getAssetAcl ee.data.listImages ee.data.getDownloadId ee.data.cancelOperation ee.data.getAssetRoots ee.data.authenticateViaPopup ee.data.getFeatureViewTilesKey ee.data.makeDownloadUrl ee.data.setWorkloadTag ee.data.getAsset ee.data.listFeatures ee.data.createAssetHome ee.data.setDefaultWorkloadTag ee.data.getInfo ee.data.getOperation ee.data.authenticateViaPrivateKey ee.data.createAsset ee.data.resetWorkloadTag ee.data.newTaskId ee.data.computeValue ee.data.cancelTask ee.data.updateAsset ee.data.getThumbId ee.data.getVideoThumbId ee.data.createFolder ee.data.setAssetAcl ee.data.updateTask ee.data.getTaskStatus ee.data.startIngestion ee.data.getList ee.data.getFilmstripThumbId ee.data.startProcessing ee.data.listBuckets ee.data.renameAsset ee.data.makeThumbUrl ee.data.setAssetProperties ee.data.listAssets ee.data.authenticateViaOauth ee.data.copyAsset ee.data.getMapId ee.data.getTableDownloadId ee.data.getTaskList ee.data.getAssetRootQuota ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Dictionary ee.apply ee.TILE_SIZE ee.initialize ee.reset ee.call ee.Algorithms ee.InitState ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMapId ee.Filter.lt ee.Filter.prototype.not ee.Filter.neq ee.Filter.lte ee.Filter.gte ee.Filter.metadata ee.Filter.date ee.Filter.bounds ee.Filter ee.Filter.eq ee.Filter.and ee.Filter.or ee.Filter.inList ee.Filter.gt ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Point ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSONString ee.Geometry.LineString ee.Geometry.LinearRing ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry.Rectangle ee.Geometry.prototype.serialize ee.Geometry ee.Geometry.MultiPolygon ee.Image.prototype.getThumbId ee.Image.prototype.expression ee.Image.prototype.clip ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image.prototype.getThumbURL ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.cat ee.Image.prototype.select ee.Image ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.first ee.ImageCollection ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
|
|
26463
|
+
orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], "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(" "),
|
|
26464
|
+
["classifier", "opt_description", "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_assetId", "opt_maxVertices", "opt_priority"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
26465
|
+
"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(" "),
|
|
26482
26466
|
"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(" "),
|
|
26483
|
-
"
|
|
26484
|
-
|
|
26485
|
-
"
|
|
26486
|
-
"opt_callback"], ["taskId", "
|
|
26487
|
-
"
|
|
26488
|
-
|
|
26489
|
-
|
|
26490
|
-
|
|
26491
|
-
|
|
26492
|
-
[
|
|
26493
|
-
|
|
26494
|
-
|
|
26495
|
-
ee.
|
|
26496
|
-
ee.data.
|
|
26497
|
-
ee.
|
|
26498
|
-
ee.
|
|
26499
|
-
ee.
|
|
26500
|
-
ee.
|
|
26501
|
-
ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getVideoThumbURL, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.encodeCloudApi, ee.Serializer.toJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toReadableJSON, ee.Serializer.toCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26467
|
+
["filter"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["name", "operator", "value"], ["geometry"], ["start", "opt_end"], ["legacy"], ["callback"], ["func", "var_args"], ["opt_callback"], ["assetId", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id", "x", "y", "z"], ["id"], ["taskId", "request", "opt_callback"], [], ["opt_limit", "opt_callback"], ["opt_limit",
|
|
26468
|
+
"opt_callback"], ["assetId", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"], ["id"], ["tag"], ["id", "opt_callback"], ["asset", "params", "opt_callback"], ["requestedId", "opt_callback"], ["tag"], ["id", "opt_callback"], ["operationName", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["value",
|
|
26469
|
+
"opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_resetDefault"], ["opt_count", "opt_callback"], ["obj", "opt_callback"], ["taskId", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["taskId", "action", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["params",
|
|
26470
|
+
"opt_callback"], ["taskId", "params", "opt_callback"], ["project", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["id"], ["assetId", "properties", "opt_callback"], ["parent", "opt_params", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], ["date",
|
|
26471
|
+
"opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func", "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"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename",
|
|
26472
|
+
"opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["name", "value"], [], ["name", "value"], ["name", "value"], ["name", "value"], ["name", "operator", "value"], ["start", "opt_end"], ["geometry", "opt_errorMargin"], ["opt_filter"], ["name", "value"], ["var_args"], ["var_args"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["coords", "opt_proj",
|
|
26473
|
+
"opt_geodesic", "opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["legacy"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["params", "opt_callback"],
|
|
26474
|
+
["expression", "opt_map"], ["geometry"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["r", "g", "b"], ["var_args"], ["var_args"], ["opt_args"], ["params", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], [], ["args"], ["opt_callback"],
|
|
26475
|
+
["selectors", "opt_names"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
26476
|
+
[ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.map.toCloudStorage,
|
|
26477
|
+
module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toCloudStorage, ee.Collection.prototype.filter, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterDate, ee.ComputedObject.prototype.serialize,
|
|
26478
|
+
ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.getInfo, ee.data.deleteAsset, ee.data.authenticate, ee.data.getTileUrl, ee.data.makeTableDownloadUrl, ee.data.startTableIngestion, ee.data.getWorkloadTag, ee.data.getTaskListWithLimit, ee.data.listOperations, ee.data.getAssetAcl, ee.data.listImages, ee.data.getDownloadId, ee.data.cancelOperation, ee.data.getAssetRoots, ee.data.authenticateViaPopup, ee.data.getFeatureViewTilesKey, ee.data.makeDownloadUrl,
|
|
26479
|
+
ee.data.setWorkloadTag, ee.data.getAsset, ee.data.listFeatures, ee.data.createAssetHome, ee.data.setDefaultWorkloadTag, ee.data.getInfo, ee.data.getOperation, ee.data.authenticateViaPrivateKey, ee.data.createAsset, ee.data.resetWorkloadTag, ee.data.newTaskId, ee.data.computeValue, ee.data.cancelTask, ee.data.updateAsset, ee.data.getThumbId, ee.data.getVideoThumbId, ee.data.createFolder, ee.data.setAssetAcl, ee.data.updateTask, ee.data.getTaskStatus, ee.data.startIngestion, ee.data.getList, ee.data.getFilmstripThumbId,
|
|
26480
|
+
ee.data.startProcessing, ee.data.listBuckets, ee.data.renameAsset, ee.data.makeThumbUrl, ee.data.setAssetProperties, ee.data.listAssets, ee.data.authenticateViaOauth, ee.data.copyAsset, ee.data.getMapId, ee.data.getTableDownloadId, ee.data.getTaskList, ee.data.getAssetRootQuota, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Dictionary, ee.apply, ee.TILE_SIZE, ee.initialize, ee.reset, ee.call, ee.Algorithms, ee.InitState,
|
|
26481
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMapId, ee.Filter.lt, ee.Filter.prototype.not, ee.Filter.neq, ee.Filter.lte, ee.Filter.gte, ee.Filter.metadata, ee.Filter.date,
|
|
26482
|
+
ee.Filter.bounds, ee.Filter, ee.Filter.eq, ee.Filter.and, ee.Filter.or, ee.Filter.inList, ee.Filter.gt, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.Point, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.MultiLineString, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.LineString, ee.Geometry.LinearRing, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry.Rectangle, ee.Geometry.prototype.serialize, ee.Geometry, ee.Geometry.MultiPolygon, ee.Image.prototype.getThumbId,
|
|
26483
|
+
ee.Image.prototype.expression, ee.Image.prototype.clip, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.getMap, ee.Image.prototype.rename, ee.Image.prototype.getThumbURL, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.cat, ee.Image.prototype.select, ee.Image, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMapId,
|
|
26484
|
+
ee.ImageCollection.prototype.first, ee.ImageCollection, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.List, ee.Number, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26502
26485
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26503
26486
|
});
|
|
26504
26487
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|