@google/earthengine 0.1.350 → 0.1.351

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
@@ -469,10 +469,18 @@ Fileset(
469
469
  srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.348:public",
470
470
  destdir = "0.1.348",
471
471
  ),
472
+ FilesetEntry(
473
+ srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.349:public",
474
+ destdir = "0.1.349",
475
+ ),
472
476
  FilesetEntry(
473
477
  srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.350:public",
474
478
  destdir = "0.1.350",
475
479
  ),
480
+ FilesetEntry(
481
+ srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.351:public",
482
+ destdir = "0.1.351",
483
+ ),
476
484
  # NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
477
485
  ],
478
486
  )
package/.tmp/METADATA CHANGED
@@ -1,6 +1,6 @@
1
1
  # Format: google3/devtools/metadata/metadata.proto (go/google3metadata)
2
2
 
3
- name: "0.1.350"
3
+ name: "0.1.351"
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.350"
15
+ version: "v0.1.351"
16
16
  last_upgrade_date: {
17
17
  year: 2023
18
18
  month: 4
19
- day: 19
19
+ day: 26
20
20
  }
21
21
  }
@@ -9,7 +9,7 @@ load("//tools/build_defs/license:license.bzl", "license")
9
9
  load("//tools/build_defs/build_test:build_test.bzl", "build_test")
10
10
 
11
11
  package(
12
- default_applicable_licenses = ["//third_party/hosted_libraries/libs/earthengine/0.1.350:license"],
12
+ default_applicable_licenses = ["//third_party/hosted_libraries/libs/earthengine/0.1.351:license"],
13
13
  default_visibility = [
14
14
  "//third_party/hosted_libraries/libs/earthengine:__pkg__",
15
15
  ],
@@ -17,7 +17,7 @@ package(
17
17
 
18
18
  license(
19
19
  name = "license",
20
- package_name = "0.1.350",
20
+ package_name = "0.1.351",
21
21
  )
22
22
 
23
23
  licenses(["notice"])
package/build/browser.js CHANGED
@@ -17587,7 +17587,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
17587
17587
  ee.apiclient = {};
17588
17588
  var module$contents$ee$apiclient_apiclient = {};
17589
17589
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
17590
- ee.apiclient.API_CLIENT_VERSION = "0.1.350";
17590
+ ee.apiclient.API_CLIENT_VERSION = "0.1.351";
17591
17591
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
17592
17592
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
17593
17593
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -17868,8 +17868,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
17868
17868
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
17869
17869
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
17870
17870
  method = method || "POST";
17871
- var headers = {"Content-Type":contentType,}, version = "0.1.350";
17872
- "0.1.350" === version && (version = "latest");
17871
+ var headers = {"Content-Type":contentType,}, version = "0.1.351";
17872
+ "0.1.351" === version && (version = "latest");
17873
17873
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
17874
17874
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
17875
17875
  if (null != authToken) {
@@ -21986,7 +21986,7 @@ module$contents$ee$batch_Export.table.toFeatureView = function(collection, opt_d
21986
21986
  return module$contents$ee$batch_ExportTask.create(serverConfig);
21987
21987
  };
21988
21988
  goog.exportSymbol("module$contents$ee$batch_Export.table.toFeatureView", module$contents$ee$batch_Export.table.toFeatureView);
21989
- module$contents$ee$batch_Export.table.toBigQuery = function(collection, opt_description, opt_table, opt_selectors, opt_maxVertices) {
21989
+ module$contents$ee$batch_Export.table.toBigQuery = function(collection, opt_description, opt_table, opt_selectors, opt_maxVertices, opt_overwrite) {
21990
21990
  var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.table.toBigQuery, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.BIGQUERY, ee.data.ExportType.TABLE);
21991
21991
  return module$contents$ee$batch_ExportTask.create(serverConfig);
21992
21992
  };
@@ -25342,28 +25342,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
25342
25342
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
25343
25343
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
25344
25344
  (function() {
25345
- var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction._apply ee.ApiFunction.lookup ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.image.toAsset ee.batch.Export.table.toAsset ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.image.toDrive ee.Collection.prototype.limit ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.map 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.getAsset ee.data.listImages ee.data.setWorkloadTag ee.data.authenticateViaPopup ee.data.setDefaultWorkloadTag ee.data.getDownloadId ee.data.listBuckets ee.data.resetWorkloadTag ee.data.getTaskList ee.data.makeDownloadUrl ee.data.getAssetRootQuota ee.data.getTaskListWithLimit ee.data.getTableDownloadId ee.data.authenticateViaPrivateKey ee.data.getAssetRoots ee.data.listOperations ee.data.cancelOperation ee.data.getTaskStatus ee.data.createAssetHome ee.data.startProcessing ee.data.createAsset ee.data.getOperation ee.data.newTaskId ee.data.createFolder ee.data.deleteAsset ee.data.makeTableDownloadUrl ee.data.getTileUrl ee.data.cancelTask ee.data.getAssetAcl ee.data.getFeatureViewTilesKey ee.data.renameAsset ee.data.startTableIngestion ee.data.copyAsset ee.data.getMapId ee.data.getWorkloadTag ee.data.updateTask ee.data.authenticate ee.data.startIngestion ee.data.updateAsset ee.data.getThumbId ee.data.listFeatures ee.data.getVideoThumbId ee.data.listAssets ee.data.getFilmstripThumbId ee.data.getList ee.data.setAssetAcl ee.data.makeThumbUrl ee.data.computeValue ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getInfo ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.reset ee.InitState ee.Algorithms ee.call ee.apply ee.TILE_SIZE ee.initialize ee.Element.prototype.set ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte 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.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.Point ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.Image.cat ee.Image.prototype.select ee.Image.prototype.expression ee.Image ee.Image.prototype.getMap ee.ImageCollection.prototype.select ee.ImageCollection 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.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
25346
- orderedParamLists = [["name", "var_args"], ["name", "namedArgs"], ["name"], "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(" "), ["classifier", "opt_description", "opt_assetId"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),
25347
- ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "),
25348
- "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_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_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
25349
- "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(" "), ["max", "opt_property", "opt_ascending"], ["start", "opt_end"], ["algorithm", "opt_first"], ["geometry"],
25350
- ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["name", "operator", "value"], ["filter"], ["legacy"], ["opt_callback"], ["func", "var_args"], ["callback"], ["id", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["tag"], ["opt_success", "opt_error"], ["tag"], ["params", "opt_callback"], ["project", "opt_callback"], ["opt_resetDefault"], ["opt_callback"], ["id"], ["rootId", "opt_callback"], ["opt_limit", "opt_callback"], ["params", "opt_callback"], ["privateKey", "opt_success",
25351
- "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "params", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["operationName", "opt_callback"], ["opt_count", "opt_callback"], ["path", "opt_force", "opt_callback"], ["assetId", "opt_callback"], ["id"], ["id", "x", "y", "z"], ["taskId", "opt_callback"],
25352
- ["assetId", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["taskId", "request", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], [], ["taskId", "action", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["taskId", "request", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["asset", "params",
25353
- "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["id"], ["obj", "opt_callback"], ["assetId", "properties", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["id", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], [], [], ["func", "var_args"], ["func",
25354
- "namedArgs"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["var_args"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["geometry", "opt_properties"], ["args", "opt_column"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry",
25355
- "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError",
25356
- "opt_evenOdd"], [], [], ["west", "south", "east", "north"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["params", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["var_args"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["var_args"], ["expression", "opt_map"], ["opt_args"], ["opt_visParams",
25357
- "opt_callback"], ["selectors", "opt_names"], ["args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["string"], []];
25358
- [ee.ApiFunction._call, ee.ApiFunction._apply, ee.ApiFunction.lookup, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.map.toCloudStorage,
25359
- module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.image.toDrive, ee.Collection.prototype.limit, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filter, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.aside,
25360
- ee.ComputedObject.prototype.evaluate, ee.data.getAsset, ee.data.listImages, ee.data.setWorkloadTag, ee.data.authenticateViaPopup, ee.data.setDefaultWorkloadTag, ee.data.getDownloadId, ee.data.listBuckets, ee.data.resetWorkloadTag, ee.data.getTaskList, ee.data.makeDownloadUrl, ee.data.getAssetRootQuota, ee.data.getTaskListWithLimit, ee.data.getTableDownloadId, ee.data.authenticateViaPrivateKey, ee.data.getAssetRoots, ee.data.listOperations, ee.data.cancelOperation, ee.data.getTaskStatus, ee.data.createAssetHome,
25361
- ee.data.startProcessing, ee.data.createAsset, ee.data.getOperation, ee.data.newTaskId, ee.data.createFolder, ee.data.deleteAsset, ee.data.makeTableDownloadUrl, ee.data.getTileUrl, ee.data.cancelTask, ee.data.getAssetAcl, ee.data.getFeatureViewTilesKey, ee.data.renameAsset, ee.data.startTableIngestion, ee.data.copyAsset, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.updateTask, ee.data.authenticate, ee.data.startIngestion, ee.data.updateAsset, ee.data.getThumbId, ee.data.listFeatures, ee.data.getVideoThumbId,
25362
- ee.data.listAssets, ee.data.getFilmstripThumbId, ee.data.getList, ee.data.setAssetAcl, ee.data.makeThumbUrl, ee.data.computeValue, ee.data.setAssetProperties, ee.data.authenticateViaOauth, ee.data.getInfo, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.decode, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.reset, ee.InitState, ee.Algorithms, ee.call, ee.apply, ee.TILE_SIZE, ee.initialize, ee.Element.prototype.set, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo,
25363
- ee.Feature, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, 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.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.MultiPoint,
25364
- ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.BBox, ee.Geometry.Point, ee.Geometry.LinearRing, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbURL, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.prototype.clip, ee.Image.cat,
25365
- ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image, ee.Image.prototype.getMap, ee.ImageCollection.prototype.select, ee.ImageCollection, 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.toCloudApiJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApi,
25366
- ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
25345
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.table.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toCloudStorage ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.filterMetadata ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.filterBounds ee.Collection.prototype.limit ee.Collection.prototype.sort ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.makeThumbUrl ee.data.createAssetHome ee.data.getTaskListWithLimit ee.data.getAssetRoots ee.data.getFilmstripThumbId ee.data.getVideoThumbId ee.data.getInfo ee.data.resetWorkloadTag ee.data.getThumbId ee.data.updateAsset ee.data.authenticate ee.data.getAsset ee.data.computeValue ee.data.listOperations ee.data.cancelOperation ee.data.startTableIngestion ee.data.startIngestion ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.listAssets ee.data.getList ee.data.listFeatures ee.data.authenticateViaPrivateKey ee.data.getFeatureViewTilesKey ee.data.getOperation ee.data.cancelTask ee.data.listImages ee.data.getAssetAcl ee.data.getTaskStatus ee.data.newTaskId ee.data.listBuckets ee.data.makeTableDownloadUrl ee.data.setWorkloadTag ee.data.getWorkloadTag ee.data.deleteAsset ee.data.authenticateViaOauth ee.data.copyAsset ee.data.getTaskList ee.data.getAssetRootQuota ee.data.getTableDownloadId ee.data.renameAsset ee.data.setAssetProperties ee.data.makeDownloadUrl ee.data.createFolder ee.data.setAssetAcl ee.data.getMapId ee.data.setDefaultWorkloadTag ee.data.updateTask ee.data.startProcessing ee.data.getTileUrl ee.data.createAsset ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.initialize ee.Algorithms ee.call ee.reset ee.InitState ee.apply ee.TILE_SIZE ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.inList ee.Filter ee.Filter.prototype.not ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Filter.lt ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Point ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Image.prototype.expression ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.Image.cat ee.Image.prototype.select ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.ImageCollection ee.List ee.Number ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.String ee.Terrain".split(" "),
25346
+ orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), ["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".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(" "),
25347
+ "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_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(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
25348
+ "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(" "), "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_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(" "),
25349
+ "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(" "), ["algorithm", "opt_dropNulls"], ["filter"], ["name", "operator", "value"], ["algorithm", "opt_first"], ["start", "opt_end"], ["geometry"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["func", "var_args"], ["callback"], ["opt_callback"], ["legacy"],
25350
+ ["id"], ["requestedId", "opt_callback"], ["opt_limit", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["id", "opt_callback"], ["opt_resetDefault"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id", "opt_callback"], ["obj", "opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "request", "opt_callback"],
25351
+ ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["opt_success", "opt_error"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["asset", "params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "opt_callback"], ["opt_count",
25352
+ "opt_callback"], ["project", "opt_callback"], ["id"], ["tag"], [], ["assetId", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["assetId", "properties", "opt_callback"], ["id"], ["path", "opt_force", "opt_callback"], ["assetId", "aclUpdate",
25353
+ "opt_callback"], ["params", "opt_callback"], ["tag"], ["taskId", "action", "opt_callback"], ["taskId", "params", "opt_callback"], ["id", "x", "y", "z"], ["value", "opt_path", "opt_force", "opt_properties", "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"],
25354
+ ["opt_visParams", "opt_callback"], ["opt_callback"], ["args", "opt_column"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], [], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry",
25355
+ "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords",
25356
+ "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], [], ["expression", "opt_map"], ["opt_args"], ["var_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["selectors",
25357
+ "opt_names"], ["args"], ["list"], ["number"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
25358
+ [ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.map.toCloudStorage,
25359
+ module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toCloudStorage, ee.Collection.prototype.map, ee.Collection.prototype.filter, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.iterate, ee.Collection.prototype.filterDate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate,
25360
+ ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.makeThumbUrl, ee.data.createAssetHome, ee.data.getTaskListWithLimit, ee.data.getAssetRoots, ee.data.getFilmstripThumbId, ee.data.getVideoThumbId, ee.data.getInfo, ee.data.resetWorkloadTag, ee.data.getThumbId, ee.data.updateAsset, ee.data.authenticate, ee.data.getAsset, ee.data.computeValue, ee.data.listOperations, ee.data.cancelOperation, ee.data.startTableIngestion, ee.data.startIngestion, ee.data.getDownloadId,
25361
+ ee.data.authenticateViaPopup, ee.data.listAssets, ee.data.getList, ee.data.listFeatures, ee.data.authenticateViaPrivateKey, ee.data.getFeatureViewTilesKey, ee.data.getOperation, ee.data.cancelTask, ee.data.listImages, ee.data.getAssetAcl, ee.data.getTaskStatus, ee.data.newTaskId, ee.data.listBuckets, ee.data.makeTableDownloadUrl, ee.data.setWorkloadTag, ee.data.getWorkloadTag, ee.data.deleteAsset, ee.data.authenticateViaOauth, ee.data.copyAsset, ee.data.getTaskList, ee.data.getAssetRootQuota, ee.data.getTableDownloadId,
25362
+ ee.data.renameAsset, ee.data.setAssetProperties, ee.data.makeDownloadUrl, ee.data.createFolder, ee.data.setAssetAcl, ee.data.getMapId, ee.data.setDefaultWorkloadTag, ee.data.updateTask, ee.data.startProcessing, ee.data.getTileUrl, ee.data.createAsset, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.initialize, ee.Algorithms, ee.call, ee.reset, ee.InitState, ee.apply, ee.TILE_SIZE, ee.Element.prototype.set,
25363
+ ee.Feature, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.Filter.and, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.inList, ee.Filter, ee.Filter.prototype.not, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, ee.Filter.lt, ee.Function.prototype.apply,
25364
+ ee.Function.prototype.call, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Image.prototype.expression, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getInfo,
25365
+ ee.Image.prototype.getThumbURL, ee.Image.prototype.getThumbId, ee.Image.prototype.clip, ee.Image.cat, ee.Image.prototype.select, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.select, ee.ImageCollection, ee.List, ee.Number, ee.Serializer.encodeCloudApi, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toReadableJSON,
25366
+ ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
25367
25367
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
25368
25368
  });
25369
25369
  goog.global.EXPORTED_FN_INFO = exportedFnInfo;
@@ -455,7 +455,7 @@ Tc(q,f[m]))});return b?b(l):l};return this.callback?(qj(d,null,function(f,l){ret
455
455
  sj.prototype.send=function(a,b){var c=[a.B+" "+a.path+" HTTP/1.1"];c.push("Content-Type: application/json; charset=utf-8");var d=uj();null!=d&&c.push("Authorization: "+d);a=a.body?JSON.stringify(a.body):"";return[c.join("\r\n")+"\r\n\r\n"+a,b]};
456
456
  var vj=function(a,b,c){a=n(b.split("--"+a.split("; boundary=")[1]));for(b=a.next();!b.done;b=a.next())if(b=b.value.split("\r\n\r\n"),!(3>b.length)){var d=b[0].match(/\r\nContent-ID: <response-([^>]*)>/)[1],e=Number(b[1].match(/^HTTP\S*\s(\d+)\s/)[1]);c(d,e,b.slice(2).join("\r\n\r\n"))}},oj=function(){var a=wj.replace(/\/api$/,"");return"window"in r&&!a.match(/^https?:\/\/content-/)?a.replace(/^(https?:\/\/)(.*\.googleapis\.com)$/,"$1content-$2"):a},yj=function(a,b,c){var d=[];a&&(d=d.concat(xj));
457
457
  b&&d.push("https://www.googleapis.com/auth/devstorage.read_write");a=d=d.concat(c);c=b=0;for(var e={};c<a.length;){var g=a[c++],f=t(g)?"o"+ya(g):(typeof g).charAt(0)+g;Object.prototype.hasOwnProperty.call(e,f)||(e[f]=!0,a[b++]=g)}a.length=b;return d},Ej=function(a,b,c){zj&&Aj&&zj({client_id:String(Aj),immediate:!0,scope:Bj.join(" ")},function(d){if("immediate_failed"==d.error&&c)c();else if("window"in r)try{Cj(function(){try{r.gapi.auth.setToken(d),Dj(a,b,d)}catch(e){b(e.toString())}})}catch(e){b(e.toString())}else Dj(a,
458
- b,d)})},uj=function(){Fj&&0<=Date.now()-Fj&&Gj();return Hj},Gj=function(){Fj=Hj=null},lj=function(a,b,c,d){null!=a?wj=a:Ij||(wj="https://earthengine.googleapis.com/api");null!=b?Jj=b:Ij||(Jj="https://earthengine.googleapis.com");void 0!==c&&(Kj=c);kj=null!=d?d:kj||"earthengine-legacy";Ij=!0},qj=function(a,b,c,d,e,g){lj();var f=Lj,l="application/x-www-form-urlencoded";e&&(l="application/json",d&&d.startsWith("multipart")&&(l=d,d="POST"));d=d||"POST";l={"Content-Type":l};var m="0.1.350";"0.1.350"===
458
+ b,d)})},uj=function(){Fj&&0<=Date.now()-Fj&&Gj();return Hj},Gj=function(){Fj=Hj=null},lj=function(a,b,c,d){null!=a?wj=a:Ij||(wj="https://earthengine.googleapis.com/api");null!=b?Jj=b:Ij||(Jj="https://earthengine.googleapis.com");void 0!==c&&(Kj=c);kj=null!=d?d:kj||"earthengine-legacy";Ij=!0},qj=function(a,b,c,d,e,g){lj();var f=Lj,l="application/x-www-form-urlencoded";e&&(l="application/json",d&&d.startsWith("multipart")&&(l=d,d="POST"));d=d||"POST";l={"Content-Type":l};var m="0.1.351";"0.1.351"===
459
459
  m&&(m="latest");l["x-goog-api-client"]="ee-js/"+m;m=uj();if(null!=m)l.Authorization=m;else if(c&&zj&&Aj)return Ej(function(){Mj(f,function(){qj(a,b,c,d)})}),null;b=b?b.clone():new Ed;null!=Nj&&b.add("key",Nj);f&&(l["X-Earth-Engine-Computation-Profiling"]="1");kj&&"earthengine-legacy"!==kj&&(l["X-Goog-User-Project"]=kj);b=Oj(b,a);null!=Kj&&(l["X-XSRF-Token"]=Kj);null!=Pj&&(l["X-Earth-Engine-App-ID-Token"]=Pj);m=e||null;var q=b?b.toString():"";"POST"===d&&void 0===e?m=q:/^[\s\xa0]*$/.test(q)||(a+=-1!=
460
460
  a.indexOf("?")?"&":"?",a+=q);e=a.startsWith("/")?wj+a:a;if(c)return Qj.push(Rj(e,c,d,m,l,g)),Sj.lf(),null;q=function(D,Q){this.setRequestHeader&&this.setRequestHeader(Q,D)};var v=0;for(g=null!=g?g:5;;){var B=Xi(Vi);B.open(d,e,!1);Cb(l,q,B);B.send(m);if(429!=B.status||v>g)break;v++}return Tj(B.status,function(D){try{return B.getResponseHeader(D)}catch(Q){return null}},B.responseText,f,void 0,e,d)},Rj=function(a,b,c,d,e,g){var f=0,l={url:a,method:c,content:d,headers:e},m=Lj,q=null!=g?g:10;l.callback=
461
461
  function(v){v=v.target;if(429==v.getStatus()&&f<q)return f++,setTimeout(function(){Qj.push(l);Sj.lf()},Math.min(12E4,1E3*Math.pow(2,f))),null;var B=Tj,D=v.getStatus(),Q=u(v.getResponseHeader,v);try{var Y=v.s?v.s.responseText:""}catch(T){Qi(v.ia,"Can not get responseText: "+T.message),Y=""}return B(D,Q,Y,m,b,a,c)};return l},Mj=function(a,b){var c=Lj;try{Lj=a,b.call(void 0)}finally{Lj=c}},Tj=function(a,b,c,d,e,g,f){var l=d?b("X-Earth-Engine-Computation-Profile"):"";l&&d&&d(l);var m=function(Y){try{var T=
@@ -701,17 +701,17 @@ h.Al=function(){if(!this.mc){var a=u(function(d){this.mc||(dq(this.ga,this.fa,d)
701
701
  h.ga=null;h.Si=null;h.La=null;h.ni=null;var Cq=["load","abort","error"],Dq=function(){y.call(this);this.Ga=!1};p(Dq,y);Dq.prototype.setActive=function(a){this.Ga=a};Dq.prototype.isActive=function(){return this.Ga};var yq=function(a,b){tq.call(this,a,b)};p(yq,tq);yq.prototype.Xe=function(){return new Dq};yq.prototype.Ad=function(a){a.Ta()};yq.prototype.Pf=function(a){return!a.Ua&&!a.isActive()};var Eq=function(a,b,c,d,e){Kc.call(this,a,b,c,d,e);this.minZoom=d.minZoom||0;this.maxZoom=d.maxZoom||20;if(!window.google||!window.google.maps)throw Error("Google Maps API hasn't been initialized.");this.tileSize=d.tileSize||new google.maps.Size(256,256);this.name=d.name;this.wg=new Fc;this.Qf=1;this.wa=e||null};p(Eq,Kc);h=Eq.prototype;h.Ne=function(a){return Zb(this,"tileevent",a)};h.ag=function(a){gc(a)};
702
702
  h.getTile=function(a,b,c){if(b<this.minZoom||0>a.y||a.y>=1<<b)return a=c.createElement("IMG"),a.style.width="0px",a.style.height="0px",a;b=Lc(this,a,b);a=[this.url,b].join("/")+"?token="+this.token;this.wa&&this.wa.isEnabled()&&(a+="&profiling=1");b=[b,this.Bb,this.token].join("/");this.Bb+=1;c=nh("DIV",{id:b});var d=(new Date).getTime()/1E3;this.Db.push(b);ul(zq).send(b,a,d,u(this.al,this,c,b));Bp(this);return c};h.Qc=function(){return this.Db.length};
703
703
  h.releaseTile=function(a){ul(zq).abort(a.id);if(void 0!==a.firstElementChild)var b=a.firstElementChild;else for(b=a.firstChild;b&&1!=b.nodeType;)b=b.nextSibling;this.wg.remove(b);""!==a.id&&(this.vg.remove(a.id),this.wa&&this.wa.sl(a.id))};h.setOpacity=function(a){this.Qf=a;var b=this.wg.Fa();rc(b,function(c){Mp(c,a)})};
704
- h.al=function(a,b,c,d){"error"==c.type?(Ya(this.Db,b),this.vg.add(b),this.dispatchEvent(c)):(Ya(this.Db,b),c.target&&"load"==c.type&&(c=c.target,this.wg.add(c),1!=this.Qf&&Mp(c,this.Qf),a.appendChild(c)),Bp(this));this.wa&&null!==d&&this.wa.Ok(b,d)};w("ee.MapLayerOverlay",Eq);Eq.prototype.removeTileCallback=Eq.prototype.ag;Eq.prototype.addTileCallback=Eq.prototype.Ne;Eq.prototype.getTile=Eq.prototype.getTile;Eq.prototype.setOpacity=Eq.prototype.setOpacity;Eq.prototype.releaseTile=Eq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._call ee.ApiFunction._apply ee.ApiFunction.lookup ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.image.toAsset ee.batch.Export.table.toAsset ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.image.toDrive ee.Collection.prototype.limit ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.map 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.getAsset ee.data.listImages ee.data.setWorkloadTag ee.data.authenticateViaPopup ee.data.setDefaultWorkloadTag ee.data.getDownloadId ee.data.listBuckets ee.data.resetWorkloadTag ee.data.getTaskList ee.data.makeDownloadUrl ee.data.getAssetRootQuota ee.data.getTaskListWithLimit ee.data.getTableDownloadId ee.data.authenticateViaPrivateKey ee.data.getAssetRoots ee.data.listOperations ee.data.cancelOperation ee.data.getTaskStatus ee.data.createAssetHome ee.data.startProcessing ee.data.createAsset ee.data.getOperation ee.data.newTaskId ee.data.createFolder ee.data.deleteAsset ee.data.makeTableDownloadUrl ee.data.getTileUrl ee.data.cancelTask ee.data.getAssetAcl ee.data.getFeatureViewTilesKey ee.data.renameAsset ee.data.startTableIngestion ee.data.copyAsset ee.data.getMapId ee.data.getWorkloadTag ee.data.updateTask ee.data.authenticate ee.data.startIngestion ee.data.updateAsset ee.data.getThumbId ee.data.listFeatures ee.data.getVideoThumbId ee.data.listAssets ee.data.getFilmstripThumbId ee.data.getList ee.data.setAssetAcl ee.data.makeThumbUrl ee.data.computeValue ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getInfo ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.reset ee.InitState ee.Algorithms ee.call ee.apply ee.TILE_SIZE ee.initialize ee.Element.prototype.set ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte 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.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.Point ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.Image.cat ee.Image.prototype.select ee.Image.prototype.expression ee.Image ee.Image.prototype.getMap ee.ImageCollection.prototype.select ee.ImageCollection 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.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
705
- c=[["name","var_args"],["name","namedArgs"],["name"],"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(" "),["classifier","opt_description","opt_assetId"],"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),
706
- ["collection","opt_description","opt_assetId","opt_maxVertices"],"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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(" "),"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "),"image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "),
707
- "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_bucket 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(" "),"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(" "),
708
- ["max","opt_property","opt_ascending"],["start","opt_end"],["algorithm","opt_first"],["geometry"],["property","opt_ascending"],["algorithm","opt_dropNulls"],["name","operator","value"],["filter"],["legacy"],["opt_callback"],["func","var_args"],["callback"],["id","opt_callback"],["parent","opt_params","opt_callback"],["tag"],["opt_success","opt_error"],["tag"],["params","opt_callback"],["project","opt_callback"],["opt_resetDefault"],["opt_callback"],["id"],["rootId","opt_callback"],["opt_limit","opt_callback"],
709
- ["params","opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["opt_callback"],["opt_limit","opt_callback"],["operationName","opt_callback"],["taskId","opt_callback"],["requestedId","opt_callback"],["taskId","params","opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],["operationName","opt_callback"],["opt_count","opt_callback"],["path","opt_force","opt_callback"],["assetId","opt_callback"],["id"],["id","x","y","z"],["taskId",
710
- "opt_callback"],["assetId","opt_callback"],["params","opt_callback"],["sourceId","destinationId","opt_callback"],["taskId","request","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["params","opt_callback"],[],["taskId","action","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["taskId","request","opt_callback"],["assetId","asset","updateFields","opt_callback"],["params","opt_callback"],["asset","params","opt_callback"],["params",
711
- "opt_callback"],["parent","opt_params","opt_callback"],["params","opt_callback"],["params","opt_callback"],["assetId","aclUpdate","opt_callback"],["id"],["obj","opt_callback"],["assetId","properties","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["id","opt_callback"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],[],[],[],["func","var_args"],["func","namedArgs"],[],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
712
- ["var_args"],["opt_visParams","opt_callback"],["opt_callback"],["geometry","opt_properties"],["args","opt_column"],["opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_visParams","opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["name","operator","value"],["name","value"],["name","value"],["geometry","opt_errorMargin"],["name","value"],["name","value"],["name","value"],["var_args"],["var_args"],["name","value"],["start","opt_end"],[],["opt_leftField",
713
- "opt_rightValue","opt_rightField","opt_leftValue"],["opt_filter"],["namedArgs"],["var_args"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],[],[],["west","south","east","north"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError"],["legacy"],["coords","opt_proj","opt_geodesic","opt_maxError",
714
- "opt_evenOdd"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["params","opt_callback"],["r","g","b"],["opt_callback"],["params","opt_callback"],["var_args"],["params","opt_callback"],["geometry"],["var_args"],["var_args"],["expression","opt_map"],["opt_args"],["opt_visParams","opt_callback"],["selectors","opt_names"],["args"],["params","opt_callback"],["params","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],[],["list"],["number"],["obj"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],
715
- ["obj"],["obj"],["string"],[]];[O,Xm,Wm,Go,Ho,vo,Co,Bo,Eo,Do,xo,zo,Ao,Fo,yo,V.prototype.limit,V.prototype.jf,V.prototype.Nh,V.prototype.yh,V.prototype.sort,V.prototype.map,V.prototype.kf,V.prototype.filter,M.prototype.xa,M.prototype.U,M.prototype.Gg,M.prototype.evaluate,nm,rm,Gm,vl,Hm,Nl,sm,Im,Vl,Ol,Em,Ul,Pl,yl,tm,Wl,Xl,Tl,um,gm,vm,Yl,Rl,wm,zm,Ql,El,$l,Am,Fl,xm,mm,ym,Dl,Bl,Zl,xl,km,Bm,Il,Gl,Jl,qm,Kl,pm,Cm,Ll,Hl,Dm,wl,nm,Yo,cp,ap,bp,gp,hp,tp,up,sp,vp,wp,256,qp,R.prototype.set,W.prototype.getMap,W.prototype.U,
716
- W,X,X.prototype.U,X.prototype.vb,X.prototype.getMap,X.prototype.select,Vn,Kn,Ln,Un,On,Pn,Mn,Qn,Rn,Nn,Sn,U.prototype.wc,Tn,U,Rm.prototype.apply,Rm.prototype.call,tn,An,un,yn,Bn,S.prototype.ke,S.prototype.yg,vn,qn,zn,S.prototype.xa,Cn,S,L.prototype.vb,io,L.prototype.U,L.prototype.tf,L.prototype.ti,L.prototype.Id,L.prototype.clip,jo,L.prototype.select,L.prototype.l,L,L.prototype.getMap,Z.prototype.select,Z,Z.prototype.rf,Z.prototype.vf,Z.prototype.getMap,Z.prototype.U,Z.prototype.first,ko,Oo,Zk,$k,al,
717
- Xk,Rk,Sk,Uk,Ro,kp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});r.EXPORTED_FN_INFO=a})();}).call(this);
704
+ h.al=function(a,b,c,d){"error"==c.type?(Ya(this.Db,b),this.vg.add(b),this.dispatchEvent(c)):(Ya(this.Db,b),c.target&&"load"==c.type&&(c=c.target,this.wg.add(c),1!=this.Qf&&Mp(c,this.Qf),a.appendChild(c)),Bp(this));this.wa&&null!==d&&this.wa.Ok(b,d)};w("ee.MapLayerOverlay",Eq);Eq.prototype.removeTileCallback=Eq.prototype.ag;Eq.prototype.addTileCallback=Eq.prototype.Ne;Eq.prototype.getTile=Eq.prototype.getTile;Eq.prototype.setOpacity=Eq.prototype.setOpacity;Eq.prototype.releaseTile=Eq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.table.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toCloudStorage ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.filterMetadata ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.filterBounds ee.Collection.prototype.limit ee.Collection.prototype.sort ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.makeThumbUrl ee.data.createAssetHome ee.data.getTaskListWithLimit ee.data.getAssetRoots ee.data.getFilmstripThumbId ee.data.getVideoThumbId ee.data.getInfo ee.data.resetWorkloadTag ee.data.getThumbId ee.data.updateAsset ee.data.authenticate ee.data.getAsset ee.data.computeValue ee.data.listOperations ee.data.cancelOperation ee.data.startTableIngestion ee.data.startIngestion ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.listAssets ee.data.getList ee.data.listFeatures ee.data.authenticateViaPrivateKey ee.data.getFeatureViewTilesKey ee.data.getOperation ee.data.cancelTask ee.data.listImages ee.data.getAssetAcl ee.data.getTaskStatus ee.data.newTaskId ee.data.listBuckets ee.data.makeTableDownloadUrl ee.data.setWorkloadTag ee.data.getWorkloadTag ee.data.deleteAsset ee.data.authenticateViaOauth ee.data.copyAsset ee.data.getTaskList ee.data.getAssetRootQuota ee.data.getTableDownloadId ee.data.renameAsset ee.data.setAssetProperties ee.data.makeDownloadUrl ee.data.createFolder ee.data.setAssetAcl ee.data.getMapId ee.data.setDefaultWorkloadTag ee.data.updateTask ee.data.startProcessing ee.data.getTileUrl ee.data.createAsset ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.initialize ee.Algorithms ee.call ee.reset ee.InitState ee.apply ee.TILE_SIZE ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.inList ee.Filter ee.Filter.prototype.not ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Filter.lt ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Point ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Image.prototype.expression ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.Image.cat ee.Image.prototype.select ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.ImageCollection ee.List ee.Number ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.String ee.Terrain".split(" "),
705
+ c=[["name"],["name","namedArgs"],["name","var_args"],"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),["classifier","opt_description","opt_assetId"],"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".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(" "),
706
+ "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_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(" "),["collection","opt_description","opt_assetId","opt_maxVertices"],"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
707
+ "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(" "),"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_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(" "),
708
+ "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(" "),["algorithm","opt_dropNulls"],["filter"],["name","operator","value"],["algorithm","opt_first"],["start","opt_end"],["geometry"],["max","opt_property","opt_ascending"],["property","opt_ascending"],["func","var_args"],["callback"],["opt_callback"],["legacy"],["id"],["requestedId",
709
+ "opt_callback"],["opt_limit","opt_callback"],["opt_callback"],["params","opt_callback"],["params","opt_callback"],["id","opt_callback"],["opt_resetDefault"],["params","opt_callback"],["assetId","asset","updateFields","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["id","opt_callback"],["obj","opt_callback"],["opt_limit","opt_callback"],["operationName","opt_callback"],["taskId","request","opt_callback"],["taskId","request","opt_callback"],["params","opt_callback"],
710
+ ["opt_success","opt_error"],["parent","opt_params","opt_callback"],["params","opt_callback"],["asset","params","opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["params","opt_callback"],["operationName","opt_callback"],["taskId","opt_callback"],["parent","opt_params","opt_callback"],["assetId","opt_callback"],["taskId","opt_callback"],["opt_count","opt_callback"],["project","opt_callback"],["id"],["tag"],[],["assetId","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),
711
+ ["sourceId","destinationId","opt_overwrite","opt_callback"],["opt_callback"],["rootId","opt_callback"],["params","opt_callback"],["sourceId","destinationId","opt_callback"],["assetId","properties","opt_callback"],["id"],["path","opt_force","opt_callback"],["assetId","aclUpdate","opt_callback"],["params","opt_callback"],["tag"],["taskId","action","opt_callback"],["taskId","params","opt_callback"],["id","x","y","z"],["value","opt_path","opt_force","opt_properties","opt_callback"],["date","opt_tz"],
712
+ ["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"],["opt_callback"],["args","opt_column"],["opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_visParams","opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["var_args"],
713
+ ["var_args"],["name","value"],["start","opt_end"],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["opt_filter"],[],["name","operator","value"],["name","value"],["name","value"],["geometry","opt_errorMargin"],["name","value"],["name","value"],["name","value"],["namedArgs"],["var_args"],["coords","opt_proj"],["west","south","east","north"],["coords","opt_proj","opt_geodesic","opt_maxError"],["legacy"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["geoJson",
714
+ "opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],[],[],["expression","opt_map"],["opt_args"],["var_args"],["opt_visParams","opt_callback"],["params","opt_callback"],["r","g","b"],["opt_callback"],["params","opt_callback"],["params","opt_callback"],["geometry"],["var_args"],
715
+ ["var_args"],["params","opt_callback"],["params","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],[],["selectors","opt_names"],["args"],["list"],["number"],["obj"],["obj","opt_isCompound"],["obj"],["obj"],["obj"],["obj"],["obj"],["string"],[]];[Wm,Xm,O,Bo,Ho,Do,Fo,Eo,yo,Co,Ao,zo,vo,Go,xo,V.prototype.map,V.prototype.filter,V.prototype.kf,V.prototype.Nh,V.prototype.jf,V.prototype.yh,V.prototype.limit,V.prototype.sort,M.prototype.Gg,M.prototype.evaluate,M.prototype.U,M.prototype.xa,
716
+ Ll,um,Ul,tm,Kl,Jl,nm,Im,Il,Bm,xl,nm,Hl,Wl,Xl,mm,km,Nl,vl,qm,pm,Gl,yl,Fl,Yl,$l,rm,Am,Tl,Rl,sm,Ql,Gm,Bl,zm,wl,ym,Vl,Em,Pl,xm,Dm,Ol,wm,Cm,Dl,Hm,Zl,gm,El,vm,Yo,cp,bp,ap,gp,hp,qp,sp,vp,tp,up,wp,256,R.prototype.set,W,W.prototype.getMap,W.prototype.U,X,X.prototype.U,X.prototype.vb,X.prototype.getMap,X.prototype.select,Qn,Rn,Nn,Sn,Tn,U,U.prototype.wc,Vn,Kn,Ln,Un,On,Pn,Mn,Rm.prototype.apply,Rm.prototype.call,qn,vn,zn,S.prototype.xa,Cn,S,tn,An,un,yn,Bn,S.prototype.ke,S.prototype.yg,L.prototype.l,L,L.prototype.ti,
717
+ L.prototype.getMap,L.prototype.vb,io,L.prototype.U,L.prototype.tf,L.prototype.Id,L.prototype.clip,jo,L.prototype.select,Z.prototype.rf,Z.prototype.vf,Z.prototype.getMap,Z.prototype.U,Z.prototype.first,Z.prototype.select,Z,ko,Oo,Xk,Rk,Sk,Uk,Zk,$k,al,Ro,kp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});r.EXPORTED_FN_INFO=a})();}).call(this);
@@ -17587,7 +17587,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
17587
17587
  ee.apiclient = {};
17588
17588
  var module$contents$ee$apiclient_apiclient = {};
17589
17589
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
17590
- ee.apiclient.API_CLIENT_VERSION = "0.1.350";
17590
+ ee.apiclient.API_CLIENT_VERSION = "0.1.351";
17591
17591
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
17592
17592
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
17593
17593
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -17868,8 +17868,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
17868
17868
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
17869
17869
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
17870
17870
  method = method || "POST";
17871
- var headers = {"Content-Type":contentType,}, version = "0.1.350";
17872
- "0.1.350" === version && (version = "latest");
17871
+ var headers = {"Content-Type":contentType,}, version = "0.1.351";
17872
+ "0.1.351" === version && (version = "latest");
17873
17873
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
17874
17874
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
17875
17875
  if (null != authToken) {
@@ -21986,7 +21986,7 @@ module$contents$ee$batch_Export.table.toFeatureView = function(collection, opt_d
21986
21986
  return module$contents$ee$batch_ExportTask.create(serverConfig);
21987
21987
  };
21988
21988
  goog.exportSymbol("module$contents$ee$batch_Export.table.toFeatureView", module$contents$ee$batch_Export.table.toFeatureView);
21989
- module$contents$ee$batch_Export.table.toBigQuery = function(collection, opt_description, opt_table, opt_selectors, opt_maxVertices) {
21989
+ module$contents$ee$batch_Export.table.toBigQuery = function(collection, opt_description, opt_table, opt_selectors, opt_maxVertices, opt_overwrite) {
21990
21990
  var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.table.toBigQuery, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.BIGQUERY, ee.data.ExportType.TABLE);
21991
21991
  return module$contents$ee$batch_ExportTask.create(serverConfig);
21992
21992
  };
@@ -17587,7 +17587,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
17587
17587
  ee.apiclient = {};
17588
17588
  var module$contents$ee$apiclient_apiclient = {};
17589
17589
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
17590
- ee.apiclient.API_CLIENT_VERSION = "0.1.350";
17590
+ ee.apiclient.API_CLIENT_VERSION = "0.1.351";
17591
17591
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
17592
17592
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
17593
17593
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -17868,8 +17868,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
17868
17868
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
17869
17869
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
17870
17870
  method = method || "POST";
17871
- var headers = {"Content-Type":contentType,}, version = "0.1.350";
17872
- "0.1.350" === version && (version = "latest");
17871
+ var headers = {"Content-Type":contentType,}, version = "0.1.351";
17872
+ "0.1.351" === version && (version = "latest");
17873
17873
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
17874
17874
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
17875
17875
  if (null != authToken) {
@@ -21986,7 +21986,7 @@ module$contents$ee$batch_Export.table.toFeatureView = function(collection, opt_d
21986
21986
  return module$contents$ee$batch_ExportTask.create(serverConfig);
21987
21987
  };
21988
21988
  goog.exportSymbol("module$contents$ee$batch_Export.table.toFeatureView", module$contents$ee$batch_Export.table.toFeatureView);
21989
- module$contents$ee$batch_Export.table.toBigQuery = function(collection, opt_description, opt_table, opt_selectors, opt_maxVertices) {
21989
+ module$contents$ee$batch_Export.table.toBigQuery = function(collection, opt_description, opt_table, opt_selectors, opt_maxVertices, opt_overwrite) {
21990
21990
  var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.table.toBigQuery, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.BIGQUERY, ee.data.ExportType.TABLE);
21991
21991
  return module$contents$ee$batch_ExportTask.create(serverConfig);
21992
21992
  };
@@ -25342,28 +25342,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
25342
25342
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
25343
25343
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
25344
25344
  (function() {
25345
- var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction._apply ee.ApiFunction.lookup ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.image.toAsset ee.batch.Export.table.toAsset ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.image.toDrive ee.Collection.prototype.limit ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.map 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.getAsset ee.data.listImages ee.data.setWorkloadTag ee.data.authenticateViaPopup ee.data.setDefaultWorkloadTag ee.data.getDownloadId ee.data.listBuckets ee.data.resetWorkloadTag ee.data.getTaskList ee.data.makeDownloadUrl ee.data.getAssetRootQuota ee.data.getTaskListWithLimit ee.data.getTableDownloadId ee.data.authenticateViaPrivateKey ee.data.getAssetRoots ee.data.listOperations ee.data.cancelOperation ee.data.getTaskStatus ee.data.createAssetHome ee.data.startProcessing ee.data.createAsset ee.data.getOperation ee.data.newTaskId ee.data.createFolder ee.data.deleteAsset ee.data.makeTableDownloadUrl ee.data.getTileUrl ee.data.cancelTask ee.data.getAssetAcl ee.data.getFeatureViewTilesKey ee.data.renameAsset ee.data.startTableIngestion ee.data.copyAsset ee.data.getMapId ee.data.getWorkloadTag ee.data.updateTask ee.data.authenticate ee.data.startIngestion ee.data.updateAsset ee.data.getThumbId ee.data.listFeatures ee.data.getVideoThumbId ee.data.listAssets ee.data.getFilmstripThumbId ee.data.getList ee.data.setAssetAcl ee.data.makeThumbUrl ee.data.computeValue ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getInfo ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.reset ee.InitState ee.Algorithms ee.call ee.apply ee.TILE_SIZE ee.initialize ee.Element.prototype.set ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte 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.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.Point ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.Image.cat ee.Image.prototype.select ee.Image.prototype.expression ee.Image ee.Image.prototype.getMap ee.ImageCollection.prototype.select ee.ImageCollection 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.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
25346
- orderedParamLists = [["name", "var_args"], ["name", "namedArgs"], ["name"], "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(" "), ["classifier", "opt_description", "opt_assetId"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),
25347
- ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "),
25348
- "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_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_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
25349
- "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(" "), ["max", "opt_property", "opt_ascending"], ["start", "opt_end"], ["algorithm", "opt_first"], ["geometry"],
25350
- ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["name", "operator", "value"], ["filter"], ["legacy"], ["opt_callback"], ["func", "var_args"], ["callback"], ["id", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["tag"], ["opt_success", "opt_error"], ["tag"], ["params", "opt_callback"], ["project", "opt_callback"], ["opt_resetDefault"], ["opt_callback"], ["id"], ["rootId", "opt_callback"], ["opt_limit", "opt_callback"], ["params", "opt_callback"], ["privateKey", "opt_success",
25351
- "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "params", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["operationName", "opt_callback"], ["opt_count", "opt_callback"], ["path", "opt_force", "opt_callback"], ["assetId", "opt_callback"], ["id"], ["id", "x", "y", "z"], ["taskId", "opt_callback"],
25352
- ["assetId", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["taskId", "request", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], [], ["taskId", "action", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["taskId", "request", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["asset", "params",
25353
- "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["id"], ["obj", "opt_callback"], ["assetId", "properties", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["id", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], [], [], ["func", "var_args"], ["func",
25354
- "namedArgs"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["var_args"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["geometry", "opt_properties"], ["args", "opt_column"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry",
25355
- "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError",
25356
- "opt_evenOdd"], [], [], ["west", "south", "east", "north"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["params", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["var_args"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["var_args"], ["expression", "opt_map"], ["opt_args"], ["opt_visParams",
25357
- "opt_callback"], ["selectors", "opt_names"], ["args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["string"], []];
25358
- [ee.ApiFunction._call, ee.ApiFunction._apply, ee.ApiFunction.lookup, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.map.toCloudStorage,
25359
- module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.image.toDrive, ee.Collection.prototype.limit, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filter, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.aside,
25360
- ee.ComputedObject.prototype.evaluate, ee.data.getAsset, ee.data.listImages, ee.data.setWorkloadTag, ee.data.authenticateViaPopup, ee.data.setDefaultWorkloadTag, ee.data.getDownloadId, ee.data.listBuckets, ee.data.resetWorkloadTag, ee.data.getTaskList, ee.data.makeDownloadUrl, ee.data.getAssetRootQuota, ee.data.getTaskListWithLimit, ee.data.getTableDownloadId, ee.data.authenticateViaPrivateKey, ee.data.getAssetRoots, ee.data.listOperations, ee.data.cancelOperation, ee.data.getTaskStatus, ee.data.createAssetHome,
25361
- ee.data.startProcessing, ee.data.createAsset, ee.data.getOperation, ee.data.newTaskId, ee.data.createFolder, ee.data.deleteAsset, ee.data.makeTableDownloadUrl, ee.data.getTileUrl, ee.data.cancelTask, ee.data.getAssetAcl, ee.data.getFeatureViewTilesKey, ee.data.renameAsset, ee.data.startTableIngestion, ee.data.copyAsset, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.updateTask, ee.data.authenticate, ee.data.startIngestion, ee.data.updateAsset, ee.data.getThumbId, ee.data.listFeatures, ee.data.getVideoThumbId,
25362
- ee.data.listAssets, ee.data.getFilmstripThumbId, ee.data.getList, ee.data.setAssetAcl, ee.data.makeThumbUrl, ee.data.computeValue, ee.data.setAssetProperties, ee.data.authenticateViaOauth, ee.data.getInfo, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.decode, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.reset, ee.InitState, ee.Algorithms, ee.call, ee.apply, ee.TILE_SIZE, ee.initialize, ee.Element.prototype.set, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo,
25363
- ee.Feature, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, 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.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.MultiPoint,
25364
- ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.BBox, ee.Geometry.Point, ee.Geometry.LinearRing, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbURL, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.prototype.clip, ee.Image.cat,
25365
- ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image, ee.Image.prototype.getMap, ee.ImageCollection.prototype.select, ee.ImageCollection, 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.toCloudApiJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApi,
25366
- ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
25345
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.table.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toCloudStorage ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.filterMetadata ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.filterBounds ee.Collection.prototype.limit ee.Collection.prototype.sort ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.makeThumbUrl ee.data.createAssetHome ee.data.getTaskListWithLimit ee.data.getAssetRoots ee.data.getFilmstripThumbId ee.data.getVideoThumbId ee.data.getInfo ee.data.resetWorkloadTag ee.data.getThumbId ee.data.updateAsset ee.data.authenticate ee.data.getAsset ee.data.computeValue ee.data.listOperations ee.data.cancelOperation ee.data.startTableIngestion ee.data.startIngestion ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.listAssets ee.data.getList ee.data.listFeatures ee.data.authenticateViaPrivateKey ee.data.getFeatureViewTilesKey ee.data.getOperation ee.data.cancelTask ee.data.listImages ee.data.getAssetAcl ee.data.getTaskStatus ee.data.newTaskId ee.data.listBuckets ee.data.makeTableDownloadUrl ee.data.setWorkloadTag ee.data.getWorkloadTag ee.data.deleteAsset ee.data.authenticateViaOauth ee.data.copyAsset ee.data.getTaskList ee.data.getAssetRootQuota ee.data.getTableDownloadId ee.data.renameAsset ee.data.setAssetProperties ee.data.makeDownloadUrl ee.data.createFolder ee.data.setAssetAcl ee.data.getMapId ee.data.setDefaultWorkloadTag ee.data.updateTask ee.data.startProcessing ee.data.getTileUrl ee.data.createAsset ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.initialize ee.Algorithms ee.call ee.reset ee.InitState ee.apply ee.TILE_SIZE ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.inList ee.Filter ee.Filter.prototype.not ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Filter.lt ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Point ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Image.prototype.expression ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.Image.cat ee.Image.prototype.select ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.ImageCollection ee.List ee.Number ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.String ee.Terrain".split(" "),
25346
+ orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), ["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".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(" "),
25347
+ "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_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(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
25348
+ "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(" "), "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_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(" "),
25349
+ "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(" "), ["algorithm", "opt_dropNulls"], ["filter"], ["name", "operator", "value"], ["algorithm", "opt_first"], ["start", "opt_end"], ["geometry"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["func", "var_args"], ["callback"], ["opt_callback"], ["legacy"],
25350
+ ["id"], ["requestedId", "opt_callback"], ["opt_limit", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["id", "opt_callback"], ["opt_resetDefault"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id", "opt_callback"], ["obj", "opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "request", "opt_callback"],
25351
+ ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["opt_success", "opt_error"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["asset", "params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "opt_callback"], ["opt_count",
25352
+ "opt_callback"], ["project", "opt_callback"], ["id"], ["tag"], [], ["assetId", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["assetId", "properties", "opt_callback"], ["id"], ["path", "opt_force", "opt_callback"], ["assetId", "aclUpdate",
25353
+ "opt_callback"], ["params", "opt_callback"], ["tag"], ["taskId", "action", "opt_callback"], ["taskId", "params", "opt_callback"], ["id", "x", "y", "z"], ["value", "opt_path", "opt_force", "opt_properties", "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"],
25354
+ ["opt_visParams", "opt_callback"], ["opt_callback"], ["args", "opt_column"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], [], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry",
25355
+ "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords",
25356
+ "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], [], ["expression", "opt_map"], ["opt_args"], ["var_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["selectors",
25357
+ "opt_names"], ["args"], ["list"], ["number"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
25358
+ [ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.map.toCloudStorage,
25359
+ module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toCloudStorage, ee.Collection.prototype.map, ee.Collection.prototype.filter, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.iterate, ee.Collection.prototype.filterDate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate,
25360
+ ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.makeThumbUrl, ee.data.createAssetHome, ee.data.getTaskListWithLimit, ee.data.getAssetRoots, ee.data.getFilmstripThumbId, ee.data.getVideoThumbId, ee.data.getInfo, ee.data.resetWorkloadTag, ee.data.getThumbId, ee.data.updateAsset, ee.data.authenticate, ee.data.getAsset, ee.data.computeValue, ee.data.listOperations, ee.data.cancelOperation, ee.data.startTableIngestion, ee.data.startIngestion, ee.data.getDownloadId,
25361
+ ee.data.authenticateViaPopup, ee.data.listAssets, ee.data.getList, ee.data.listFeatures, ee.data.authenticateViaPrivateKey, ee.data.getFeatureViewTilesKey, ee.data.getOperation, ee.data.cancelTask, ee.data.listImages, ee.data.getAssetAcl, ee.data.getTaskStatus, ee.data.newTaskId, ee.data.listBuckets, ee.data.makeTableDownloadUrl, ee.data.setWorkloadTag, ee.data.getWorkloadTag, ee.data.deleteAsset, ee.data.authenticateViaOauth, ee.data.copyAsset, ee.data.getTaskList, ee.data.getAssetRootQuota, ee.data.getTableDownloadId,
25362
+ ee.data.renameAsset, ee.data.setAssetProperties, ee.data.makeDownloadUrl, ee.data.createFolder, ee.data.setAssetAcl, ee.data.getMapId, ee.data.setDefaultWorkloadTag, ee.data.updateTask, ee.data.startProcessing, ee.data.getTileUrl, ee.data.createAsset, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.initialize, ee.Algorithms, ee.call, ee.reset, ee.InitState, ee.apply, ee.TILE_SIZE, ee.Element.prototype.set,
25363
+ ee.Feature, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.Filter.and, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.inList, ee.Filter, ee.Filter.prototype.not, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, ee.Filter.lt, ee.Function.prototype.apply,
25364
+ ee.Function.prototype.call, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Image.prototype.expression, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getInfo,
25365
+ ee.Image.prototype.getThumbURL, ee.Image.prototype.getThumbId, ee.Image.prototype.clip, ee.Image.cat, ee.Image.prototype.select, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.select, ee.ImageCollection, ee.List, ee.Number, ee.Serializer.encodeCloudApi, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toReadableJSON,
25366
+ ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
25367
25367
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
25368
25368
  });
25369
25369
  goog.global.EXPORTED_FN_INFO = exportedFnInfo;
package/build/main.js CHANGED
@@ -17589,7 +17589,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
17589
17589
  ee.apiclient = {};
17590
17590
  var module$contents$ee$apiclient_apiclient = {};
17591
17591
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
17592
- ee.apiclient.API_CLIENT_VERSION = "0.1.350";
17592
+ ee.apiclient.API_CLIENT_VERSION = "0.1.351";
17593
17593
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
17594
17594
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
17595
17595
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -17870,8 +17870,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
17870
17870
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
17871
17871
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
17872
17872
  method = method || "POST";
17873
- var headers = {"Content-Type":contentType,}, version = "0.1.350";
17874
- "0.1.350" === version && (version = "latest");
17873
+ var headers = {"Content-Type":contentType,}, version = "0.1.351";
17874
+ "0.1.351" === version && (version = "latest");
17875
17875
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
17876
17876
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
17877
17877
  if (null != authToken) {
@@ -21988,7 +21988,7 @@ module$contents$ee$batch_Export.table.toFeatureView = function(collection, opt_d
21988
21988
  return module$contents$ee$batch_ExportTask.create(serverConfig);
21989
21989
  };
21990
21990
  goog.exportSymbol("module$contents$ee$batch_Export.table.toFeatureView", module$contents$ee$batch_Export.table.toFeatureView);
21991
- module$contents$ee$batch_Export.table.toBigQuery = function(collection, opt_description, opt_table, opt_selectors, opt_maxVertices) {
21991
+ module$contents$ee$batch_Export.table.toBigQuery = function(collection, opt_description, opt_table, opt_selectors, opt_maxVertices, opt_overwrite) {
21992
21992
  var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.table.toBigQuery, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.BIGQUERY, ee.data.ExportType.TABLE);
21993
21993
  return module$contents$ee$batch_ExportTask.create(serverConfig);
21994
21994
  };
@@ -25344,28 +25344,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
25344
25344
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
25345
25345
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
25346
25346
  (function() {
25347
- var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction._apply ee.ApiFunction.lookup ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.image.toAsset ee.batch.Export.table.toAsset ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.image.toDrive ee.Collection.prototype.limit ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.map 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.getAsset ee.data.listImages ee.data.setWorkloadTag ee.data.authenticateViaPopup ee.data.setDefaultWorkloadTag ee.data.getDownloadId ee.data.listBuckets ee.data.resetWorkloadTag ee.data.getTaskList ee.data.makeDownloadUrl ee.data.getAssetRootQuota ee.data.getTaskListWithLimit ee.data.getTableDownloadId ee.data.authenticateViaPrivateKey ee.data.getAssetRoots ee.data.listOperations ee.data.cancelOperation ee.data.getTaskStatus ee.data.createAssetHome ee.data.startProcessing ee.data.createAsset ee.data.getOperation ee.data.newTaskId ee.data.createFolder ee.data.deleteAsset ee.data.makeTableDownloadUrl ee.data.getTileUrl ee.data.cancelTask ee.data.getAssetAcl ee.data.getFeatureViewTilesKey ee.data.renameAsset ee.data.startTableIngestion ee.data.copyAsset ee.data.getMapId ee.data.getWorkloadTag ee.data.updateTask ee.data.authenticate ee.data.startIngestion ee.data.updateAsset ee.data.getThumbId ee.data.listFeatures ee.data.getVideoThumbId ee.data.listAssets ee.data.getFilmstripThumbId ee.data.getList ee.data.setAssetAcl ee.data.makeThumbUrl ee.data.computeValue ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getInfo ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.reset ee.InitState ee.Algorithms ee.call ee.apply ee.TILE_SIZE ee.initialize ee.Element.prototype.set ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte 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.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.Point ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.Image.cat ee.Image.prototype.select ee.Image.prototype.expression ee.Image ee.Image.prototype.getMap ee.ImageCollection.prototype.select ee.ImageCollection 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.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
25348
- orderedParamLists = [["name", "var_args"], ["name", "namedArgs"], ["name"], "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(" "), ["classifier", "opt_description", "opt_assetId"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),
25349
- ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "),
25350
- "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_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_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
25351
- "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(" "), ["max", "opt_property", "opt_ascending"], ["start", "opt_end"], ["algorithm", "opt_first"], ["geometry"],
25352
- ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["name", "operator", "value"], ["filter"], ["legacy"], ["opt_callback"], ["func", "var_args"], ["callback"], ["id", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["tag"], ["opt_success", "opt_error"], ["tag"], ["params", "opt_callback"], ["project", "opt_callback"], ["opt_resetDefault"], ["opt_callback"], ["id"], ["rootId", "opt_callback"], ["opt_limit", "opt_callback"], ["params", "opt_callback"], ["privateKey", "opt_success",
25353
- "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "params", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["operationName", "opt_callback"], ["opt_count", "opt_callback"], ["path", "opt_force", "opt_callback"], ["assetId", "opt_callback"], ["id"], ["id", "x", "y", "z"], ["taskId", "opt_callback"],
25354
- ["assetId", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["taskId", "request", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], [], ["taskId", "action", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["taskId", "request", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["asset", "params",
25355
- "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["id"], ["obj", "opt_callback"], ["assetId", "properties", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["id", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], [], [], ["func", "var_args"], ["func",
25356
- "namedArgs"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["var_args"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["geometry", "opt_properties"], ["args", "opt_column"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry",
25357
- "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError",
25358
- "opt_evenOdd"], [], [], ["west", "south", "east", "north"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["params", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["var_args"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["var_args"], ["expression", "opt_map"], ["opt_args"], ["opt_visParams",
25359
- "opt_callback"], ["selectors", "opt_names"], ["args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["string"], []];
25360
- [ee.ApiFunction._call, ee.ApiFunction._apply, ee.ApiFunction.lookup, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.map.toCloudStorage,
25361
- module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.image.toDrive, ee.Collection.prototype.limit, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filter, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.aside,
25362
- ee.ComputedObject.prototype.evaluate, ee.data.getAsset, ee.data.listImages, ee.data.setWorkloadTag, ee.data.authenticateViaPopup, ee.data.setDefaultWorkloadTag, ee.data.getDownloadId, ee.data.listBuckets, ee.data.resetWorkloadTag, ee.data.getTaskList, ee.data.makeDownloadUrl, ee.data.getAssetRootQuota, ee.data.getTaskListWithLimit, ee.data.getTableDownloadId, ee.data.authenticateViaPrivateKey, ee.data.getAssetRoots, ee.data.listOperations, ee.data.cancelOperation, ee.data.getTaskStatus, ee.data.createAssetHome,
25363
- ee.data.startProcessing, ee.data.createAsset, ee.data.getOperation, ee.data.newTaskId, ee.data.createFolder, ee.data.deleteAsset, ee.data.makeTableDownloadUrl, ee.data.getTileUrl, ee.data.cancelTask, ee.data.getAssetAcl, ee.data.getFeatureViewTilesKey, ee.data.renameAsset, ee.data.startTableIngestion, ee.data.copyAsset, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.updateTask, ee.data.authenticate, ee.data.startIngestion, ee.data.updateAsset, ee.data.getThumbId, ee.data.listFeatures, ee.data.getVideoThumbId,
25364
- ee.data.listAssets, ee.data.getFilmstripThumbId, ee.data.getList, ee.data.setAssetAcl, ee.data.makeThumbUrl, ee.data.computeValue, ee.data.setAssetProperties, ee.data.authenticateViaOauth, ee.data.getInfo, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.decode, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.reset, ee.InitState, ee.Algorithms, ee.call, ee.apply, ee.TILE_SIZE, ee.initialize, ee.Element.prototype.set, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo,
25365
- ee.Feature, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, 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.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.MultiPoint,
25366
- ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.BBox, ee.Geometry.Point, ee.Geometry.LinearRing, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbURL, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.prototype.clip, ee.Image.cat,
25367
- ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image, ee.Image.prototype.getMap, ee.ImageCollection.prototype.select, ee.ImageCollection, 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.toCloudApiJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApi,
25368
- ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
25347
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.table.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toCloudStorage ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.filterMetadata ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.filterBounds ee.Collection.prototype.limit ee.Collection.prototype.sort ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.makeThumbUrl ee.data.createAssetHome ee.data.getTaskListWithLimit ee.data.getAssetRoots ee.data.getFilmstripThumbId ee.data.getVideoThumbId ee.data.getInfo ee.data.resetWorkloadTag ee.data.getThumbId ee.data.updateAsset ee.data.authenticate ee.data.getAsset ee.data.computeValue ee.data.listOperations ee.data.cancelOperation ee.data.startTableIngestion ee.data.startIngestion ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.listAssets ee.data.getList ee.data.listFeatures ee.data.authenticateViaPrivateKey ee.data.getFeatureViewTilesKey ee.data.getOperation ee.data.cancelTask ee.data.listImages ee.data.getAssetAcl ee.data.getTaskStatus ee.data.newTaskId ee.data.listBuckets ee.data.makeTableDownloadUrl ee.data.setWorkloadTag ee.data.getWorkloadTag ee.data.deleteAsset ee.data.authenticateViaOauth ee.data.copyAsset ee.data.getTaskList ee.data.getAssetRootQuota ee.data.getTableDownloadId ee.data.renameAsset ee.data.setAssetProperties ee.data.makeDownloadUrl ee.data.createFolder ee.data.setAssetAcl ee.data.getMapId ee.data.setDefaultWorkloadTag ee.data.updateTask ee.data.startProcessing ee.data.getTileUrl ee.data.createAsset ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.initialize ee.Algorithms ee.call ee.reset ee.InitState ee.apply ee.TILE_SIZE ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.inList ee.Filter ee.Filter.prototype.not ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Filter.lt ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Point ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Image.prototype.expression ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.Image.cat ee.Image.prototype.select ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.ImageCollection ee.List ee.Number ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.String ee.Terrain".split(" "),
25348
+ orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), ["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".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(" "),
25349
+ "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_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(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
25350
+ "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(" "), "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_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(" "),
25351
+ "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(" "), ["algorithm", "opt_dropNulls"], ["filter"], ["name", "operator", "value"], ["algorithm", "opt_first"], ["start", "opt_end"], ["geometry"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["func", "var_args"], ["callback"], ["opt_callback"], ["legacy"],
25352
+ ["id"], ["requestedId", "opt_callback"], ["opt_limit", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["id", "opt_callback"], ["opt_resetDefault"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id", "opt_callback"], ["obj", "opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "request", "opt_callback"],
25353
+ ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["opt_success", "opt_error"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["asset", "params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "opt_callback"], ["opt_count",
25354
+ "opt_callback"], ["project", "opt_callback"], ["id"], ["tag"], [], ["assetId", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["assetId", "properties", "opt_callback"], ["id"], ["path", "opt_force", "opt_callback"], ["assetId", "aclUpdate",
25355
+ "opt_callback"], ["params", "opt_callback"], ["tag"], ["taskId", "action", "opt_callback"], ["taskId", "params", "opt_callback"], ["id", "x", "y", "z"], ["value", "opt_path", "opt_force", "opt_properties", "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"],
25356
+ ["opt_visParams", "opt_callback"], ["opt_callback"], ["args", "opt_column"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], [], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry",
25357
+ "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords",
25358
+ "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], [], ["expression", "opt_map"], ["opt_args"], ["var_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["selectors",
25359
+ "opt_names"], ["args"], ["list"], ["number"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
25360
+ [ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.map.toCloudStorage,
25361
+ module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toCloudStorage, ee.Collection.prototype.map, ee.Collection.prototype.filter, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.iterate, ee.Collection.prototype.filterDate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate,
25362
+ ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.makeThumbUrl, ee.data.createAssetHome, ee.data.getTaskListWithLimit, ee.data.getAssetRoots, ee.data.getFilmstripThumbId, ee.data.getVideoThumbId, ee.data.getInfo, ee.data.resetWorkloadTag, ee.data.getThumbId, ee.data.updateAsset, ee.data.authenticate, ee.data.getAsset, ee.data.computeValue, ee.data.listOperations, ee.data.cancelOperation, ee.data.startTableIngestion, ee.data.startIngestion, ee.data.getDownloadId,
25363
+ ee.data.authenticateViaPopup, ee.data.listAssets, ee.data.getList, ee.data.listFeatures, ee.data.authenticateViaPrivateKey, ee.data.getFeatureViewTilesKey, ee.data.getOperation, ee.data.cancelTask, ee.data.listImages, ee.data.getAssetAcl, ee.data.getTaskStatus, ee.data.newTaskId, ee.data.listBuckets, ee.data.makeTableDownloadUrl, ee.data.setWorkloadTag, ee.data.getWorkloadTag, ee.data.deleteAsset, ee.data.authenticateViaOauth, ee.data.copyAsset, ee.data.getTaskList, ee.data.getAssetRootQuota, ee.data.getTableDownloadId,
25364
+ ee.data.renameAsset, ee.data.setAssetProperties, ee.data.makeDownloadUrl, ee.data.createFolder, ee.data.setAssetAcl, ee.data.getMapId, ee.data.setDefaultWorkloadTag, ee.data.updateTask, ee.data.startProcessing, ee.data.getTileUrl, ee.data.createAsset, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.initialize, ee.Algorithms, ee.call, ee.reset, ee.InitState, ee.apply, ee.TILE_SIZE, ee.Element.prototype.set,
25365
+ ee.Feature, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.Filter.and, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.inList, ee.Filter, ee.Filter.prototype.not, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, ee.Filter.lt, ee.Function.prototype.apply,
25366
+ ee.Function.prototype.call, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Image.prototype.expression, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getInfo,
25367
+ ee.Image.prototype.getThumbURL, ee.Image.prototype.getThumbId, ee.Image.prototype.clip, ee.Image.cat, ee.Image.prototype.select, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.select, ee.ImageCollection, ee.List, ee.Number, ee.Serializer.encodeCloudApi, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toReadableJSON,
25368
+ ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
25369
25369
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
25370
25370
  });
25371
25371
  goog.global.EXPORTED_FN_INFO = exportedFnInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google/earthengine",
3
- "version": "0.1.350",
3
+ "version": "0.1.351",
4
4
  "description": "JavaScript client for Google Earth Engine API.",
5
5
  "author": "Google LLC",
6
6
  "license": "Apache-2.0",
package/src/apiclient.js CHANGED
@@ -25,7 +25,7 @@ const {PromiseRequestService} = goog.require('eeapiclient.promise_request_servic
25
25
  /** @namespace */
26
26
  const apiclient = {};
27
27
 
28
- const API_CLIENT_VERSION = '0.1.350';
28
+ const API_CLIENT_VERSION = '0.1.351';
29
29
 
30
30
  exports.VERSION = apiVersion.VERSION;
31
31
  exports.API_CLIENT_VERSION = API_CLIENT_VERSION;