@google/earthengine 1.4.2 → 1.4.3
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 +32 -61
- package/build/ee_api_js.js +16 -16
- package/build/ee_api_js_debug.js +9 -39
- package/build/ee_api_js_npm.js +32 -61
- package/build/main.js +32 -61
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
package/build/ee_api_js_npm.js
CHANGED
|
@@ -3211,9 +3211,6 @@ module$exports$safevalues$dom$elements$element.setOuterHtml = function(e, v) {
|
|
|
3211
3211
|
parent !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(parent);
|
|
3212
3212
|
e.outerHTML = (0,module$exports$safevalues$internals$html_impl.unwrapHtml)(v);
|
|
3213
3213
|
};
|
|
3214
|
-
module$exports$safevalues$dom$elements$element.setCssText = function(e, v) {
|
|
3215
|
-
e.style.cssText = v;
|
|
3216
|
-
};
|
|
3217
3214
|
module$exports$safevalues$dom$elements$element.insertAdjacentHtml = function(element, position, v) {
|
|
3218
3215
|
var tagContext = position === "beforebegin" || position === "afterend" ? element.parentElement : element;
|
|
3219
3216
|
tagContext !== null && module$contents$safevalues$dom$elements$element_throwIfScriptOrStyle(tagContext);
|
|
@@ -4813,7 +4810,6 @@ module$exports$safevalues$dom$index.safeAnchorEl = module$exports$safevalues$dom
|
|
|
4813
4810
|
module$exports$safevalues$dom$index.safeButtonEl = module$exports$safevalues$dom$elements$button;
|
|
4814
4811
|
module$exports$safevalues$dom$index.safeElement = module$exports$safevalues$dom$elements$element;
|
|
4815
4812
|
module$exports$safevalues$dom$index.safeFormEl = module$exports$safevalues$dom$elements$form;
|
|
4816
|
-
module$exports$safevalues$dom$index.safeIframeEl = module$exports$safevalues$dom$elements$iframe;
|
|
4817
4813
|
module$exports$safevalues$dom$index.safeInputEl = module$exports$safevalues$dom$elements$input;
|
|
4818
4814
|
module$exports$safevalues$dom$index.safeLinkEl = module$exports$safevalues$dom$elements$link;
|
|
4819
4815
|
module$exports$safevalues$dom$index.safeScriptEl = module$exports$safevalues$dom$elements$script;
|
|
@@ -4823,6 +4819,8 @@ module$exports$safevalues$dom$index.safeLocation = module$exports$safevalues$dom
|
|
|
4823
4819
|
module$exports$safevalues$dom$index.safeUrl = module$exports$safevalues$dom$globals$url;
|
|
4824
4820
|
module$exports$safevalues$dom$index.safeWindow = module$exports$safevalues$dom$globals$window;
|
|
4825
4821
|
module$exports$safevalues$dom$index.safeWorker = module$exports$safevalues$dom$globals$worker;
|
|
4822
|
+
module$exports$safevalues$dom$index.safeIframeEl = {setSrc:module$exports$safevalues$dom$elements$iframe.setSrc, setSrcdoc:module$exports$safevalues$dom$elements$iframe.setSrcdoc, Intent:module$exports$safevalues$dom$elements$iframe.Intent, TypeCannotBeUsedWithIntentError:module$exports$safevalues$dom$elements$iframe.TypeCannotBeUsedWithIntentError,
|
|
4823
|
+
setSrcWithIntent:module$exports$safevalues$dom$elements$iframe.setSrcWithIntent, setSrcdocWithIntent:module$exports$safevalues$dom$elements$iframe.setSrcdocWithIntent};
|
|
4826
4824
|
module$exports$safevalues$dom$index.setAnchorHref = module$exports$safevalues$dom$elements$anchor.setHref;
|
|
4827
4825
|
module$exports$safevalues$dom$index.setAnchorHrefLite = module$exports$safevalues$dom$elements$anchor.setHrefLite;
|
|
4828
4826
|
module$exports$safevalues$dom$index.setAreaHref = module$contents$safevalues$dom$elements$area_setHref;
|
|
@@ -4830,7 +4828,6 @@ module$exports$safevalues$dom$index.setBaseHref = module$contents$safevalues$dom
|
|
|
4830
4828
|
module$exports$safevalues$dom$index.setButtonFormaction = module$exports$safevalues$dom$elements$button.setFormaction;
|
|
4831
4829
|
module$exports$safevalues$dom$index.buildPrefixedAttributeSetter = module$exports$safevalues$dom$elements$element.buildPrefixedAttributeSetter;
|
|
4832
4830
|
module$exports$safevalues$dom$index.elementInsertAdjacentHtml = module$exports$safevalues$dom$elements$element.insertAdjacentHtml;
|
|
4833
|
-
module$exports$safevalues$dom$index.setElementCssText = module$exports$safevalues$dom$elements$element.setCssText;
|
|
4834
4831
|
module$exports$safevalues$dom$index.setElementInnerHtml = module$exports$safevalues$dom$elements$element.setInnerHtml;
|
|
4835
4832
|
module$exports$safevalues$dom$index.setElementOuterHtml = module$exports$safevalues$dom$elements$element.setOuterHtml;
|
|
4836
4833
|
module$exports$safevalues$dom$index.setElementPrefixedAttribute = module$exports$safevalues$dom$elements$element.setPrefixedAttribute;
|
|
@@ -4877,7 +4874,6 @@ safevalues.dom.safeAnchorEl = module$exports$safevalues$dom$elements$anchor;
|
|
|
4877
4874
|
safevalues.dom.safeButtonEl = module$exports$safevalues$dom$elements$button;
|
|
4878
4875
|
safevalues.dom.safeElement = module$exports$safevalues$dom$elements$element;
|
|
4879
4876
|
safevalues.dom.safeFormEl = module$exports$safevalues$dom$elements$form;
|
|
4880
|
-
safevalues.dom.safeIframeEl = module$exports$safevalues$dom$elements$iframe;
|
|
4881
4877
|
safevalues.dom.safeInputEl = module$exports$safevalues$dom$elements$input;
|
|
4882
4878
|
safevalues.dom.safeLinkEl = module$exports$safevalues$dom$elements$link;
|
|
4883
4879
|
safevalues.dom.safeScriptEl = module$exports$safevalues$dom$elements$script;
|
|
@@ -4887,6 +4883,7 @@ safevalues.dom.safeLocation = module$exports$safevalues$dom$globals$location;
|
|
|
4887
4883
|
safevalues.dom.safeUrl = module$exports$safevalues$dom$globals$url;
|
|
4888
4884
|
safevalues.dom.safeWindow = module$exports$safevalues$dom$globals$window;
|
|
4889
4885
|
safevalues.dom.safeWorker = module$exports$safevalues$dom$globals$worker;
|
|
4886
|
+
safevalues.dom.safeIframeEl = module$exports$safevalues$dom$index.safeIframeEl;
|
|
4890
4887
|
safevalues.dom.setAnchorHref = module$exports$safevalues$dom$index.setAnchorHref;
|
|
4891
4888
|
safevalues.dom.setAnchorHrefLite = module$exports$safevalues$dom$index.setAnchorHrefLite;
|
|
4892
4889
|
safevalues.dom.setAreaHref = module$contents$safevalues$dom$elements$area_setHref;
|
|
@@ -4894,7 +4891,6 @@ safevalues.dom.setBaseHref = module$contents$safevalues$dom$elements$base_setHre
|
|
|
4894
4891
|
safevalues.dom.setButtonFormaction = module$exports$safevalues$dom$index.setButtonFormaction;
|
|
4895
4892
|
safevalues.dom.buildPrefixedAttributeSetter = module$exports$safevalues$dom$index.buildPrefixedAttributeSetter;
|
|
4896
4893
|
safevalues.dom.elementInsertAdjacentHtml = module$exports$safevalues$dom$index.elementInsertAdjacentHtml;
|
|
4897
|
-
safevalues.dom.setElementCssText = module$exports$safevalues$dom$index.setElementCssText;
|
|
4898
4894
|
safevalues.dom.setElementInnerHtml = module$exports$safevalues$dom$index.setElementInnerHtml;
|
|
4899
4895
|
safevalues.dom.setElementOuterHtml = module$exports$safevalues$dom$index.setElementOuterHtml;
|
|
4900
4896
|
safevalues.dom.setElementPrefixedAttribute = module$exports$safevalues$dom$index.setElementPrefixedAttribute;
|
|
@@ -9216,8 +9212,8 @@ module$exports$eeapiclient$ee_api_client.PixelDataTypePrecisionEnum = {DOUBLE:"D
|
|
|
9216
9212
|
}};
|
|
9217
9213
|
module$exports$eeapiclient$ee_api_client.IProjectConfigRegistrationStateEnum = function() {
|
|
9218
9214
|
};
|
|
9219
|
-
module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum = {NOT_REGISTERED:"NOT_REGISTERED",
|
|
9220
|
-
return [module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTRATION_STATE_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.NOT_REGISTERED, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.
|
|
9215
|
+
module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum = {NOT_REGISTERED:"NOT_REGISTERED", REGISTERED_COMMERCIALLY:"REGISTERED_COMMERCIALLY", REGISTERED_NOT_COMMERCIALLY:"REGISTERED_NOT_COMMERCIALLY", REGISTRATION_STATE_UNSPECIFIED:"REGISTRATION_STATE_UNSPECIFIED", values:function() {
|
|
9216
|
+
return [module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTRATION_STATE_UNSPECIFIED, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.NOT_REGISTERED, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTERED_COMMERCIALLY, module$exports$eeapiclient$ee_api_client.ProjectConfigRegistrationStateEnum.REGISTERED_NOT_COMMERCIALLY];
|
|
9221
9217
|
}};
|
|
9222
9218
|
module$exports$eeapiclient$ee_api_client.IProjectRegistrationBillingConsentEnum = function() {
|
|
9223
9219
|
};
|
|
@@ -17351,30 +17347,7 @@ function module$contents$safevalues$builders$script_builders_safeScriptWithArgs(
|
|
|
17351
17347
|
};
|
|
17352
17348
|
}
|
|
17353
17349
|
module$exports$safevalues$builders$script_builders.safeScriptWithArgs = module$contents$safevalues$builders$script_builders_safeScriptWithArgs;
|
|
17354
|
-
var module$contents$safevalues$
|
|
17355
|
-
function module$contents$safevalues$builders$style_builders_safeStyle(templateObj) {
|
|
17356
|
-
var rest = $jscomp.getRestArguments.apply(1, arguments);
|
|
17357
|
-
goog.DEBUG && module$contents$safevalues$internals$string_literal_assertIsTemplateObject(templateObj, rest.length);
|
|
17358
|
-
for (var stringifiedStyle = templateObj[0], i = 0; i < templateObj.length - 1; i++) {
|
|
17359
|
-
stringifiedStyle += String(rest[i]) + templateObj[i + 1];
|
|
17360
|
-
}
|
|
17361
|
-
if (/[<>]/.test(stringifiedStyle)) {
|
|
17362
|
-
throw Error("Forbidden characters in style string: " + stringifiedStyle);
|
|
17363
|
-
}
|
|
17364
|
-
if (goog.DEBUG) {
|
|
17365
|
-
if (stringifiedStyle.length === 0) {
|
|
17366
|
-
return module$contents$safevalues$internals$style_impl_createStyleInternal(stringifiedStyle);
|
|
17367
|
-
}
|
|
17368
|
-
if (!/;$/.test(stringifiedStyle)) {
|
|
17369
|
-
throw Error('Style string does not end with ";": ' + stringifiedStyle);
|
|
17370
|
-
}
|
|
17371
|
-
if (!/:/.test(stringifiedStyle)) {
|
|
17372
|
-
throw Error('Style string should contain one or more ":": ' + stringifiedStyle);
|
|
17373
|
-
}
|
|
17374
|
-
}
|
|
17375
|
-
return module$contents$safevalues$internals$style_impl_createStyleInternal(stringifiedStyle);
|
|
17376
|
-
}
|
|
17377
|
-
;var module$exports$safevalues$reporting$reporting = {}, module$contents$safevalues$reporting$reporting_module = module$contents$safevalues$reporting$reporting_module || {id:"third_party/javascript/safevalues/reporting/reporting.closure.js"}, module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_SAMPLING_RATE = {0:1, 1:1}, module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_HEARTBEAT_RATE =
|
|
17350
|
+
var module$exports$safevalues$reporting$reporting = {}, module$contents$safevalues$reporting$reporting_module = module$contents$safevalues$reporting$reporting_module || {id:"third_party/javascript/safevalues/reporting/reporting.closure.js"}, module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_SAMPLING_RATE = {0:1, 1:1}, module$contents$safevalues$reporting$reporting_REPORTING_ID_PREFIX_TO_HEARTBEAT_RATE =
|
|
17378
17351
|
{0:.1, 1:.1};
|
|
17379
17352
|
module$exports$safevalues$reporting$reporting.ReportingOptions = function() {
|
|
17380
17353
|
};
|
|
@@ -17474,7 +17447,6 @@ module$exports$safevalues$index.concatScripts = module$contents$safevalues$build
|
|
|
17474
17447
|
module$exports$safevalues$index.safeScript = module$contents$safevalues$builders$script_builders_safeScript;
|
|
17475
17448
|
module$exports$safevalues$index.safeScriptWithArgs = module$contents$safevalues$builders$script_builders_safeScriptWithArgs;
|
|
17476
17449
|
module$exports$safevalues$index.valueAsScript = module$contents$safevalues$builders$script_builders_valueAsScript;
|
|
17477
|
-
module$exports$safevalues$index.safeStyle = module$contents$safevalues$builders$style_builders_safeStyle;
|
|
17478
17450
|
module$exports$safevalues$index.concatStyleSheets = module$contents$safevalues$builders$style_sheet_builders_concatStyleSheets;
|
|
17479
17451
|
module$exports$safevalues$index.safeStyleRule = module$contents$safevalues$builders$style_sheet_builders_safeStyleRule;
|
|
17480
17452
|
module$exports$safevalues$index.safeStyleSheet = module$contents$safevalues$builders$style_sheet_builders_safeStyleSheet;
|
|
@@ -17548,7 +17520,6 @@ safevalues.concatScripts = module$contents$safevalues$builders$script_builders_c
|
|
|
17548
17520
|
safevalues.safeScript = module$contents$safevalues$builders$script_builders_safeScript;
|
|
17549
17521
|
safevalues.safeScriptWithArgs = module$contents$safevalues$builders$script_builders_safeScriptWithArgs;
|
|
17550
17522
|
safevalues.valueAsScript = module$contents$safevalues$builders$script_builders_valueAsScript;
|
|
17551
|
-
safevalues.safeStyle = module$contents$safevalues$builders$style_builders_safeStyle;
|
|
17552
17523
|
safevalues.concatStyleSheets = module$contents$safevalues$builders$style_sheet_builders_concatStyleSheets;
|
|
17553
17524
|
safevalues.safeStyleRule = module$contents$safevalues$builders$style_sheet_builders_safeStyleRule;
|
|
17554
17525
|
safevalues.safeStyleSheet = module$contents$safevalues$builders$style_sheet_builders_safeStyleSheet;
|
|
@@ -18615,7 +18586,6 @@ goog.async.Deferred.assertNoErrors = function() {
|
|
|
18615
18586
|
};
|
|
18616
18587
|
goog.net = {};
|
|
18617
18588
|
goog.net.jsloader = {};
|
|
18618
|
-
goog.net.jsloader.Options = {};
|
|
18619
18589
|
goog.net.jsloader.GLOBAL_VERIFY_OBJS_ = "closure_verification";
|
|
18620
18590
|
goog.net.jsloader.DEFAULT_TIMEOUT = 5E3;
|
|
18621
18591
|
goog.net.jsloader.scriptsToLoad_ = [];
|
|
@@ -19268,7 +19238,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19268
19238
|
ee.apiclient = {};
|
|
19269
19239
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19270
19240
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19271
|
-
ee.apiclient.API_CLIENT_VERSION = "1.4.
|
|
19241
|
+
ee.apiclient.API_CLIENT_VERSION = "1.4.3";
|
|
19272
19242
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19273
19243
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19274
19244
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19566,8 +19536,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19566
19536
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19567
19537
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19568
19538
|
method = method || "POST";
|
|
19569
|
-
var headers = {"Content-Type":contentType}, version = "1.4.
|
|
19570
|
-
version === "1.4.
|
|
19539
|
+
var headers = {"Content-Type":contentType}, version = "1.4.3";
|
|
19540
|
+
version === "1.4.3" && (version = "latest");
|
|
19571
19541
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19572
19542
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19573
19543
|
if (authToken != null) {
|
|
@@ -27089,28 +27059,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27089
27059
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27090
27060
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27091
27061
|
(function() {
|
|
27092
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.
|
|
27093
|
-
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "collection opt_description
|
|
27094
|
-
"
|
|
27095
|
-
"collection opt_description
|
|
27096
|
-
"collection opt_description
|
|
27097
|
-
"
|
|
27098
|
-
["
|
|
27099
|
-
["
|
|
27100
|
-
["
|
|
27101
|
-
[
|
|
27102
|
-
|
|
27103
|
-
|
|
27104
|
-
"
|
|
27105
|
-
|
|
27106
|
-
module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, ee.
|
|
27107
|
-
ee.
|
|
27108
|
-
ee.
|
|
27109
|
-
ee.data.
|
|
27110
|
-
ee.
|
|
27111
|
-
ee.
|
|
27112
|
-
ee.
|
|
27113
|
-
ee.
|
|
27062
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.Collection.prototype.limit ee.Collection.prototype.filterMetadata ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.authenticateViaOauth ee.data.makeThumbUrl ee.data.listAssets ee.data.renameAsset ee.data.getMapId ee.data.listBuckets ee.data.setAssetProperties ee.data.getTaskList ee.data.copyAsset ee.data.authenticate ee.data.deleteAsset ee.data.getTileUrl ee.data.getTableDownloadId ee.data.makeTableDownloadUrl ee.data.startTableIngestion ee.data.getAssetRootQuota ee.data.getTaskListWithLimit ee.data.listOperations ee.data.getWorkloadTag ee.data.listImages ee.data.getDownloadId ee.data.getAssetAcl ee.data.authenticateViaPopup ee.data.cancelOperation ee.data.makeDownloadUrl ee.data.getFeatureViewTilesKey ee.data.listFeatures ee.data.getAsset ee.data.getAssetRoots ee.data.setWorkloadTag ee.data.createAssetHome ee.data.authenticateViaPrivateKey ee.data.getOperation ee.data.getInfo ee.data.createAsset ee.data.newTaskId ee.data.computeValue ee.data.setDefaultWorkloadTag ee.data.resetWorkloadTag ee.data.getThumbId ee.data.cancelTask ee.data.getVideoThumbId ee.data.updateAsset ee.data.getList ee.data.getTaskStatus ee.data.startIngestion ee.data.updateTask ee.data.createFolder ee.data.getFilmstripThumbId ee.data.startProcessing ee.data.setAssetAcl ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Dictionary ee.TILE_SIZE ee.call ee.reset ee.initialize ee.Algorithms ee.apply 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.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getMapId ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.bounds ee.Filter.metadata ee.Filter.and ee.Filter.lt ee.Filter.gt ee.Filter.neq ee.Filter.inList ee.Filter.or ee.Filter.gte ee.Filter.lte ee.Filter.prototype.not ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.prototype.toGeoJSON ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.MultiPolygon ee.Geometry.prototype.serialize ee.Geometry ee.Geometry.Point ee.Geometry.MultiLineString ee.Geometry.Polygon ee.Image.prototype.getThumbId ee.Image.prototype.expression ee.Image.prototype.getMap ee.Image.prototype.getThumbURL ee.Image.prototype.getDownloadURL ee.Image.prototype.clip ee.Image.rgb ee.Image.cat ee.Image.prototype.rename ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.select ee.Image ee.ImageCollection.prototype.first ee.ImageCollection ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.String ee.Terrain".split(" "),
|
|
27063
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
27064
|
+
"image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),
|
|
27065
|
+
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),
|
|
27066
|
+
["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], ["classifier", "opt_description", "opt_assetId", "opt_priority"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
27067
|
+
["filter"], ["start", "opt_end"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["geometry"], ["max", "opt_property", "opt_ascending"], ["name", "operator", "value"], ["callback"], ["opt_callback"], ["legacy"], ["func", "var_args"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["id"], ["parent", "opt_params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["params", "opt_callback"],
|
|
27068
|
+
["project", "opt_callback"], ["assetId", "properties", "opt_callback"], ["opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["assetId", "opt_callback"], ["id", "x", "y", "z"], ["params", "opt_callback"], ["id"], ["taskId", "request", "opt_callback"], ["rootId", "opt_callback"], ["opt_limit", "opt_callback"], ["opt_limit", "opt_callback"], [], ["parent", "opt_params", "opt_callback"],
|
|
27069
|
+
["params", "opt_callback"], ["assetId", "opt_callback"], ["opt_success", "opt_error"], ["operationName", "opt_callback"], ["id"], ["params", "opt_callback"], ["asset", "params", "opt_callback"], ["id", "opt_callback"], ["opt_callback"], ["tag"], ["requestedId", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["operationName", "opt_callback"], ["id", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"],
|
|
27070
|
+
["opt_count", "opt_callback"], ["obj", "opt_callback"], ["tag"], ["opt_resetDefault"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "request", "opt_callback"], ["taskId", "action", "opt_callback"], ["path", "opt_force", "opt_callback"], ["params", "opt_callback"], ["taskId", "params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"],
|
|
27071
|
+
["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_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["args", "opt_column"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_format", "opt_selectors",
|
|
27072
|
+
"opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_filter"], ["name", "value"], ["start", "opt_end"], ["geometry", "opt_errorMargin"], ["name", "operator", "value"], ["var_args"], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["var_args"], ["name", "value"], ["name", "value"], [], ["var_args"], ["namedArgs"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
|
|
27073
|
+
[], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["legacy"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["params", "opt_callback"], ["expression",
|
|
27074
|
+
"opt_map"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["r", "g", "b"], ["var_args"], ["var_args"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["var_args"], ["opt_args"], [], ["args"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["selectors", "opt_names"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["params",
|
|
27075
|
+
"opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27076
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toAsset,
|
|
27077
|
+
module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.map.toCloudStorage, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.limit, ee.Collection.prototype.filterMetadata, ee.ComputedObject.prototype.evaluate,
|
|
27078
|
+
ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.data.authenticateViaOauth, ee.data.makeThumbUrl, ee.data.listAssets, ee.data.renameAsset, ee.data.getMapId, ee.data.listBuckets, ee.data.setAssetProperties, ee.data.getTaskList, ee.data.copyAsset, ee.data.authenticate, ee.data.deleteAsset, ee.data.getTileUrl, ee.data.getTableDownloadId, ee.data.makeTableDownloadUrl, ee.data.startTableIngestion, ee.data.getAssetRootQuota, ee.data.getTaskListWithLimit,
|
|
27079
|
+
ee.data.listOperations, ee.data.getWorkloadTag, ee.data.listImages, ee.data.getDownloadId, ee.data.getAssetAcl, ee.data.authenticateViaPopup, ee.data.cancelOperation, ee.data.makeDownloadUrl, ee.data.getFeatureViewTilesKey, ee.data.listFeatures, ee.data.getAsset, ee.data.getAssetRoots, ee.data.setWorkloadTag, ee.data.createAssetHome, ee.data.authenticateViaPrivateKey, ee.data.getOperation, ee.data.getInfo, ee.data.createAsset, ee.data.newTaskId, ee.data.computeValue, ee.data.setDefaultWorkloadTag,
|
|
27080
|
+
ee.data.resetWorkloadTag, ee.data.getThumbId, ee.data.cancelTask, ee.data.getVideoThumbId, ee.data.updateAsset, ee.data.getList, ee.data.getTaskStatus, ee.data.startIngestion, ee.data.updateTask, ee.data.createFolder, ee.data.getFilmstripThumbId, ee.data.startProcessing, ee.data.setAssetAcl, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Dictionary, ee.TILE_SIZE, ee.call, ee.reset, ee.initialize, ee.Algorithms, ee.apply,
|
|
27081
|
+
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.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getMapId, ee.Filter, ee.Filter.eq, ee.Filter.date, ee.Filter.bounds, ee.Filter.metadata, ee.Filter.and, ee.Filter.lt,
|
|
27082
|
+
ee.Filter.gt, ee.Filter.neq, ee.Filter.inList, ee.Filter.or, ee.Filter.gte, ee.Filter.lte, ee.Filter.prototype.not, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.MultiPolygon, ee.Geometry.prototype.serialize, ee.Geometry, ee.Geometry.Point, ee.Geometry.MultiLineString, ee.Geometry.Polygon,
|
|
27083
|
+
ee.Image.prototype.getThumbId, ee.Image.prototype.expression, ee.Image.prototype.getMap, ee.Image.prototype.getThumbURL, ee.Image.prototype.getDownloadURL, ee.Image.prototype.clip, ee.Image.rgb, ee.Image.cat, ee.Image.prototype.rename, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.select, ee.Image, ee.ImageCollection.prototype.first, ee.ImageCollection, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getVideoThumbURL,
|
|
27084
|
+
ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encode, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27114
27085
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27115
27086
|
});
|
|
27116
27087
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|