@google/earthengine 0.1.319 → 0.1.322

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
@@ -360,6 +360,18 @@ Fileset(
360
360
  srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.319:public",
361
361
  destdir = "0.1.319",
362
362
  ),
363
+ FilesetEntry(
364
+ srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.320:public",
365
+ destdir = "0.1.320",
366
+ ),
367
+ FilesetEntry(
368
+ srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.321:public",
369
+ destdir = "0.1.321",
370
+ ),
371
+ FilesetEntry(
372
+ srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.322:public",
373
+ destdir = "0.1.322",
374
+ ),
363
375
  # NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
364
376
  ],
365
377
  )
package/.tmp/METADATA CHANGED
@@ -1,6 +1,6 @@
1
1
  # Format: google3/devtools/metadata/metadata.proto (go/google3metadata)
2
2
 
3
- name: "0.1.319"
3
+ name: "0.1.322"
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.319"
15
+ version: "v0.1.322"
16
16
  last_upgrade_date: {
17
17
  year: 2022
18
18
  month: 8
19
- day: 11
19
+ day: 31
20
20
  }
21
21
  }
package/build/browser.js CHANGED
@@ -1348,8 +1348,6 @@ goog.loadedModules_ = {};
1348
1348
  goog.DEPENDENCIES_ENABLED = !1;
1349
1349
  goog.TRANSPILE = "detect";
1350
1350
  goog.ASSUME_ES_MODULES_TRANSPILED = !1;
1351
- goog.TRANSPILE_TO_LANGUAGE = "";
1352
- goog.TRANSPILER = "transpile.js";
1353
1351
  goog.TRUSTED_TYPES_POLICY_NAME = "goog";
1354
1352
  goog.hasBadLetScoping = null;
1355
1353
  goog.loadModule = function(moduleDef) {
@@ -10100,16 +10098,16 @@ module$exports$eeapiclient$ee_api_client.ExportTableRequest = function(parameter
10100
10098
  this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
10101
10099
  this.Serializable$set("maxWorkerCount", null == parameters.maxWorkerCount ? null : parameters.maxWorkerCount);
10102
10100
  this.Serializable$set("maxVertices", null == parameters.maxVertices ? null : parameters.maxVertices);
10103
- this.Serializable$set("initialPolicy", null == parameters.initialPolicy ? null : parameters.initialPolicy);
10104
10101
  this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
10102
+ this.Serializable$set("policy", null == parameters.policy ? null : parameters.policy);
10105
10103
  };
10106
10104
  $jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportTableRequest, module$exports$eeapiclient$domain_object.Serializable);
10107
10105
  module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype.getConstructor = function() {
10108
10106
  return module$exports$eeapiclient$ee_api_client.ExportTableRequest;
10109
10107
  };
10110
10108
  module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype.getPartialClassMetadata = function() {
10111
- return {keys:"assetExportOptions description expression featureViewExportOptions fileExportOptions initialPolicy maxErrorMeters maxVertices maxWorkerCount maxWorkers requestId selectors workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.TableAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression, featureViewExportOptions:module$exports$eeapiclient$ee_api_client.FeatureViewAssetExportOptions,
10112
- fileExportOptions:module$exports$eeapiclient$ee_api_client.TableFileExportOptions, initialPolicy:module$exports$eeapiclient$ee_api_client.Policy}};
10109
+ return {keys:"assetExportOptions description expression featureViewExportOptions fileExportOptions maxErrorMeters maxVertices maxWorkerCount maxWorkers policy requestId selectors workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.TableAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression, featureViewExportOptions:module$exports$eeapiclient$ee_api_client.FeatureViewAssetExportOptions,
10110
+ fileExportOptions:module$exports$eeapiclient$ee_api_client.TableFileExportOptions, policy:module$exports$eeapiclient$ee_api_client.Policy}};
10113
10111
  };
10114
10112
  $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype, {assetExportOptions:{configurable:!0, enumerable:!0, get:function() {
10115
10113
  return this.Serializable$has("assetExportOptions") ? this.Serializable$get("assetExportOptions") : null;
@@ -10131,10 +10129,6 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
10131
10129
  return this.Serializable$has("fileExportOptions") ? this.Serializable$get("fileExportOptions") : null;
10132
10130
  }, set:function(value) {
10133
10131
  this.Serializable$set("fileExportOptions", value);
10134
- }}, initialPolicy:{configurable:!0, enumerable:!0, get:function() {
10135
- return this.Serializable$has("initialPolicy") ? this.Serializable$get("initialPolicy") : null;
10136
- }, set:function(value) {
10137
- this.Serializable$set("initialPolicy", value);
10138
10132
  }}, maxErrorMeters:{configurable:!0, enumerable:!0, get:function() {
10139
10133
  return this.Serializable$has("maxErrorMeters") ? this.Serializable$get("maxErrorMeters") : null;
10140
10134
  }, set:function(value) {
@@ -10151,6 +10145,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
10151
10145
  return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
10152
10146
  }, set:function(value) {
10153
10147
  this.Serializable$set("maxWorkers", value);
10148
+ }}, policy:{configurable:!0, enumerable:!0, get:function() {
10149
+ return this.Serializable$has("policy") ? this.Serializable$get("policy") : null;
10150
+ }, set:function(value) {
10151
+ this.Serializable$set("policy", value);
10154
10152
  }}, requestId:{configurable:!0, enumerable:!0, get:function() {
10155
10153
  return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
10156
10154
  }, set:function(value) {
@@ -16856,7 +16854,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
16856
16854
  ee.apiclient = {};
16857
16855
  var module$contents$ee$apiclient_apiclient = {};
16858
16856
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
16859
- ee.apiclient.API_CLIENT_VERSION = "0.1.319";
16857
+ ee.apiclient.API_CLIENT_VERSION = "0.1.322";
16860
16858
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
16861
16859
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
16862
16860
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -17137,8 +17135,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
17137
17135
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
17138
17136
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
17139
17137
  method = method || "POST";
17140
- var headers = {"Content-Type":contentType,}, version = "0.1.319";
17141
- "0.1.319" === version && (version = "latest");
17138
+ var headers = {"Content-Type":contentType,}, version = "0.1.322";
17139
+ "0.1.322" === version && (version = "latest");
17142
17140
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
17143
17141
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
17144
17142
  if (null != authToken) {
@@ -23323,6 +23321,9 @@ ee.layers.AbstractOverlay.prototype.setOpacity = function(opacity) {
23323
23321
  goog.style.setOpacity(tile.div, this.opacity);
23324
23322
  }, this);
23325
23323
  };
23324
+ ee.layers.AbstractOverlay.prototype.getTilesById = function() {
23325
+ return this.tilesById;
23326
+ };
23326
23327
  ee.layers.AbstractOverlay.prototype.getStats = function() {
23327
23328
  return this.stats;
23328
23329
  };
@@ -23430,6 +23431,9 @@ ee.layers.AbstractTile = function(coord, zoom, ownerDocument, uniqueId) {
23430
23431
  this.isRetrying_ = !1;
23431
23432
  };
23432
23433
  $jscomp.inherits(ee.layers.AbstractTile, goog.events.EventTarget);
23434
+ ee.layers.AbstractTile.prototype.getDiv = function() {
23435
+ return this.div;
23436
+ };
23433
23437
  ee.layers.AbstractTile.prototype.startLoad = function() {
23434
23438
  var $jscomp$this = this;
23435
23439
  if (!this.isRetrying_ && this.getStatus() == ee.layers.AbstractTile.Status.LOADING) {
@@ -24564,27 +24568,27 @@ ee.data.Profiler.Format.prototype.toString = function() {
24564
24568
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
24565
24569
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
24566
24570
  (function() {
24567
- var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._call ee.ApiFunction._apply ee.batch.Export.video.toDrive ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.image.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.limit ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.filterBounds ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.getTileUrl ee.data.getMapId ee.data.setAssetAcl ee.data.startIngestion ee.data.computeValue ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.listFeatures ee.data.getAssetRootQuota ee.data.getFeatureViewTilesKey ee.data.startTableIngestion ee.data.getWorkloadTag ee.data.authenticateViaPrivateKey ee.data.setWorkloadTag ee.data.getAsset ee.data.setDefaultWorkloadTag ee.data.authenticateViaPopup ee.data.resetWorkloadTag ee.data.getInfo ee.data.authenticate ee.data.getList ee.data.createFolder ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.cancelTask ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.listAssets ee.data.renameAsset ee.data.updateTask ee.data.copyAsset ee.data.startProcessing ee.data.listImages ee.data.getTaskList ee.data.getDownloadId ee.data.deleteAsset ee.data.getThumbId ee.data.listBuckets ee.data.getTaskListWithLimit ee.data.makeDownloadUrl ee.data.getAssetAcl ee.data.getAssetRoots ee.data.getTableDownloadId ee.data.listOperations ee.data.cancelOperation ee.data.createAssetHome ee.data.makeTableDownloadUrl ee.data.createAsset ee.data.newTaskId ee.data.getOperation ee.data.updateAsset ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode 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.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.prototype.not ee.Filter.inList ee.Filter ee.Filter.eq ee.Filter.metadata ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.Point ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry ee.Geometry.MultiPolygon ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Image.prototype.select ee.Image.prototype.clip ee.Image.prototype.expression ee.Image.cat ee.Image ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image.prototype.getDownloadURL ee.Image.prototype.getInfo ee.Image.rgb ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getInfo ee.List ee.Number ee.Serializer.encodeCloudApiPretty ee.Serializer.toReadableCloudApiJSON ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApi ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
24568
- orderedParamLists = [["name"], ["name", "var_args"], ["name", "namedArgs"], "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_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "),
24569
- "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "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(" "),
24570
- "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(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
24571
- "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), ["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), ["property", "opt_ascending"], ["name", "operator", "value"], ["algorithm", "opt_dropNulls"], ["filter"], ["max", "opt_property", "opt_ascending"], ["algorithm",
24572
- "opt_first"], ["start", "opt_end"], ["geometry"], ["callback"], ["func", "var_args"], ["opt_callback"], ["legacy"], ["id", "x", "y", "z"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["taskId", "request", "opt_callback"], ["obj", "opt_callback"], ["assetId", "properties", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["asset", "params", "opt_callback"], ["rootId", "opt_callback"], ["params", "opt_callback"],
24573
- ["taskId", "request", "opt_callback"], [], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["tag"], ["id", "opt_callback"], ["tag"], ["opt_success", "opt_error"], ["opt_resetDefault"], ["id", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"],
24574
- ["id"], ["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"], ["opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["project", "opt_callback"], ["opt_limit", "opt_callback"], ["id"], ["assetId", "opt_callback"], ["opt_callback"], ["params",
24575
- "opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["requestedId", "opt_callback"], ["id"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_count", "opt_callback"], ["operationName", "opt_callback"], ["assetId", "asset", "updateFields", "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",
24576
- "var_args"], ["func", "namedArgs"], [], [], [], [], ["var_args"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["name", "value"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], [], ["opt_leftField", "opt_rightValue", "opt_rightField",
24571
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._call ee.ApiFunction._apply ee.batch.Export.table.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.batch.Export.video.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.Collection.prototype.limit ee.Collection.prototype.filterBounds ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.getTaskStatus ee.data.getTaskList ee.data.getTaskListWithLimit ee.data.listOperations ee.data.cancelOperation ee.data.getThumbId ee.data.getOperation ee.data.computeValue ee.data.getList ee.data.createFolder ee.data.getVideoThumbId ee.data.cancelTask ee.data.getTileUrl ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.authenticate ee.data.setAssetAcl ee.data.getMapId ee.data.startIngestion ee.data.listAssets ee.data.renameAsset ee.data.updateTask ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.copyAsset ee.data.startProcessing ee.data.listImages ee.data.getAssetRootQuota ee.data.getDownloadId ee.data.listFeatures ee.data.deleteAsset ee.data.listBuckets ee.data.makeDownloadUrl ee.data.getFeatureViewTilesKey ee.data.startTableIngestion ee.data.getAssetAcl ee.data.getWorkloadTag ee.data.getAssetRoots ee.data.getTableDownloadId ee.data.createAssetHome ee.data.setWorkloadTag ee.data.authenticateViaPrivateKey ee.data.getAsset ee.data.setDefaultWorkloadTag ee.data.makeTableDownloadUrl ee.data.createAsset ee.data.authenticateViaPopup ee.data.resetWorkloadTag ee.data.getInfo ee.data.newTaskId ee.data.updateAsset ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode 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.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.prototype.not ee.Filter.inList ee.Filter ee.Filter.eq ee.Filter.metadata ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.Point ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry ee.Geometry.MultiPolygon ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Image.prototype.expression ee.Image.cat ee.Image ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image.prototype.getDownloadURL ee.Image.prototype.getInfo ee.Image.rgb ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.clip ee.Image.prototype.select ee.ImageCollection ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.encodeCloudApiPretty ee.Serializer.toReadableCloudApiJSON ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApi ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
24572
+ orderedParamLists = [["name"], ["name", "var_args"], ["name", "namedArgs"], ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),
24573
+ "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(" "), ["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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(" "),
24574
+ "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "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(" "),
24575
+ "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(" "), ["max", "opt_property", "opt_ascending"], ["geometry"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["filter"], ["start", "opt_end"], ["property",
24576
+ "opt_ascending"], ["name", "operator", "value"], ["callback"], ["func", "var_args"], ["opt_callback"], ["legacy"], ["taskId", "opt_callback"], ["opt_callback"], ["opt_limit", "opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"], ["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["id", "x", "y", "z"], ["params",
24577
+ "opt_callback"], ["id"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["assetId", "aclUpdate", "opt_callback"], ["params", "opt_callback"], ["taskId", "request", "opt_callback"], ["parent", "params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["taskId", "action", "opt_callback"], ["assetId", "properties", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["sourceId",
24578
+ "destinationId", "opt_overwrite", "opt_callback"], ["taskId", "params", "opt_callback"], ["parent", "params", "opt_callback"], ["rootId", "opt_callback"], ["params", "opt_callback"], ["asset", "params", "opt_callback"], ["assetId", "opt_callback"], ["project", "opt_callback"], ["id"], ["params", "opt_callback"], ["taskId", "request", "opt_callback"], ["assetId", "opt_callback"], [], ["opt_callback"], ["params", "opt_callback"], ["requestedId", "opt_callback"], ["tag"], ["privateKey", "opt_success",
24579
+ "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["id", "opt_callback"], ["tag"], ["id"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_success", "opt_error"], ["opt_resetDefault"], ["id", "opt_callback"], ["opt_count", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
24580
+ ["func", "var_args"], ["func", "namedArgs"], [], [], [], [], ["var_args"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["opt_callback"], ["name", "value"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], [], ["opt_leftField", "opt_rightValue", "opt_rightField",
24577
24581
  "opt_leftValue"], ["opt_filter"], ["name", "value"], ["name", "operator", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], [], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError",
24578
- "opt_evenOdd"], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["var_args"], ["geometry"], ["expression", "opt_map"], ["var_args"], ["opt_args"], ["opt_visParams", "opt_callback"], ["var_args"], ["params", "opt_callback"], ["opt_callback"], ["r", "g", "b"], ["params", "opt_callback"], ["params", "opt_callback"], ["args"], [], ["params", "opt_callback"],
24579
- ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["selectors", "opt_names"], ["opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
24580
- [ee.ApiFunction.lookup, ee.ApiFunction._call, ee.ApiFunction._apply, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toCloudStorage,
24581
- module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toDrive, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.map, ee.Collection.prototype.filter, ee.Collection.prototype.limit, ee.Collection.prototype.iterate, ee.Collection.prototype.filterDate, ee.Collection.prototype.filterBounds, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.getInfo,
24582
- ee.ComputedObject.prototype.serialize, ee.data.getTileUrl, ee.data.getMapId, ee.data.setAssetAcl, ee.data.startIngestion, ee.data.computeValue, ee.data.setAssetProperties, ee.data.authenticateViaOauth, ee.data.listFeatures, ee.data.getAssetRootQuota, ee.data.getFeatureViewTilesKey, ee.data.startTableIngestion, ee.data.getWorkloadTag, ee.data.authenticateViaPrivateKey, ee.data.setWorkloadTag, ee.data.getAsset, ee.data.setDefaultWorkloadTag, ee.data.authenticateViaPopup, ee.data.resetWorkloadTag,
24583
- ee.data.getInfo, ee.data.authenticate, ee.data.getList, ee.data.createFolder, ee.data.getVideoThumbId, ee.data.getTaskStatus, ee.data.cancelTask, ee.data.getFilmstripThumbId, ee.data.makeThumbUrl, ee.data.listAssets, ee.data.renameAsset, ee.data.updateTask, ee.data.copyAsset, ee.data.startProcessing, ee.data.listImages, ee.data.getTaskList, ee.data.getDownloadId, ee.data.deleteAsset, ee.data.getThumbId, ee.data.listBuckets, ee.data.getTaskListWithLimit, ee.data.makeDownloadUrl, ee.data.getAssetAcl,
24584
- ee.data.getAssetRoots, ee.data.getTableDownloadId, ee.data.listOperations, ee.data.cancelOperation, ee.data.createAssetHome, ee.data.makeTableDownloadUrl, ee.data.createAsset, ee.data.newTaskId, ee.data.getOperation, ee.data.updateAsset, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Dictionary, ee.initialize, ee.call, ee.apply, ee.TILE_SIZE, ee.reset, ee.InitState, ee.Algorithms, ee.Element.prototype.set, ee.Feature,
24585
- ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.Filter.lt, ee.Filter.and, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.prototype.not, ee.Filter.inList, ee.Filter, ee.Filter.eq, ee.Filter.metadata, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, ee.Function.prototype.apply,
24586
- ee.Function.prototype.call, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry, ee.Geometry.MultiPolygon, ee.Geometry.MultiPoint, ee.Geometry.prototype.serialize, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Image.prototype.select, ee.Image.prototype.clip, ee.Image.prototype.expression, ee.Image.cat, ee.Image, ee.Image.prototype.getMap, ee.Image.prototype.rename,
24587
- ee.Image.prototype.getDownloadURL, ee.Image.prototype.getInfo, ee.Image.rgb, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.ImageCollection, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getInfo, ee.List, ee.Number, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toReadableCloudApiJSON,
24582
+ "opt_evenOdd"], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["expression", "opt_map"], ["var_args"], ["opt_args"], ["opt_visParams", "opt_callback"], ["var_args"], ["params", "opt_callback"], ["opt_callback"], ["r", "g", "b"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["args"], ["selectors", "opt_names"],
24583
+ ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
24584
+ [ee.ApiFunction.lookup, ee.ApiFunction._call, ee.ApiFunction._apply, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.image.toCloudStorage,
24585
+ module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, ee.Collection.prototype.limit, ee.Collection.prototype.filterBounds, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.aside,
24586
+ ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.getTaskStatus, ee.data.getTaskList, ee.data.getTaskListWithLimit, ee.data.listOperations, ee.data.cancelOperation, ee.data.getThumbId, ee.data.getOperation, ee.data.computeValue, ee.data.getList, ee.data.createFolder, ee.data.getVideoThumbId, ee.data.cancelTask, ee.data.getTileUrl, ee.data.getFilmstripThumbId, ee.data.makeThumbUrl, ee.data.authenticate, ee.data.setAssetAcl, ee.data.getMapId, ee.data.startIngestion,
24587
+ ee.data.listAssets, ee.data.renameAsset, ee.data.updateTask, ee.data.setAssetProperties, ee.data.authenticateViaOauth, ee.data.copyAsset, ee.data.startProcessing, ee.data.listImages, ee.data.getAssetRootQuota, ee.data.getDownloadId, ee.data.listFeatures, ee.data.deleteAsset, ee.data.listBuckets, ee.data.makeDownloadUrl, ee.data.getFeatureViewTilesKey, ee.data.startTableIngestion, ee.data.getAssetAcl, ee.data.getWorkloadTag, ee.data.getAssetRoots, ee.data.getTableDownloadId, ee.data.createAssetHome,
24588
+ ee.data.setWorkloadTag, ee.data.authenticateViaPrivateKey, ee.data.getAsset, ee.data.setDefaultWorkloadTag, ee.data.makeTableDownloadUrl, ee.data.createAsset, ee.data.authenticateViaPopup, ee.data.resetWorkloadTag, ee.data.getInfo, ee.data.newTaskId, ee.data.updateAsset, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Dictionary, ee.initialize, ee.call, ee.apply, ee.TILE_SIZE, ee.reset, ee.InitState, ee.Algorithms,
24589
+ ee.Element.prototype.set, ee.Feature, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.Filter.lt, ee.Filter.and, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.prototype.not, ee.Filter.inList, ee.Filter, ee.Filter.eq, ee.Filter.metadata, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte,
24590
+ ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry, ee.Geometry.MultiPolygon, ee.Geometry.MultiPoint, ee.Geometry.prototype.serialize, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Image.prototype.expression, ee.Image.cat, ee.Image, ee.Image.prototype.getMap, ee.Image.prototype.rename, ee.Image.prototype.getDownloadURL,
24591
+ ee.Image.prototype.getInfo, ee.Image.rgb, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image.prototype.clip, ee.Image.prototype.select, ee.ImageCollection, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first, ee.List, ee.Number, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toReadableCloudApiJSON,
24588
24592
  ee.Serializer.toCloudApiJSON, ee.Serializer.encode, ee.Serializer.encodeCloudApi, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
24589
24593
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
24590
24594
  });