@google/earthengine 0.1.307 → 0.1.308

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.tmp/BUILD CHANGED
@@ -324,6 +324,10 @@ Fileset(
324
324
  srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.307:public",
325
325
  destdir = "0.1.307",
326
326
  ),
327
+ FilesetEntry(
328
+ srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.308:public",
329
+ destdir = "0.1.308",
330
+ ),
327
331
  # NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
328
332
  ],
329
333
  )
package/.tmp/METADATA CHANGED
@@ -1,6 +1,6 @@
1
1
  # Format: google3/devtools/metadata/metadata.proto (go/google3metadata)
2
2
 
3
- name: "0.1.307"
3
+ name: "0.1.308"
4
4
  description:
5
5
  "Google Earth Engine is a cloud-based platform for planetary-scale "
6
6
  "environmental data analysis. The Earth Engine JavaScript API allows "
@@ -12,10 +12,10 @@ third_party {
12
12
  type: GIT
13
13
  value: "https://github.com/google/earthengine-api.git"
14
14
  }
15
- version: "v0.1.307"
15
+ version: "v0.1.308"
16
16
  last_upgrade_date: {
17
17
  year: 2022
18
- month: 4
19
- day: 27
18
+ month: 5
19
+ day: 4
20
20
  }
21
21
  }
package/build/browser.js CHANGED
@@ -6016,7 +6016,7 @@ module$exports$eeapiclient$domain_object.strictDeserialize = function module$con
6016
6016
  };
6017
6017
  var module$contents$eeapiclient$domain_object_CopyValueGetter, module$contents$eeapiclient$domain_object_CopyValueSetter, module$contents$eeapiclient$domain_object_CopyConstructor, module$contents$eeapiclient$domain_object_CopyInstanciator;
6018
6018
  function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter, valueSetter, copyInstanciator, targetConstructor) {
6019
- for (var target = copyInstanciator(targetConstructor), metadata = module$contents$eeapiclient$domain_object_deepCopyMetadata(source, target), arrays = metadata.arrays || {}, objects = metadata.objects || {}, objectMaps = metadata.objectMaps || {}, $jscomp$loop$64 = {}, $jscomp$iter$6 = $jscomp.makeIterator(metadata.keys || []), $jscomp$key$key = $jscomp$iter$6.next(); !$jscomp$key$key.done; $jscomp$loop$64 = {$jscomp$loop$prop$mapMetadata$65:$jscomp$loop$64.$jscomp$loop$prop$mapMetadata$65},
6019
+ for (var target = copyInstanciator(targetConstructor), metadata = module$contents$eeapiclient$domain_object_deepCopyMetadata(source, target), arrays = metadata.arrays || {}, objects = metadata.objects || {}, objectMaps = metadata.objectMaps || {}, $jscomp$loop$65 = {}, $jscomp$iter$6 = $jscomp.makeIterator(metadata.keys || []), $jscomp$key$key = $jscomp$iter$6.next(); !$jscomp$key$key.done; $jscomp$loop$65 = {$jscomp$loop$prop$mapMetadata$66:$jscomp$loop$65.$jscomp$loop$prop$mapMetadata$66},
6020
6020
  $jscomp$key$key = $jscomp$iter$6.next()) {
6021
6021
  var key = $jscomp$key$key.value, value = valueGetter(key, source);
6022
6022
  if (null != value) {
@@ -6029,11 +6029,11 @@ function module$contents$eeapiclient$domain_object_deepCopy(source, valueGetter,
6029
6029
  } else if (objects.hasOwnProperty(key)) {
6030
6030
  copy = module$contents$eeapiclient$domain_object_deepCopyValue(value, valueGetter, valueSetter, copyInstanciator, !1, !0, objects[key]);
6031
6031
  } else if (objectMaps.hasOwnProperty(key)) {
6032
- $jscomp$loop$64.$jscomp$loop$prop$mapMetadata$65 = objectMaps[key], copy = $jscomp$loop$64.$jscomp$loop$prop$mapMetadata$65.isPropertyArray ? value.map(function($jscomp$loop$64) {
6032
+ $jscomp$loop$65.$jscomp$loop$prop$mapMetadata$66 = objectMaps[key], copy = $jscomp$loop$65.$jscomp$loop$prop$mapMetadata$66.isPropertyArray ? value.map(function($jscomp$loop$65) {
6033
6033
  return function(v) {
6034
- return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$64.$jscomp$loop$prop$mapMetadata$65, valueGetter, valueSetter, copyInstanciator);
6034
+ return module$contents$eeapiclient$domain_object_deepCopyObjectMap(v, $jscomp$loop$65.$jscomp$loop$prop$mapMetadata$66, valueGetter, valueSetter, copyInstanciator);
6035
6035
  };
6036
- }($jscomp$loop$64)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$64.$jscomp$loop$prop$mapMetadata$65, valueGetter, valueSetter, copyInstanciator);
6036
+ }($jscomp$loop$65)) : module$contents$eeapiclient$domain_object_deepCopyObjectMap(value, $jscomp$loop$65.$jscomp$loop$prop$mapMetadata$66, valueGetter, valueSetter, copyInstanciator);
6037
6037
  } else if (Array.isArray(value)) {
6038
6038
  if (metadata.emptyArrayIsUnset && 0 === value.length) {
6039
6039
  continue;
@@ -6079,39 +6079,39 @@ function module$contents$eeapiclient$domain_object_deepEquals(serializable1, ser
6079
6079
  if (!(module$contents$eeapiclient$domain_object_sameKeys(keys1, metadata2.keys || []) && module$contents$eeapiclient$domain_object_sameKeys(arrays1, arrays2) && module$contents$eeapiclient$domain_object_sameKeys(objects1, objects2) && module$contents$eeapiclient$domain_object_sameKeys(objectMaps1, objectMaps2))) {
6080
6080
  return !1;
6081
6081
  }
6082
- for (var $jscomp$loop$66 = {}, $jscomp$iter$8 = $jscomp.makeIterator(keys1), $jscomp$key$key = $jscomp$iter$8.next(); !$jscomp$key$key.done; $jscomp$loop$66 = {$jscomp$loop$prop$value2$67:$jscomp$loop$66.$jscomp$loop$prop$value2$67, $jscomp$loop$prop$mapMetadata$68:$jscomp$loop$66.$jscomp$loop$prop$mapMetadata$68}, $jscomp$key$key = $jscomp$iter$8.next()) {
6082
+ for (var $jscomp$loop$67 = {}, $jscomp$iter$8 = $jscomp.makeIterator(keys1), $jscomp$key$key = $jscomp$iter$8.next(); !$jscomp$key$key.done; $jscomp$loop$67 = {$jscomp$loop$prop$value2$68:$jscomp$loop$67.$jscomp$loop$prop$value2$68, $jscomp$loop$prop$mapMetadata$69:$jscomp$loop$67.$jscomp$loop$prop$mapMetadata$69}, $jscomp$key$key = $jscomp$iter$8.next()) {
6083
6083
  var key = $jscomp$key$key.value, has1 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable1, key, metadata1), has2 = module$contents$eeapiclient$domain_object_hasAndIsNotEmptyArray(serializable2, key, metadata2);
6084
6084
  if (has1 !== has2) {
6085
6085
  return !1;
6086
6086
  }
6087
6087
  if (has1) {
6088
6088
  var value1 = serializable1.Serializable$get(key);
6089
- $jscomp$loop$66.$jscomp$loop$prop$value2$67 = serializable2.Serializable$get(key);
6089
+ $jscomp$loop$67.$jscomp$loop$prop$value2$68 = serializable2.Serializable$get(key);
6090
6090
  if (arrays1.hasOwnProperty(key)) {
6091
- if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$66.$jscomp$loop$prop$value2$67, !0, !0)) {
6091
+ if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$67.$jscomp$loop$prop$value2$68, !0, !0)) {
6092
6092
  return !1;
6093
6093
  }
6094
6094
  } else if (objects1.hasOwnProperty(key)) {
6095
- if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$66.$jscomp$loop$prop$value2$67, !1, !0)) {
6095
+ if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$67.$jscomp$loop$prop$value2$68, !1, !0)) {
6096
6096
  return !1;
6097
6097
  }
6098
6098
  } else if (objectMaps1.hasOwnProperty(key)) {
6099
- if ($jscomp$loop$66.$jscomp$loop$prop$mapMetadata$68 = objectMaps1[key], $jscomp$loop$66.$jscomp$loop$prop$mapMetadata$68.isPropertyArray) {
6100
- if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$66.$jscomp$loop$prop$value2$67) || value1.some(function($jscomp$loop$66) {
6099
+ if ($jscomp$loop$67.$jscomp$loop$prop$mapMetadata$69 = objectMaps1[key], $jscomp$loop$67.$jscomp$loop$prop$mapMetadata$69.isPropertyArray) {
6100
+ if (!module$contents$eeapiclient$domain_object_sameKeys(value1, $jscomp$loop$67.$jscomp$loop$prop$value2$68) || value1.some(function($jscomp$loop$67) {
6101
6101
  return function(v1, i) {
6102
- return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$66.$jscomp$loop$prop$value2$67[i], $jscomp$loop$66.$jscomp$loop$prop$mapMetadata$68);
6102
+ return !module$contents$eeapiclient$domain_object_deepEqualsObjectMap(v1, $jscomp$loop$67.$jscomp$loop$prop$value2$68[i], $jscomp$loop$67.$jscomp$loop$prop$mapMetadata$69);
6103
6103
  };
6104
- }($jscomp$loop$66))) {
6104
+ }($jscomp$loop$67))) {
6105
6105
  return !1;
6106
6106
  }
6107
- } else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$66.$jscomp$loop$prop$value2$67, $jscomp$loop$66.$jscomp$loop$prop$mapMetadata$68)) {
6107
+ } else if (!module$contents$eeapiclient$domain_object_deepEqualsObjectMap(value1, $jscomp$loop$67.$jscomp$loop$prop$value2$68, $jscomp$loop$67.$jscomp$loop$prop$mapMetadata$69)) {
6108
6108
  return !1;
6109
6109
  }
6110
6110
  } else if (Array.isArray(value1)) {
6111
- if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$66.$jscomp$loop$prop$value2$67, !0, !1)) {
6111
+ if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$67.$jscomp$loop$prop$value2$68, !0, !1)) {
6112
6112
  return !1;
6113
6113
  }
6114
- } else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$66.$jscomp$loop$prop$value2$67, !1, !1)) {
6114
+ } else if (!module$contents$eeapiclient$domain_object_deepEqualsValue(value1, $jscomp$loop$67.$jscomp$loop$prop$value2$68, !1, !1)) {
6115
6115
  return !1;
6116
6116
  }
6117
6117
  }
@@ -11370,13 +11370,14 @@ module$exports$eeapiclient$ee_api_client.ImageManifest = function(parameters) {
11370
11370
  this.Serializable$set("startTime", null == parameters.startTime ? null : parameters.startTime);
11371
11371
  this.Serializable$set("endTime", null == parameters.endTime ? null : parameters.endTime);
11372
11372
  this.Serializable$set("minTileAreaRatio", null == parameters.minTileAreaRatio ? null : parameters.minTileAreaRatio);
11373
+ this.Serializable$set("skipMetadataRead", null == parameters.skipMetadataRead ? null : parameters.skipMetadataRead);
11373
11374
  };
11374
11375
  $jscomp.inherits(module$exports$eeapiclient$ee_api_client.ImageManifest, module$exports$eeapiclient$domain_object.Serializable);
11375
11376
  module$exports$eeapiclient$ee_api_client.ImageManifest.prototype.getConstructor = function() {
11376
11377
  return module$exports$eeapiclient$ee_api_client.ImageManifest;
11377
11378
  };
11378
11379
  module$exports$eeapiclient$ee_api_client.ImageManifest.prototype.getPartialClassMetadata = function() {
11379
- return {arrays:{bands:module$exports$eeapiclient$ee_api_client.TilesetBand, maskBands:module$exports$eeapiclient$ee_api_client.TilesetMaskBand, tilesets:module$exports$eeapiclient$ee_api_client.Tileset}, enums:{pyramidingPolicy:module$exports$eeapiclient$ee_api_client.ImageManifestPyramidingPolicyEnum}, keys:"bands endTime footprint maskBands minTileAreaRatio missingData name properties pyramidingPolicy startTime tilesets uriPrefix".split(" "),
11380
+ return {arrays:{bands:module$exports$eeapiclient$ee_api_client.TilesetBand, maskBands:module$exports$eeapiclient$ee_api_client.TilesetMaskBand, tilesets:module$exports$eeapiclient$ee_api_client.Tileset}, enums:{pyramidingPolicy:module$exports$eeapiclient$ee_api_client.ImageManifestPyramidingPolicyEnum}, keys:"bands endTime footprint maskBands minTileAreaRatio missingData name properties pyramidingPolicy skipMetadataRead startTime tilesets uriPrefix".split(" "),
11380
11381
  objectMaps:{properties:{ctor:null, isPropertyArray:!1, isSerializable:!1, isValueArray:!1}}, objects:{footprint:module$exports$eeapiclient$ee_api_client.PixelFootprint, missingData:module$exports$eeapiclient$ee_api_client.MissingData}};
11381
11382
  };
11382
11383
  $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ImageManifest.prototype, {bands:{configurable:!0, enumerable:!0, get:function() {
@@ -11415,6 +11416,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
11415
11416
  return this.Serializable$has("pyramidingPolicy") ? this.Serializable$get("pyramidingPolicy") : null;
11416
11417
  }, set:function(value) {
11417
11418
  this.Serializable$set("pyramidingPolicy", value);
11419
+ }}, skipMetadataRead:{configurable:!0, enumerable:!0, get:function() {
11420
+ return this.Serializable$has("skipMetadataRead") ? this.Serializable$get("skipMetadataRead") : null;
11421
+ }, set:function(value) {
11422
+ this.Serializable$set("skipMetadataRead", value);
11418
11423
  }}, startTime:{configurable:!0, enumerable:!0, get:function() {
11419
11424
  return this.Serializable$has("startTime") ? this.Serializable$get("startTime") : null;
11420
11425
  }, set:function(value) {
@@ -11438,18 +11443,23 @@ module$exports$eeapiclient$ee_api_client.ImageSource = function(parameters) {
11438
11443
  module$exports$eeapiclient$domain_object.Serializable.call(this);
11439
11444
  this.Serializable$set("uris", null == parameters.uris ? null : parameters.uris);
11440
11445
  this.Serializable$set("affineTransform", null == parameters.affineTransform ? null : parameters.affineTransform);
11446
+ this.Serializable$set("dimensions", null == parameters.dimensions ? null : parameters.dimensions);
11441
11447
  };
11442
11448
  $jscomp.inherits(module$exports$eeapiclient$ee_api_client.ImageSource, module$exports$eeapiclient$domain_object.Serializable);
11443
11449
  module$exports$eeapiclient$ee_api_client.ImageSource.prototype.getConstructor = function() {
11444
11450
  return module$exports$eeapiclient$ee_api_client.ImageSource;
11445
11451
  };
11446
11452
  module$exports$eeapiclient$ee_api_client.ImageSource.prototype.getPartialClassMetadata = function() {
11447
- return {keys:["affineTransform", "uris"], objects:{affineTransform:module$exports$eeapiclient$ee_api_client.AffineTransform}};
11453
+ return {keys:["affineTransform", "dimensions", "uris"], objects:{affineTransform:module$exports$eeapiclient$ee_api_client.AffineTransform, dimensions:module$exports$eeapiclient$ee_api_client.GridDimensions}};
11448
11454
  };
11449
11455
  $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ImageSource.prototype, {affineTransform:{configurable:!0, enumerable:!0, get:function() {
11450
11456
  return this.Serializable$has("affineTransform") ? this.Serializable$get("affineTransform") : null;
11451
11457
  }, set:function(value) {
11452
11458
  this.Serializable$set("affineTransform", value);
11459
+ }}, dimensions:{configurable:!0, enumerable:!0, get:function() {
11460
+ return this.Serializable$has("dimensions") ? this.Serializable$get("dimensions") : null;
11461
+ }, set:function(value) {
11462
+ this.Serializable$set("dimensions", value);
11453
11463
  }}, uris:{configurable:!0, enumerable:!0, get:function() {
11454
11464
  return this.Serializable$has("uris") ? this.Serializable$get("uris") : null;
11455
11465
  }, set:function(value) {
@@ -15737,6 +15747,10 @@ module$contents$goog$async$Throttle_Throttle.prototype.doAction_ = function() {
15737
15747
  this.listener_.apply(null, args);
15738
15748
  };
15739
15749
  goog.async.Throttle = module$contents$goog$async$Throttle_Throttle;
15750
+ goog.promise.deferredBase = {};
15751
+ function module$contents$goog$promise$deferredBase_DeferredBaseDoNotUse() {
15752
+ }
15753
+ goog.promise.deferredBase.DeferredBaseDoNotUse = module$contents$goog$promise$deferredBase_DeferredBaseDoNotUse;
15740
15754
  /*
15741
15755
 
15742
15756
  Copyright 2005, 2007 Bob Ippolito. All Rights Reserved.
@@ -15759,6 +15773,7 @@ goog.async.Deferred = function(opt_onCancelFunction, opt_defaultScope) {
15759
15773
  "string" == typeof target.stack && (this.constructorStack_ = target.stack.replace(/^[^\n]*\n/, ""));
15760
15774
  }
15761
15775
  };
15776
+ goog.inherits(goog.async.Deferred, module$contents$goog$promise$deferredBase_DeferredBaseDoNotUse);
15762
15777
  goog.async.Deferred.STRICT_ERRORS = !1;
15763
15778
  goog.async.Deferred.LONG_STACK_TRACES = !1;
15764
15779
  goog.async.Deferred.prototype.cancel = function(opt_deepCancel) {
@@ -16953,7 +16968,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
16953
16968
  ee.apiclient = {};
16954
16969
  var module$contents$ee$apiclient_apiclient = {};
16955
16970
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
16956
- ee.apiclient.API_CLIENT_VERSION = "0.1.307";
16971
+ ee.apiclient.API_CLIENT_VERSION = "0.1.308";
16957
16972
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
16958
16973
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
16959
16974
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -17234,8 +17249,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
17234
17249
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
17235
17250
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
17236
17251
  method = method || "POST";
17237
- var headers = {"Content-Type":contentType,}, version = "0.1.307";
17238
- "0.1.307" === version && (version = "latest");
17252
+ var headers = {"Content-Type":contentType,}, version = "0.1.308";
17253
+ "0.1.308" === version && (version = "latest");
17239
17254
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
17240
17255
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
17241
17256
  if (null != authToken) {
@@ -18927,7 +18942,7 @@ ee.data.makeMapId_ = function(mapid, token, opt_urlFormat) {
18927
18942
  }, urlFormat:urlFormat};
18928
18943
  };
18929
18944
  ee.data.getFeatureViewTilesKey = function(params, opt_callback) {
18930
- var visualizationExpression = params.visParams ? ee.data.expressionAugmenter_(ee.Serializer.encodeCloudApiExpression(params.visParams)) : null, map = new module$exports$eeapiclient$ee_api_client.FeatureView({name:null, asset:params.assetName, mapName:params.mapName, visualizationExpression:visualizationExpression,}), call = new module$contents$ee$apiclient_Call(opt_callback);
18945
+ var visualizationExpression = params.visParams ? ee.data.expressionAugmenter_(ee.Serializer.encodeCloudApiExpression(params.visParams)) : null, map = new module$exports$eeapiclient$ee_api_client.FeatureView({name:null, asset:params.assetId, mapName:params.mapName, visualizationExpression:visualizationExpression,}), call = new module$contents$ee$apiclient_Call(opt_callback);
18931
18946
  return call.handle(call.featureView().create(call.projectsPath(), map, {fields:["name"]}).then(function(response) {
18932
18947
  var token = response.name.split("/").pop(), rawTilesKey = token.substring(0, token.lastIndexOf("-"));
18933
18948
  return {token:token, formatTileUrl:function(x, y, z) {
@@ -23920,17 +23935,17 @@ goog.structs.Node.prototype.getValue = function() {
23920
23935
  goog.structs.Node.prototype.clone = function() {
23921
23936
  return new goog.structs.Node(this.key_, this.value_);
23922
23937
  };
23923
- goog.structs.Heap = function(opt_heap) {
23938
+ var module$contents$goog$structs$Heap_Heap = function(opt_heap) {
23924
23939
  this.nodes_ = [];
23925
23940
  opt_heap && this.insertAll(opt_heap);
23926
23941
  };
23927
- goog.structs.Heap.prototype.insert = function(key, value) {
23942
+ module$contents$goog$structs$Heap_Heap.prototype.insert = function(key, value) {
23928
23943
  var node = new goog.structs.Node(key, value), nodes = this.nodes_;
23929
23944
  nodes.push(node);
23930
23945
  this.moveUp_(nodes.length - 1);
23931
23946
  };
23932
- goog.structs.Heap.prototype.insertAll = function(heap) {
23933
- if (heap instanceof goog.structs.Heap) {
23947
+ module$contents$goog$structs$Heap_Heap.prototype.insertAll = function(heap) {
23948
+ if (heap instanceof module$contents$goog$structs$Heap_Heap) {
23934
23949
  var keys = heap.getKeys();
23935
23950
  var values = heap.getValues();
23936
23951
  if (0 >= this.getCount()) {
@@ -23942,26 +23957,26 @@ goog.structs.Heap.prototype.insertAll = function(heap) {
23942
23957
  } else {
23943
23958
  keys = module$contents$goog$object_getKeys(heap), values = module$contents$goog$object_getValues(heap);
23944
23959
  }
23945
- for (i = 0; i < keys.length; i++) {
23946
- this.insert(keys[i], values[i]);
23960
+ for (var i$64 = 0; i$64 < keys.length; i$64++) {
23961
+ this.insert(keys[i$64], values[i$64]);
23947
23962
  }
23948
23963
  };
23949
- goog.structs.Heap.prototype.remove = function() {
23964
+ module$contents$goog$structs$Heap_Heap.prototype.remove = function() {
23950
23965
  var nodes = this.nodes_, count = nodes.length, rootNode = nodes[0];
23951
23966
  if (!(0 >= count)) {
23952
- return 1 == count ? module$contents$goog$array_clear(nodes) : (nodes[0] = nodes.pop(), this.moveDown_(0)), rootNode.getValue();
23967
+ return 1 == count ? nodes.length = 0 : (nodes[0] = nodes.pop(), this.moveDown_(0)), rootNode.getValue();
23953
23968
  }
23954
23969
  };
23955
- goog.structs.Heap.prototype.peek = function() {
23970
+ module$contents$goog$structs$Heap_Heap.prototype.peek = function() {
23956
23971
  var nodes = this.nodes_;
23957
23972
  if (0 != nodes.length) {
23958
23973
  return nodes[0].getValue();
23959
23974
  }
23960
23975
  };
23961
- goog.structs.Heap.prototype.peekKey = function() {
23976
+ module$contents$goog$structs$Heap_Heap.prototype.peekKey = function() {
23962
23977
  return this.nodes_[0] && this.nodes_[0].getKey();
23963
23978
  };
23964
- goog.structs.Heap.prototype.moveDown_ = function(index) {
23979
+ module$contents$goog$structs$Heap_Heap.prototype.moveDown_ = function(index) {
23965
23980
  for (var nodes = this.nodes_, count = nodes.length, node = nodes[index]; index < count >> 1;) {
23966
23981
  var leftChildIndex = this.getLeftChildIndex_(index), rightChildIndex = this.getRightChildIndex_(index), smallerChildIndex = rightChildIndex < count && nodes[rightChildIndex].getKey() < nodes[leftChildIndex].getKey() ? rightChildIndex : leftChildIndex;
23967
23982
  if (nodes[smallerChildIndex].getKey() > node.getKey()) {
@@ -23972,7 +23987,7 @@ goog.structs.Heap.prototype.moveDown_ = function(index) {
23972
23987
  }
23973
23988
  nodes[index] = node;
23974
23989
  };
23975
- goog.structs.Heap.prototype.moveUp_ = function(index) {
23990
+ module$contents$goog$structs$Heap_Heap.prototype.moveUp_ = function(index) {
23976
23991
  for (var nodes = this.nodes_, node = nodes[index]; 0 < index;) {
23977
23992
  var parentIndex = this.getParentIndex_(index);
23978
23993
  if (nodes[parentIndex].getKey() > node.getKey()) {
@@ -23983,62 +23998,64 @@ goog.structs.Heap.prototype.moveUp_ = function(index) {
23983
23998
  }
23984
23999
  nodes[index] = node;
23985
24000
  };
23986
- goog.structs.Heap.prototype.getLeftChildIndex_ = function(index) {
24001
+ module$contents$goog$structs$Heap_Heap.prototype.getLeftChildIndex_ = function(index) {
23987
24002
  return 2 * index + 1;
23988
24003
  };
23989
- goog.structs.Heap.prototype.getRightChildIndex_ = function(index) {
24004
+ module$contents$goog$structs$Heap_Heap.prototype.getRightChildIndex_ = function(index) {
23990
24005
  return 2 * index + 2;
23991
24006
  };
23992
- goog.structs.Heap.prototype.getParentIndex_ = function(index) {
24007
+ module$contents$goog$structs$Heap_Heap.prototype.getParentIndex_ = function(index) {
23993
24008
  return index - 1 >> 1;
23994
24009
  };
23995
- goog.structs.Heap.prototype.getValues = function() {
24010
+ module$contents$goog$structs$Heap_Heap.prototype.getValues = function() {
23996
24011
  for (var nodes = this.nodes_, rv = [], l = nodes.length, i = 0; i < l; i++) {
23997
24012
  rv.push(nodes[i].getValue());
23998
24013
  }
23999
24014
  return rv;
24000
24015
  };
24001
- goog.structs.Heap.prototype.getKeys = function() {
24016
+ module$contents$goog$structs$Heap_Heap.prototype.getKeys = function() {
24002
24017
  for (var nodes = this.nodes_, rv = [], l = nodes.length, i = 0; i < l; i++) {
24003
24018
  rv.push(nodes[i].getKey());
24004
24019
  }
24005
24020
  return rv;
24006
24021
  };
24007
- goog.structs.Heap.prototype.containsValue = function(val) {
24008
- return module$contents$goog$array_some(this.nodes_, function(node) {
24022
+ module$contents$goog$structs$Heap_Heap.prototype.containsValue = function(val) {
24023
+ return this.nodes_.some(function(node) {
24009
24024
  return node.getValue() == val;
24010
24025
  });
24011
24026
  };
24012
- goog.structs.Heap.prototype.containsKey = function(key) {
24013
- return module$contents$goog$array_some(this.nodes_, function(node) {
24027
+ module$contents$goog$structs$Heap_Heap.prototype.containsKey = function(key) {
24028
+ return this.nodes_.some(function(node) {
24014
24029
  return node.getKey() == key;
24015
24030
  });
24016
24031
  };
24017
- goog.structs.Heap.prototype.clone = function() {
24018
- return new goog.structs.Heap(this);
24032
+ module$contents$goog$structs$Heap_Heap.prototype.clone = function() {
24033
+ return new module$contents$goog$structs$Heap_Heap(this);
24019
24034
  };
24020
- goog.structs.Heap.prototype.getCount = function() {
24035
+ module$contents$goog$structs$Heap_Heap.prototype.getCount = function() {
24021
24036
  return this.nodes_.length;
24022
24037
  };
24023
- goog.structs.Heap.prototype.isEmpty = function() {
24038
+ module$contents$goog$structs$Heap_Heap.prototype.isEmpty = function() {
24024
24039
  return 0 === this.nodes_.length;
24025
24040
  };
24026
- goog.structs.Heap.prototype.clear = function() {
24027
- module$contents$goog$array_clear(this.nodes_);
24041
+ module$contents$goog$structs$Heap_Heap.prototype.clear = function() {
24042
+ this.nodes_.length = 0;
24028
24043
  };
24029
- goog.structs.PriorityQueue = function() {
24030
- goog.structs.Heap.call(this);
24044
+ goog.structs.Heap = module$contents$goog$structs$Heap_Heap;
24045
+ var module$contents$goog$structs$PriorityQueue_PriorityQueue = function() {
24046
+ module$contents$goog$structs$Heap_Heap.apply(this, arguments);
24031
24047
  };
24032
- goog.inherits(goog.structs.PriorityQueue, goog.structs.Heap);
24033
- goog.structs.PriorityQueue.prototype.enqueue = function(priority, value) {
24048
+ $jscomp.inherits(module$contents$goog$structs$PriorityQueue_PriorityQueue, module$contents$goog$structs$Heap_Heap);
24049
+ module$contents$goog$structs$PriorityQueue_PriorityQueue.prototype.enqueue = function(priority, value) {
24034
24050
  this.insert(priority, value);
24035
24051
  };
24036
- goog.structs.PriorityQueue.prototype.dequeue = function() {
24052
+ module$contents$goog$structs$PriorityQueue_PriorityQueue.prototype.dequeue = function() {
24037
24053
  return this.remove();
24038
24054
  };
24055
+ goog.structs.PriorityQueue = module$contents$goog$structs$PriorityQueue_PriorityQueue;
24039
24056
  goog.structs.PriorityPool = function(opt_minCount, opt_maxCount) {
24040
24057
  this.delayTimeout_ = void 0;
24041
- this.requestQueue_ = new goog.structs.PriorityQueue();
24058
+ this.requestQueue_ = new module$contents$goog$structs$PriorityQueue_PriorityQueue();
24042
24059
  goog.structs.Pool.call(this, opt_minCount, opt_maxCount);
24043
24060
  };
24044
24061
  goog.inherits(goog.structs.PriorityPool, goog.structs.Pool);
@@ -24596,28 +24613,27 @@ ee.data.Profiler.Format.prototype.toString = function() {
24596
24613
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
24597
24614
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
24598
24615
  (function() {
24599
- var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._call ee.ApiFunction._apply ee.batch.Export.table.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.video.toCloudStorage ee.Collection.prototype.filterDate ee.Collection.prototype.limit ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterMetadata ee.Collection.prototype.filter ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.data.setAssetAcl ee.data.getTileUrl ee.data.authenticate ee.data.setAssetProperties ee.data.getTaskList ee.data.getAssetRootQuota ee.data.authenticateViaPopup ee.data.getDownloadId ee.data.getFeatureViewTilesKey ee.data.getTaskListWithLimit ee.data.authenticateViaPrivateKey ee.data.makeDownloadUrl ee.data.listFeatures ee.data.getTableDownloadId ee.data.listOperations ee.data.cancelOperation ee.data.computeValue ee.data.makeTableDownloadUrl ee.data.newTaskId ee.data.getOperation ee.data.getThumbId ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.cancelTask ee.data.getMapId ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.startIngestion ee.data.listAssets ee.data.renameAsset ee.data.updateTask ee.data.copyAsset ee.data.startProcessing ee.data.listImages ee.data.deleteAsset ee.data.listBuckets ee.data.getAssetAcl ee.data.startTableIngestion ee.data.getAssetRoots ee.data.createAssetHome ee.data.getAsset ee.data.createAsset ee.data.getInfo ee.data.updateAsset ee.data.authenticateViaOauth ee.data.getList ee.data.createFolder ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Dictionary ee.initialize ee.call ee.apply ee.TILE_SIZE ee.reset ee.InitState ee.Algorithms ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.Filter.gte ee.Filter.or ee.Filter.date ee.Filter ee.Filter.inList ee.Filter.prototype.not ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.gt ee.Filter.bounds ee.Filter.lte ee.Filter.lt ee.Filter.and ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Point ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry ee.Geometry.MultiPoint ee.Geometry.MultiPolygon ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Image.prototype.select ee.Image.prototype.expression ee.Image.cat ee.Image.prototype.rename ee.Image ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getThumbURL ee.Image.prototype.getInfo ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection ee.List ee.Number ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableCloudApiJSON ee.String ee.Terrain".split(" "),
24616
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._call ee.ApiFunction._apply ee.batch.Export.table.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.video.toCloudStorage ee.Collection.prototype.filterDate ee.Collection.prototype.limit ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterMetadata ee.Collection.prototype.filter ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.data.startIngestion ee.data.listAssets ee.data.renameAsset ee.data.updateTask ee.data.copyAsset ee.data.startProcessing ee.data.listImages ee.data.deleteAsset ee.data.listBuckets ee.data.getAssetAcl ee.data.startTableIngestion ee.data.getAssetRoots ee.data.createAssetHome ee.data.getAsset ee.data.createAsset ee.data.getInfo ee.data.updateAsset ee.data.authenticateViaOauth ee.data.getList ee.data.createFolder ee.data.setAssetAcl ee.data.getTileUrl ee.data.authenticate ee.data.setAssetProperties ee.data.getTaskList ee.data.getAssetRootQuota ee.data.authenticateViaPopup ee.data.getDownloadId ee.data.getFeatureViewTilesKey ee.data.getTaskListWithLimit ee.data.authenticateViaPrivateKey ee.data.makeDownloadUrl ee.data.listFeatures ee.data.getTableDownloadId ee.data.listOperations ee.data.cancelOperation ee.data.computeValue ee.data.makeTableDownloadUrl ee.data.newTaskId ee.data.getOperation ee.data.getThumbId ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.cancelTask ee.data.getMapId ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Dictionary ee.initialize ee.call ee.apply ee.TILE_SIZE ee.reset ee.InitState ee.Algorithms ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.Filter.gte ee.Filter.or ee.Filter.date ee.Filter ee.Filter.inList ee.Filter.prototype.not ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.gt ee.Filter.bounds ee.Filter.lte ee.Filter.lt ee.Filter.and ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Point ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry ee.Geometry.MultiPoint ee.Geometry.MultiPolygon ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Image.prototype.select ee.Image.prototype.expression ee.Image.cat ee.Image.prototype.rename ee.Image ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getThumbURL ee.Image.prototype.getInfo ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection ee.List ee.Number ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableCloudApiJSON ee.String ee.Terrain".split(" "),
24600
24617
  orderedParamLists = [["name"], ["name", "var_args"], ["name", "namedArgs"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), ["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "),
24601
24618
  "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris".split(" "),
24602
24619
  "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "),
24603
24620
  ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), ["start", "opt_end"], ["max", "opt_property", "opt_ascending"], ["geometry"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["name", "operator", "value"], ["filter"], ["legacy"], ["opt_callback"], ["func",
24604
- "var_args"], ["callback"], ["assetId", "aclUpdate", "opt_callback"], ["id", "x", "y", "z"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["assetId", "properties", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_limit", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["id"], ["asset", "params",
24605
- "opt_callback"], ["params", "opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"], ["id"], ["opt_count", "opt_callback"], ["operationName", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["id"], ["taskId", "request", "opt_callback"], ["parent", "params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"],
24606
- ["taskId", "action", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["taskId", "params", "opt_callback"], ["parent", "params", "opt_callback"], ["assetId", "opt_callback"], ["project", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "request", "opt_callback"], ["opt_callback"], ["requestedId", "opt_callback"], ["id", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["id", "opt_callback"], ["assetId", "asset", "updateFields",
24607
- "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], ["func", "namedArgs"], [], [], [], [], ["var_args"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"],
24621
+ "var_args"], ["callback"], ["taskId", "request", "opt_callback"], ["parent", "params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["taskId", "action", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["taskId", "params", "opt_callback"], ["parent", "params", "opt_callback"], ["assetId", "opt_callback"], ["project", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "request", "opt_callback"], ["opt_callback"], ["requestedId", "opt_callback"],
24622
+ ["id", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["id", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["id", "x", "y", "z"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["assetId",
24623
+ "properties", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_limit", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["id"], ["asset", "params", "opt_callback"], ["params", "opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"], ["id"], ["opt_count", "opt_callback"], ["operationName",
24624
+ "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["id"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], ["func", "namedArgs"], [], [], [], [], ["var_args"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"],
24608
24625
  ["opt_callback"], ["args", "opt_column"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["name", "value"], ["var_args"], ["start", "opt_end"], ["opt_filter"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], [], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name",
24609
24626
  "value"], ["name", "value"], ["var_args"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["legacy"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic",
24610
24627
  "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], [], ["var_args"], ["expression", "opt_map"], ["var_args"], ["var_args"], ["opt_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["r", "g", "b"], ["params", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["geometry"], ["params", "opt_callback"], ["params", "opt_callback"], [], ["opt_visParams", "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["args"], ["list"],
24611
24628
  ["number"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
24612
24629
  [ee.ApiFunction.lookup, ee.ApiFunction._call, ee.ApiFunction._apply, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, 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.image.toCloudStorage, module$contents$ee$batch_Export.video.toDrive,
24613
24630
  module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.video.toCloudStorage, ee.Collection.prototype.filterDate, ee.Collection.prototype.limit, ee.Collection.prototype.filterBounds, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filter, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.aside,
24614
- ee.ComputedObject.prototype.evaluate, ee.data.setAssetAcl, ee.data.getTileUrl, ee.data.authenticate, ee.data.setAssetProperties, ee.data.getTaskList, ee.data.getAssetRootQuota, ee.data.authenticateViaPopup, ee.data.getDownloadId, ee.data.getFeatureViewTilesKey, ee.data.getTaskListWithLimit, ee.data.authenticateViaPrivateKey, ee.data.makeDownloadUrl, ee.data.listFeatures, ee.data.getTableDownloadId, ee.data.listOperations, ee.data.cancelOperation, ee.data.computeValue, ee.data.makeTableDownloadUrl,
24615
- ee.data.newTaskId, ee.data.getOperation, ee.data.getThumbId, ee.data.getVideoThumbId, ee.data.getTaskStatus, ee.data.cancelTask, ee.data.getMapId, ee.data.getFilmstripThumbId, ee.data.makeThumbUrl, ee.data.startIngestion, ee.data.listAssets, ee.data.renameAsset, ee.data.updateTask, ee.data.copyAsset, ee.data.startProcessing, ee.data.listImages, ee.data.deleteAsset, ee.data.listBuckets, ee.data.getAssetAcl, ee.data.startTableIngestion, ee.data.getAssetRoots, ee.data.createAssetHome, ee.data.getAsset,
24616
- ee.data.createAsset, ee.data.getInfo, ee.data.updateAsset, ee.data.authenticateViaOauth, ee.data.getList, ee.data.createFolder, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Dictionary, ee.initialize, ee.call, ee.apply, ee.TILE_SIZE, ee.reset, ee.InitState, ee.Algorithms, ee.Element.prototype.set, ee.Feature, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo,
24617
- ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.select, ee.Filter.gte, ee.Filter.or, ee.Filter.date, ee.Filter, ee.Filter.inList, ee.Filter.prototype.not, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.gt, ee.Filter.bounds, ee.Filter.lte, ee.Filter.lt, ee.Filter.and, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry.prototype.serialize,
24618
- ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.MultiPolygon, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image.cat, ee.Image.prototype.rename, ee.Image, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getThumbURL, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbId,
24619
- ee.Image.prototype.clip, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection, ee.List, ee.Number, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableCloudApiJSON,
24620
- ee.String, ee.Terrain].forEach(function(fn, i) {
24631
+ ee.ComputedObject.prototype.evaluate, ee.data.startIngestion, ee.data.listAssets, ee.data.renameAsset, ee.data.updateTask, ee.data.copyAsset, ee.data.startProcessing, ee.data.listImages, ee.data.deleteAsset, ee.data.listBuckets, ee.data.getAssetAcl, ee.data.startTableIngestion, ee.data.getAssetRoots, ee.data.createAssetHome, ee.data.getAsset, ee.data.createAsset, ee.data.getInfo, ee.data.updateAsset, ee.data.authenticateViaOauth, ee.data.getList, ee.data.createFolder, ee.data.setAssetAcl, ee.data.getTileUrl,
24632
+ ee.data.authenticate, ee.data.setAssetProperties, ee.data.getTaskList, ee.data.getAssetRootQuota, ee.data.authenticateViaPopup, ee.data.getDownloadId, ee.data.getFeatureViewTilesKey, ee.data.getTaskListWithLimit, ee.data.authenticateViaPrivateKey, ee.data.makeDownloadUrl, ee.data.listFeatures, ee.data.getTableDownloadId, ee.data.listOperations, ee.data.cancelOperation, ee.data.computeValue, ee.data.makeTableDownloadUrl, ee.data.newTaskId, ee.data.getOperation, ee.data.getThumbId, ee.data.getVideoThumbId,
24633
+ ee.data.getTaskStatus, ee.data.cancelTask, ee.data.getMapId, ee.data.getFilmstripThumbId, ee.data.makeThumbUrl, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Dictionary, ee.initialize, ee.call, ee.apply, ee.TILE_SIZE, ee.reset, ee.InitState, ee.Algorithms, ee.Element.prototype.set, ee.Feature, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMap,
24634
+ ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.select, ee.Filter.gte, ee.Filter.or, ee.Filter.date, ee.Filter, ee.Filter.inList, ee.Filter.prototype.not, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.gt, ee.Filter.bounds, ee.Filter.lte, ee.Filter.lt, ee.Filter.and, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry.prototype.serialize, ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.MultiPolygon,
24635
+ ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image.cat, ee.Image.prototype.rename, ee.Image, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getThumbURL, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbId, ee.Image.prototype.clip, ee.ImageCollection.prototype.getFilmstripThumbURL,
24636
+ ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection, ee.List, ee.Number, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
24621
24637
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
24622
24638
  });
24623
24639
  goog.global.EXPORTED_FN_INFO = exportedFnInfo;