@google/earthengine 0.1.321 → 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
@@ -368,6 +368,10 @@ Fileset(
368
368
  srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.321:public",
369
369
  destdir = "0.1.321",
370
370
  ),
371
+ FilesetEntry(
372
+ srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.322:public",
373
+ destdir = "0.1.322",
374
+ ),
371
375
  # NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
372
376
  ],
373
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.321"
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.321"
15
+ version: "v0.1.322"
16
16
  last_upgrade_date: {
17
17
  year: 2022
18
18
  month: 8
19
- day: 24
19
+ day: 31
20
20
  }
21
21
  }
package/build/browser.js CHANGED
@@ -10098,7 +10098,6 @@ module$exports$eeapiclient$ee_api_client.ExportTableRequest = function(parameter
10098
10098
  this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
10099
10099
  this.Serializable$set("maxWorkerCount", null == parameters.maxWorkerCount ? null : parameters.maxWorkerCount);
10100
10100
  this.Serializable$set("maxVertices", null == parameters.maxVertices ? null : parameters.maxVertices);
10101
- this.Serializable$set("initialPolicy", null == parameters.initialPolicy ? null : parameters.initialPolicy);
10102
10101
  this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
10103
10102
  this.Serializable$set("policy", null == parameters.policy ? null : parameters.policy);
10104
10103
  };
@@ -10107,8 +10106,8 @@ module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype.getConstru
10107
10106
  return module$exports$eeapiclient$ee_api_client.ExportTableRequest;
10108
10107
  };
10109
10108
  module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype.getPartialClassMetadata = function() {
10110
- return {keys:"assetExportOptions description expression featureViewExportOptions fileExportOptions initialPolicy 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,
10111
- fileExportOptions:module$exports$eeapiclient$ee_api_client.TableFileExportOptions, initialPolicy:module$exports$eeapiclient$ee_api_client.Policy, policy: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}};
10112
10111
  };
10113
10112
  $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype, {assetExportOptions:{configurable:!0, enumerable:!0, get:function() {
10114
10113
  return this.Serializable$has("assetExportOptions") ? this.Serializable$get("assetExportOptions") : null;
@@ -10130,10 +10129,6 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
10130
10129
  return this.Serializable$has("fileExportOptions") ? this.Serializable$get("fileExportOptions") : null;
10131
10130
  }, set:function(value) {
10132
10131
  this.Serializable$set("fileExportOptions", value);
10133
- }}, initialPolicy:{configurable:!0, enumerable:!0, get:function() {
10134
- return this.Serializable$has("initialPolicy") ? this.Serializable$get("initialPolicy") : null;
10135
- }, set:function(value) {
10136
- this.Serializable$set("initialPolicy", value);
10137
10132
  }}, maxErrorMeters:{configurable:!0, enumerable:!0, get:function() {
10138
10133
  return this.Serializable$has("maxErrorMeters") ? this.Serializable$get("maxErrorMeters") : null;
10139
10134
  }, set:function(value) {
@@ -16859,7 +16854,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
16859
16854
  ee.apiclient = {};
16860
16855
  var module$contents$ee$apiclient_apiclient = {};
16861
16856
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
16862
- ee.apiclient.API_CLIENT_VERSION = "0.1.321";
16857
+ ee.apiclient.API_CLIENT_VERSION = "0.1.322";
16863
16858
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
16864
16859
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
16865
16860
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -17140,8 +17135,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
17140
17135
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
17141
17136
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
17142
17137
  method = method || "POST";
17143
- var headers = {"Content-Type":contentType,}, version = "0.1.321";
17144
- "0.1.321" === version && (version = "latest");
17138
+ var headers = {"Content-Type":contentType,}, version = "0.1.322";
17139
+ "0.1.322" === version && (version = "latest");
17145
17140
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
17146
17141
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
17147
17142
  if (null != authToken) {
@@ -23326,6 +23321,9 @@ ee.layers.AbstractOverlay.prototype.setOpacity = function(opacity) {
23326
23321
  goog.style.setOpacity(tile.div, this.opacity);
23327
23322
  }, this);
23328
23323
  };
23324
+ ee.layers.AbstractOverlay.prototype.getTilesById = function() {
23325
+ return this.tilesById;
23326
+ };
23329
23327
  ee.layers.AbstractOverlay.prototype.getStats = function() {
23330
23328
  return this.stats;
23331
23329
  };
@@ -23433,6 +23431,9 @@ ee.layers.AbstractTile = function(coord, zoom, ownerDocument, uniqueId) {
23433
23431
  this.isRetrying_ = !1;
23434
23432
  };
23435
23433
  $jscomp.inherits(ee.layers.AbstractTile, goog.events.EventTarget);
23434
+ ee.layers.AbstractTile.prototype.getDiv = function() {
23435
+ return this.div;
23436
+ };
23436
23437
  ee.layers.AbstractTile.prototype.startLoad = function() {
23437
23438
  var $jscomp$this = this;
23438
23439
  if (!this.isRetrying_ && this.getStatus() == ee.layers.AbstractTile.Status.LOADING) {
@@ -24567,28 +24568,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
24567
24568
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
24568
24569
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
24569
24570
  (function() {
24570
- 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.startIngestion ee.data.computeValue ee.data.authenticateViaOauth ee.data.listFeatures ee.data.getFeatureViewTilesKey ee.data.startTableIngestion ee.data.authenticateViaPrivateKey ee.data.getAsset ee.data.authenticateViaPopup 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.setAssetAcl ee.data.listAssets ee.data.renameAsset ee.data.updateTask ee.data.setAssetProperties ee.data.copyAsset ee.data.startProcessing ee.data.listImages ee.data.getTaskList ee.data.getAssetRootQuota ee.data.getDownloadId ee.data.deleteAsset ee.data.getThumbId ee.data.listBuckets ee.data.getTaskListWithLimit ee.data.makeDownloadUrl ee.data.getAssetAcl ee.data.getWorkloadTag ee.data.getAssetRoots ee.data.getTableDownloadId ee.data.listOperations ee.data.cancelOperation ee.data.createAssetHome ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.makeTableDownloadUrl ee.data.createAsset ee.data.resetWorkloadTag 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.prototype.first ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMap 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(" "),
24571
- 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(" "),
24572
- "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(" "),
24573
- "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(" "),
24574
- "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",
24575
- "opt_first"], ["start", "opt_end"], ["geometry"], ["callback"], ["func", "var_args"], ["opt_callback"], ["legacy"], ["id", "x", "y", "z"], ["params", "opt_callback"], ["taskId", "request", "opt_callback"], ["obj", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["asset", "params", "opt_callback"], ["params", "opt_callback"], ["taskId", "request", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes",
24576
- "opt_suppressDefaultScopes"], ["id", "opt_callback"], ["opt_success", "opt_error"], ["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"], ["id"], ["assetId", "aclUpdate", "opt_callback"], ["parent", "params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"],
24577
- ["taskId", "action", "opt_callback"], ["assetId", "properties", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["taskId", "params", "opt_callback"], ["parent", "params", "opt_callback"], ["opt_callback"], ["rootId", "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", "opt_callback"],
24578
- ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["requestedId", "opt_callback"], ["tag"], ["tag"], ["id"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_resetDefault"], ["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(" "),
24579
- ["func", "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",
24580
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",
24581
- "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"],
24582
- ["params", "opt_callback"], ["selectors", "opt_names"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
24583
- [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,
24584
- 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,
24585
- ee.ComputedObject.prototype.serialize, ee.data.getTileUrl, ee.data.getMapId, ee.data.startIngestion, ee.data.computeValue, ee.data.authenticateViaOauth, ee.data.listFeatures, ee.data.getFeatureViewTilesKey, ee.data.startTableIngestion, ee.data.authenticateViaPrivateKey, ee.data.getAsset, ee.data.authenticateViaPopup, 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,
24586
- ee.data.setAssetAcl, ee.data.listAssets, ee.data.renameAsset, ee.data.updateTask, ee.data.setAssetProperties, ee.data.copyAsset, ee.data.startProcessing, ee.data.listImages, ee.data.getTaskList, ee.data.getAssetRootQuota, ee.data.getDownloadId, ee.data.deleteAsset, ee.data.getThumbId, ee.data.listBuckets, ee.data.getTaskListWithLimit, ee.data.makeDownloadUrl, ee.data.getAssetAcl, ee.data.getWorkloadTag, ee.data.getAssetRoots, ee.data.getTableDownloadId, ee.data.listOperations, ee.data.cancelOperation,
24587
- ee.data.createAssetHome, ee.data.setWorkloadTag, ee.data.setDefaultWorkloadTag, ee.data.makeTableDownloadUrl, ee.data.createAsset, ee.data.resetWorkloadTag, 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,
24588
- 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,
24589
- 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,
24590
- ee.Image.prototype.getInfo, ee.Image.rgb, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.ImageCollection.prototype.first, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.List, ee.Number, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toCloudApiJSON, ee.Serializer.encode,
24591
- ee.Serializer.encodeCloudApi, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
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,
24592
+ ee.Serializer.toCloudApiJSON, ee.Serializer.encode, ee.Serializer.encodeCloudApi, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
24592
24593
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
24593
24594
  });
24594
24595
  goog.global.EXPORTED_FN_INFO = exportedFnInfo;