@google/earthengine 0.1.348 → 0.1.349

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,6 +469,10 @@ 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
  # NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
473
477
  ],
474
478
  )
package/.tmp/METADATA CHANGED
@@ -1,6 +1,6 @@
1
1
  # Format: google3/devtools/metadata/metadata.proto (go/google3metadata)
2
2
 
3
- name: "0.1.348"
3
+ name: "0.1.349"
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.348"
15
+ version: "v0.1.349"
16
16
  last_upgrade_date: {
17
17
  year: 2023
18
18
  month: 4
19
- day: 6
19
+ day: 12
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.348:license"],
12
+ default_applicable_licenses = ["//third_party/hosted_libraries/libs/earthengine/0.1.349: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.348",
20
+ package_name = "0.1.349",
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.348";
17590
+ ee.apiclient.API_CLIENT_VERSION = "0.1.349";
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.348";
17872
- "0.1.348" === version && (version = "latest");
17871
+ var headers = {"Content-Type":contentType,}, version = "0.1.349";
17872
+ "0.1.349" === 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) {
@@ -20140,8 +20140,8 @@ ee.data.WorkloadTag.prototype.validate = function(tag) {
20140
20140
  return "";
20141
20141
  }
20142
20142
  tag = String(tag);
20143
- if (!/^([a-z0-9]|[a-z0-9][-_\.a-z0-9]{0,61}[a-z0-9])$/g.test(tag)) {
20144
- throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character([a-z0-9]) with dashes (-), underscores (_), dots (.), andlowercase alphanumerics between.');
20143
+ if (!/^([a-z0-9]|[a-z0-9][-_a-z0-9]{0,61}[a-z0-9])$/g.test(tag)) {
20144
+ throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character ([a-z0-9]) with dashes (-), underscores (_), and lowercase alphanumerics between.');
20145
20145
  }
20146
20146
  return tag;
20147
20147
  };
@@ -25339,28 +25339,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
25339
25339
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
25340
25340
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
25341
25341
  (function() {
25342
- var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._call ee.ApiFunction._apply ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.image.toAsset ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.table.toAsset ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.filterBounds ee.Collection.prototype.filter ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.getOperation ee.data.getTableDownloadId ee.data.renameAsset ee.data.cancelTask ee.data.makeTableDownloadUrl ee.data.getThumbId ee.data.makeDownloadUrl ee.data.setAssetProperties ee.data.newTaskId ee.data.setAssetAcl ee.data.getTaskStatus ee.data.startProcessing ee.data.computeValue ee.data.updateAsset ee.data.getAssetRootQuota ee.data.listFeatures ee.data.getFeatureViewTilesKey ee.data.getWorkloadTag ee.data.getAsset ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.getTaskList ee.data.createAsset ee.data.resetWorkloadTag ee.data.authenticateViaPrivateKey ee.data.authenticate ee.data.getAssetAcl ee.data.startIngestion ee.data.getTaskListWithLimit ee.data.createAssetHome ee.data.deleteAsset ee.data.getAssetRoots ee.data.authenticateViaOauth ee.data.updateTask ee.data.listBuckets ee.data.startTableIngestion ee.data.copyAsset ee.data.listImages ee.data.getList ee.data.getMapId ee.data.listAssets ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.createFolder ee.data.listOperations ee.data.getTileUrl ee.data.cancelOperation ee.data.getInfo ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.initialize ee.call ee.TILE_SIZE ee.Algorithms ee.apply ee.InitState ee.reset 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.lte ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.inList ee.Filter.prototype.not ee.Filter ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.Point ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Image.prototype.rename ee.Image ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.clip ee.Image.prototype.getThumbId ee.Image.prototype.select ee.Image.cat ee.Image.prototype.expression ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.String ee.Terrain".split(" "),
25343
- orderedParamLists = [["name"], ["name", "var_args"], ["name", "namedArgs"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
25344
- ["classifier", "opt_description", "opt_assetId"], "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_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(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),
25345
- "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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(" "),
25346
- "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(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["algorithm",
25347
- "opt_first"], ["name", "operator", "value"], ["start", "opt_end"], ["geometry"], ["filter"], ["opt_callback"], ["callback"], ["legacy"], ["func", "var_args"], ["operationName", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["taskId", "opt_callback"], ["id"], ["params", "opt_callback"], ["id"], ["assetId", "properties", "opt_callback"], ["opt_count", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "params",
25348
- "opt_callback"], ["obj", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["rootId", "opt_callback"], ["asset", "params", "opt_callback"], ["params", "opt_callback"], [], ["id", "opt_callback"], ["tag"], ["tag"], ["opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_resetDefault"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"],
25349
- ["assetId", "opt_callback"], ["taskId", "request", "opt_callback"], ["opt_limit", "opt_callback"], ["requestedId", "opt_callback"], ["assetId", "opt_callback"], ["opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["taskId", "action", "opt_callback"], ["project", "opt_callback"], ["taskId", "request", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params",
25350
- "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["id"], ["params", "opt_callback"], ["opt_success", "opt_error"], ["path", "opt_force", "opt_callback"], ["opt_limit", "opt_callback"], ["id", "x", "y", "z"], ["operationName", "opt_callback"], ["id", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
25351
- ["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"], ["name", "value"], ["name", "value"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], ["opt_leftField", "opt_rightValue",
25352
- "opt_rightField", "opt_leftValue"], [], ["opt_filter"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["var_args"], ["namedArgs"], ["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", "opt_geodesic", "opt_maxError"], ["coords",
25353
- "opt_proj"], ["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"], ["var_args"], ["opt_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["geometry"], ["params", "opt_callback"], ["var_args"], ["var_args"], ["expression", "opt_map"], ["params", "opt_callback"],
25354
- ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["selectors", "opt_names"], ["args"], ["params", "opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["string"], []];
25355
- [ee.ApiFunction.lookup, ee.ApiFunction._call, ee.ApiFunction._apply, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toCloudStorage,
25356
- module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.table.toAsset, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterDate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filter, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.serialize,
25357
- ee.ComputedObject.prototype.aside, ee.data.getOperation, ee.data.getTableDownloadId, ee.data.renameAsset, ee.data.cancelTask, ee.data.makeTableDownloadUrl, ee.data.getThumbId, ee.data.makeDownloadUrl, ee.data.setAssetProperties, ee.data.newTaskId, ee.data.setAssetAcl, ee.data.getTaskStatus, ee.data.startProcessing, ee.data.computeValue, ee.data.updateAsset, ee.data.getAssetRootQuota, ee.data.listFeatures, ee.data.getFeatureViewTilesKey, ee.data.getWorkloadTag, ee.data.getAsset, ee.data.setWorkloadTag,
25358
- ee.data.setDefaultWorkloadTag, ee.data.getTaskList, ee.data.createAsset, ee.data.resetWorkloadTag, ee.data.authenticateViaPrivateKey, ee.data.authenticate, ee.data.getAssetAcl, ee.data.startIngestion, ee.data.getTaskListWithLimit, ee.data.createAssetHome, ee.data.deleteAsset, ee.data.getAssetRoots, ee.data.authenticateViaOauth, ee.data.updateTask, ee.data.listBuckets, ee.data.startTableIngestion, ee.data.copyAsset, ee.data.listImages, ee.data.getList, ee.data.getMapId, ee.data.listAssets, ee.data.getVideoThumbId,
25359
- ee.data.getFilmstripThumbId, ee.data.makeThumbUrl, ee.data.getDownloadId, ee.data.authenticateViaPopup, ee.data.createFolder, ee.data.listOperations, ee.data.getTileUrl, ee.data.cancelOperation, ee.data.getInfo, ee.Date, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.initialize, ee.call, ee.TILE_SIZE, ee.Algorithms, ee.apply, ee.InitState, ee.reset, ee.Element.prototype.set, ee.Feature, ee.Feature.prototype.getMap,
25360
- ee.Feature.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.Filter.lte, ee.Filter.lt, ee.Filter.and, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.inList, ee.Filter.prototype.not, ee.Filter, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.Rectangle,
25361
- ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry.Point, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.MultiLineString, ee.Image.prototype.rename, ee.Image, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbURL, ee.Image.prototype.clip,
25362
- ee.Image.prototype.getThumbId, ee.Image.prototype.select, ee.Image.cat, ee.Image.prototype.expression, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.select, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableCloudApiJSON,
25363
- ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.encode, ee.String, ee.Terrain].forEach(function(fn, i) {
25342
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction._call ee.ApiFunction.lookup ee.batch.Export.image.toAsset ee.batch.Export.classifier.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.video.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.videoMap.toCloudStorage 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.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.listImages ee.data.getAsset ee.data.getDownloadId ee.data.resetWorkloadTag ee.data.listBuckets ee.data.getTaskList ee.data.makeDownloadUrl ee.data.getTaskListWithLimit ee.data.getTableDownloadId ee.data.getAssetRootQuota ee.data.authenticateViaPrivateKey ee.data.authenticateViaPopup ee.data.getAssetRoots ee.data.listOperations ee.data.cancelOperation ee.data.getTaskStatus ee.data.createAssetHome ee.data.createAsset ee.data.getOperation ee.data.newTaskId ee.data.startTableIngestion ee.data.deleteAsset ee.data.createFolder ee.data.makeTableDownloadUrl ee.data.cancelTask ee.data.getAssetAcl ee.data.getTileUrl ee.data.getFeatureViewTilesKey ee.data.renameAsset ee.data.startProcessing ee.data.updateTask ee.data.copyAsset ee.data.getMapId ee.data.getWorkloadTag ee.data.authenticate ee.data.startIngestion ee.data.updateAsset ee.data.getThumbId ee.data.listFeatures ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.listAssets ee.data.setAssetAcl ee.data.getList ee.data.makeThumbUrl ee.data.computeValue ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getInfo ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode 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.getInfo ee.Feature ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection 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.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.Geometry.MultiPoint 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.Image.prototype.expression ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
25343
+ orderedParamLists = [["name", "namedArgs"], ["name", "var_args"], ["name"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), ["classifier", "opt_description", "opt_assetId"], ["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(" "),
25344
+ "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(" "), "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(" "),
25345
+ "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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(" "),
25346
+ "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "), ["max", "opt_property", "opt_ascending"], ["start", "opt_end"], ["algorithm", "opt_first"], ["geometry"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"],
25347
+ ["name", "operator", "value"], ["filter"], ["callback"], ["opt_callback"], ["legacy"], ["func", "var_args"], ["tag"], ["tag"], ["parent", "opt_params", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["opt_resetDefault"], ["project", "opt_callback"], ["opt_callback"], ["id"], ["opt_limit", "opt_callback"], ["params", "opt_callback"], ["rootId", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_success", "opt_error"],
25348
+ ["opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "opt_callback"], ["requestedId", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["operationName", "opt_callback"], ["opt_count", "opt_callback"], ["taskId", "request", "opt_callback"], ["assetId", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["taskId", "opt_callback"], ["assetId", "opt_callback"], ["id", "x", "y", "z"], ["params", "opt_callback"],
25349
+ ["sourceId", "destinationId", "opt_callback"], ["taskId", "params", "opt_callback"], ["taskId", "action", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "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", "opt_callback"], ["params", "opt_callback"],
25350
+ ["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["params", "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(" "),
25351
+ ["var_args"], ["opt_callback"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["var_args"], ["name",
25352
+ "value"], ["start", "opt_end"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], ["namedArgs"], ["var_args"], ["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"],
25353
+ ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["var_args"], ["expression", "opt_map"], ["opt_args"], ["var_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["args"], [], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams",
25354
+ "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["string"], []];
25355
+ [ee.ApiFunction._apply, ee.ApiFunction._call, ee.ApiFunction.lookup, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.classifier.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, module$contents$ee$batch_Export.video.toDrive,
25356
+ module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.videoMap.toCloudStorage, 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.evaluate, ee.ComputedObject.prototype.getInfo,
25357
+ ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.data.setWorkloadTag, ee.data.setDefaultWorkloadTag, ee.data.listImages, ee.data.getAsset, ee.data.getDownloadId, ee.data.resetWorkloadTag, ee.data.listBuckets, ee.data.getTaskList, ee.data.makeDownloadUrl, ee.data.getTaskListWithLimit, ee.data.getTableDownloadId, ee.data.getAssetRootQuota, ee.data.authenticateViaPrivateKey, ee.data.authenticateViaPopup, ee.data.getAssetRoots, ee.data.listOperations, ee.data.cancelOperation,
25358
+ ee.data.getTaskStatus, ee.data.createAssetHome, ee.data.createAsset, ee.data.getOperation, ee.data.newTaskId, ee.data.startTableIngestion, ee.data.deleteAsset, ee.data.createFolder, ee.data.makeTableDownloadUrl, ee.data.cancelTask, ee.data.getAssetAcl, ee.data.getTileUrl, ee.data.getFeatureViewTilesKey, ee.data.renameAsset, ee.data.startProcessing, ee.data.updateTask, ee.data.copyAsset, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.authenticate, ee.data.startIngestion, ee.data.updateAsset,
25359
+ ee.data.getThumbId, ee.data.listFeatures, ee.data.getVideoThumbId, ee.data.getFilmstripThumbId, ee.data.listAssets, ee.data.setAssetAcl, ee.data.getList, ee.data.makeThumbUrl, ee.data.computeValue, ee.data.setAssetProperties, ee.data.authenticateViaOauth, ee.data.getInfo, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.reset, ee.InitState, ee.Algorithms, ee.call, ee.apply, ee.TILE_SIZE, ee.initialize,
25360
+ ee.Element.prototype.set, ee.Feature.prototype.getInfo, ee.Feature, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.FeatureCollection, 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,
25361
+ ee.Function.prototype.apply, ee.Function.prototype.call, 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.Geometry.MultiPoint, ee.Image.rgb, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbURL, ee.Image.prototype.getThumbId, ee.Image.prototype.clip,
25362
+ ee.Image.cat, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.ImageCollection, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.List, ee.Number, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty,
25363
+ ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
25364
25364
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
25365
25365
  });
25366
25366
  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.348";"0.1.348"===
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.349";"0.1.349"===
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=
@@ -562,7 +562,7 @@ var Cm=function(a,b,c){a=pk(a);b=zk(b);b=new Jg({nb:b});c=new I(c);var d=c.handl
562
562
  var Dm=function(a,b,c){var d=uk(b);b=Pc(d.i()).keys.filter(function(e){return"properties"!==e&&F(d,e)}).map(function(e){return e.replace(/([A-Z])/g,function(g,f){return"_"+f.toLowerCase()})}).concat(Object.keys(d.properties||{}).map(function(e){return'properties."'+e+'"'}));Bm(a,d,b,c)};w("ee.data.setAssetProperties",Dm);
563
563
  var Em=function(a,b){var c=pk(a);b=new I(b);var d=b.assets(),e=d.j.C;d.j.C=function(g,f){"^projects\\/[^/]+\\/assets\\/.+$"===f.source&&(f=RegExp("^projects/[^/]+/assets/.*$"));return e(g,f)};c=d.get(c,{prettyPrint:!1});return b.handle(c.then(function(g){if(!(g instanceof kf&&g.quota))throw Error(a+" is not a root folder.");g=g.quota;return{asset_count:{usage:Number(g.Oe||0),limit:Number(g.Jf||0)},asset_size:{usage:Number(g.sizeBytes||0),limit:Number(g.Zb||0)}}}))};w("ee.data.getAssetRootQuota",Em);
564
564
  var Fm=function(){this.default=this.tag=""};Fm.prototype.get=function(){return this.tag};Fm.prototype.set=function(a){this.tag=this.validate(a)};Fm.prototype.reset=function(){this.tag=this.default};
565
- Fm.prototype.validate=function(a){if(null==a||""===a)return"";a=String(a);if(!/^([a-z0-9]|[a-z0-9][-_\.a-z0-9]{0,61}[a-z0-9])$/g.test(a))throw Error('Invalid tag, "'+a+'". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character([a-z0-9]) with dashes (-), underscores (_), dots (.), andlowercase alphanumerics between.');return a};var Bl=function(){return ul(Fm).get()};w("ee.data.getWorkloadTag",Bl);var Gm=function(a){ul(Fm).set(a)};w("ee.data.setWorkloadTag",Gm);
565
+ Fm.prototype.validate=function(a){if(null==a||""===a)return"";a=String(a);if(!/^([a-z0-9]|[a-z0-9][-_a-z0-9]{0,61}[a-z0-9])$/g.test(a))throw Error('Invalid tag, "'+a+'". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character ([a-z0-9]) with dashes (-), underscores (_), and lowercase alphanumerics between.');return a};var Bl=function(){return ul(Fm).get()};w("ee.data.getWorkloadTag",Bl);var Gm=function(a){ul(Fm).set(a)};w("ee.data.setWorkloadTag",Gm);
566
566
  var Hm=function(a){var b=ul(Fm);b.default=b.validate(a);ul(Fm).set(a)};w("ee.data.setDefaultWorkloadTag",Hm);var Im=function(a){a&&(a=ul(Fm),a.default=a.validate(""));ul(Fm).reset()};w("ee.data.resetWorkloadTag",Im);var am={Gl:"CANCEL",Jl:"UPDATE"};var M=function(a,b,c){if(!(this instanceof M))return Jm(M,arguments);if(c&&(a||b))throw Error('When "opt_varName" is specified, "func" and "args" must be null.');if(a&&!b)throw Error('When "func" is specified, "args" must not be null.');this.I=a;this.args=b;this.T=c||null};x(M,Vj);w("ee.ComputedObject",M);M.prototype.evaluate=function(a){if(!a||"function"!==typeof a)throw Error("evaluate() requires a callback function.");Hl(this,a)};M.prototype.evaluate=M.prototype.evaluate;
567
567
  M.prototype.U=function(a){return Hl(this,a)};M.prototype.getInfo=M.prototype.U;M.prototype.encode=function(a){if(null===this.I&&null===this.args)return{type:"ArgumentRef",value:this.T};var b={},c;for(c in this.args)void 0!==this.args[c]&&(b[c]=a(this.args[c]));b={type:"Invocation",arguments:b};a=a(this.I);b["string"===typeof a?"functionName":"function"]=a;return b};
568
568
  M.prototype.oa=function(a){if(null===this.I&&null===this.args){a=this.T||a.Vi;if(!a)throw Error("A mapped function's arguments cannot be used in client-side operations");return new Ke({Qb:a})}var b={},c;for(c in this.args)void 0!==this.args[c]&&(b[c]=Xj(bl(a,this.args[c])));return"string"===typeof this.I?ak(String(this.I),b):this.I.Cd(a,b)};M.prototype.xa=function(a){return(void 0===a?0:a)?Sk(this):$k(this)};M.prototype.serialize=M.prototype.xa;
@@ -701,18 +701,18 @@ 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.Nf=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.ug=new Fc;this.Of=1;this.wa=e||null};p(Eq,Kc);h=Eq.prototype;h.Ne=function(a){return Zb(this,"tileevent",a)};h.Yf=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.ug.remove(b);""!==a.id&&(this.tg.remove(a.id),this.wa&&this.wa.sl(a.id))};h.setOpacity=function(a){this.Of=a;var b=this.ug.Fa();rc(b,function(c){Mp(c,a)})};
704
- h.al=function(a,b,c,d){"error"==c.type?(Ya(this.Db,b),this.tg.add(b),this.dispatchEvent(c)):(Ya(this.Db,b),c.target&&"load"==c.type&&(c=c.target,this.ug.add(c),1!=this.Of&&Mp(c,this.Of),a.appendChild(c)),Bp(this));this.wa&&null!==d&&this.wa.Ok(b,d)};w("ee.MapLayerOverlay",Eq);Eq.prototype.removeTileCallback=Eq.prototype.Yf;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._call ee.ApiFunction._apply ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.image.toAsset ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.table.toAsset ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.filterBounds ee.Collection.prototype.filter ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.getOperation ee.data.getTableDownloadId ee.data.renameAsset ee.data.cancelTask ee.data.makeTableDownloadUrl ee.data.getThumbId ee.data.makeDownloadUrl ee.data.setAssetProperties ee.data.newTaskId ee.data.setAssetAcl ee.data.getTaskStatus ee.data.startProcessing ee.data.computeValue ee.data.updateAsset ee.data.getAssetRootQuota ee.data.listFeatures ee.data.getFeatureViewTilesKey ee.data.getWorkloadTag ee.data.getAsset ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.getTaskList ee.data.createAsset ee.data.resetWorkloadTag ee.data.authenticateViaPrivateKey ee.data.authenticate ee.data.getAssetAcl ee.data.startIngestion ee.data.getTaskListWithLimit ee.data.createAssetHome ee.data.deleteAsset ee.data.getAssetRoots ee.data.authenticateViaOauth ee.data.updateTask ee.data.listBuckets ee.data.startTableIngestion ee.data.copyAsset ee.data.listImages ee.data.getList ee.data.getMapId ee.data.listAssets ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.createFolder ee.data.listOperations ee.data.getTileUrl ee.data.cancelOperation ee.data.getInfo ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.initialize ee.call ee.TILE_SIZE ee.Algorithms ee.apply ee.InitState ee.reset 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.lte ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.inList ee.Filter.prototype.not ee.Filter ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.Point ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Image.prototype.rename ee.Image ee.Image.prototype.getMap ee.Image.prototype.expression ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.clip ee.Image.prototype.getThumbId ee.Image.prototype.select ee.Image.cat ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.String ee.Terrain".split(" "),
705
- c=[["name"],["name","var_args"],["name","namedArgs"],"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
706
- ["classifier","opt_description","opt_assetId"],"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_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(" "),"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),
707
- "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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(" "),
708
- "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(" "),["collection","opt_description","opt_assetId","opt_maxVertices"],["max","opt_property","opt_ascending"],["property","opt_ascending"],["algorithm","opt_dropNulls"],["algorithm","opt_first"],
709
- ["name","operator","value"],["start","opt_end"],["geometry"],["filter"],["opt_callback"],["callback"],["legacy"],["func","var_args"],["operationName","opt_callback"],["params","opt_callback"],["sourceId","destinationId","opt_callback"],["taskId","opt_callback"],["id"],["params","opt_callback"],["id"],["assetId","properties","opt_callback"],["opt_count","opt_callback"],["assetId","aclUpdate","opt_callback"],["taskId","opt_callback"],["taskId","params","opt_callback"],["obj","opt_callback"],["assetId",
710
- "asset","updateFields","opt_callback"],["rootId","opt_callback"],["asset","params","opt_callback"],["params","opt_callback"],[],["id","opt_callback"],["tag"],["tag"],["opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],["opt_resetDefault"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["assetId","opt_callback"],["taskId","request","opt_callback"],["opt_limit",
711
- "opt_callback"],["requestedId","opt_callback"],["assetId","opt_callback"],["opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["taskId","action","opt_callback"],["project","opt_callback"],["taskId","request","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["parent","opt_params","opt_callback"],["params","opt_callback"],["params","opt_callback"],["parent","opt_params","opt_callback"],["params","opt_callback"],
712
- ["params","opt_callback"],["id"],["params","opt_callback"],["opt_success","opt_error"],["path","opt_force","opt_callback"],["opt_limit","opt_callback"],["id","x","y","z"],["operationName","opt_callback"],["id","opt_callback"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),["func","var_args"],[],[],["func","namedArgs"],[],[],["var_args"],["geometry","opt_properties"],["opt_visParams",
713
- "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"],["name","value"],["name","value"],["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","opt_errorMargin"],
714
- ["name","value"],["var_args"],["namedArgs"],["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","opt_geodesic","opt_maxError"],["coords","opt_proj"],["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",
715
- "opt_maxError"],["var_args"],["opt_args"],["opt_visParams","opt_callback"],["expression","opt_map"],["params","opt_callback"],["r","g","b"],["opt_callback"],["params","opt_callback"],["geometry"],["params","opt_callback"],["var_args"],["var_args"],["params","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],[],["selectors","opt_names"],["args"],["params","opt_callback"],["list"],["number"],["obj"],["obj"],["obj"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["string"],[]];[Wm,O,
716
- Xm,Go,Ao,Ho,zo,yo,vo,Fo,Bo,xo,Eo,Do,Co,V.prototype.limit,V.prototype.sort,V.prototype.map,V.prototype.Mh,V.prototype.kf,V.prototype.jf,V.prototype.wh,V.prototype.filter,M.prototype.U,M.prototype.evaluate,M.prototype.xa,M.prototype.Eg,Yl,Pl,xm,$l,Ql,Il,Ol,Dm,Rl,Cm,Tl,gm,Hl,Bm,Em,Gl,Fl,Bl,nm,Gm,Hm,Vl,vm,Im,yl,xl,Am,km,Ul,um,zm,tm,wl,Zl,sm,mm,ym,rm,pm,Dl,qm,Jl,Kl,Ll,Nl,vl,wm,Wl,El,Xl,nm,Yo,ap,cp,bp,gp,hp,qp,vp,256,sp,wp,up,tp,R.prototype.set,W,W.prototype.getMap,W.prototype.U,X,X.prototype.U,X.prototype.vb,
717
- X.prototype.getMap,X.prototype.select,Pn,Mn,Qn,Rn,Nn,Sn,Tn,U.prototype.wc,U,Vn,Kn,Ln,Un,On,Rm.prototype.call,Rm.prototype.apply,un,yn,Bn,S.prototype.ke,S.prototype.wg,vn,zn,qn,S.prototype.xa,Cn,S,tn,An,L.prototype.ti,L,L.prototype.getMap,L.prototype.l,L.prototype.vb,io,L.prototype.U,L.prototype.sf,L.prototype.clip,L.prototype.Id,L.prototype.select,jo,Z.prototype.uf,Z.prototype.getMap,Z.prototype.U,Z.prototype.first,Z.prototype.select,Z,Z.prototype.qf,ko,Oo,Sk,Uk,Xk,al,Zk,$k,Rk,Ro,kp].forEach(function(d,
718
- 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.tg.add(b),this.dispatchEvent(c)):(Ya(this.Db,b),c.target&&"load"==c.type&&(c=c.target,this.ug.add(c),1!=this.Of&&Mp(c,this.Of),a.appendChild(c)),Bp(this));this.wa&&null!==d&&this.wa.Ok(b,d)};w("ee.MapLayerOverlay",Eq);Eq.prototype.removeTileCallback=Eq.prototype.Yf;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._apply ee.ApiFunction._call ee.ApiFunction.lookup ee.batch.Export.image.toAsset ee.batch.Export.classifier.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.video.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.videoMap.toCloudStorage 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.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.listImages ee.data.getAsset ee.data.getDownloadId ee.data.resetWorkloadTag ee.data.listBuckets ee.data.getTaskList ee.data.makeDownloadUrl ee.data.getTaskListWithLimit ee.data.getTableDownloadId ee.data.getAssetRootQuota ee.data.authenticateViaPrivateKey ee.data.authenticateViaPopup ee.data.getAssetRoots ee.data.listOperations ee.data.cancelOperation ee.data.getTaskStatus ee.data.createAssetHome ee.data.createAsset ee.data.getOperation ee.data.newTaskId ee.data.startTableIngestion ee.data.deleteAsset ee.data.createFolder ee.data.makeTableDownloadUrl ee.data.cancelTask ee.data.getAssetAcl ee.data.getTileUrl ee.data.getFeatureViewTilesKey ee.data.renameAsset ee.data.startProcessing ee.data.updateTask ee.data.copyAsset ee.data.getMapId ee.data.getWorkloadTag ee.data.authenticate ee.data.startIngestion ee.data.updateAsset ee.data.getThumbId ee.data.listFeatures ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.listAssets ee.data.setAssetAcl ee.data.getList ee.data.makeThumbUrl ee.data.computeValue ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getInfo ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode 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.getInfo ee.Feature ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection 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.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.Geometry.MultiPoint 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.Image.prototype.expression ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
705
+ c=[["name","namedArgs"],["name","var_args"],["name"],"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),["classifier","opt_description","opt_assetId"],["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(" "),
706
+ "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(" "),"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(" "),
707
+ "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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
+ "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "),["max","opt_property","opt_ascending"],["start","opt_end"],["algorithm","opt_first"],["geometry"],["property","opt_ascending"],["algorithm","opt_dropNulls"],["name",
709
+ "operator","value"],["filter"],["callback"],["opt_callback"],["legacy"],["func","var_args"],["tag"],["tag"],["parent","opt_params","opt_callback"],["id","opt_callback"],["params","opt_callback"],["opt_resetDefault"],["project","opt_callback"],["opt_callback"],["id"],["opt_limit","opt_callback"],["params","opt_callback"],["rootId","opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["opt_success","opt_error"],["opt_callback"],["opt_limit","opt_callback"],
710
+ ["operationName","opt_callback"],["taskId","opt_callback"],["requestedId","opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],["operationName","opt_callback"],["opt_count","opt_callback"],["taskId","request","opt_callback"],["assetId","opt_callback"],["path","opt_force","opt_callback"],["id"],["taskId","opt_callback"],["assetId","opt_callback"],["id","x","y","z"],["params","opt_callback"],["sourceId","destinationId","opt_callback"],["taskId","params","opt_callback"],["taskId",
711
+ "action","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["params","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","opt_callback"],["params","opt_callback"],["parent","opt_params","opt_callback"],["assetId","aclUpdate","opt_callback"],["params","opt_callback"],["id"],["obj",
712
+ "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(" "),["var_args"],["opt_callback"],["geometry","opt_properties"],["opt_visParams","opt_callback"],["opt_callback"],
713
+ ["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_visParams","opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["args","opt_column"],["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","opt_rightValue","opt_rightField","opt_leftValue"],["opt_filter"],["namedArgs"],["var_args"],["coords",
714
+ "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","opt_evenOdd"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj"],["r","g","b"],["opt_callback"],
715
+ ["params","opt_callback"],["params","opt_callback"],["geometry"],["var_args"],["var_args"],["expression","opt_map"],["opt_args"],["var_args"],["opt_visParams","opt_callback"],["params","opt_callback"],["args"],[],["params","opt_callback"],["params","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],["selectors","opt_names"],["list"],["number"],["obj"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["obj"],["obj"],["string"],[]];[Xm,O,Wm,vo,Ho,Co,Bo,Eo,Do,xo,zo,Fo,Ao,yo,Go,V.prototype.limit,
716
+ V.prototype.jf,V.prototype.Mh,V.prototype.wh,V.prototype.sort,V.prototype.map,V.prototype.kf,V.prototype.filter,M.prototype.evaluate,M.prototype.U,M.prototype.xa,M.prototype.Eg,Gm,Hm,rm,nm,Nl,Im,sm,Vl,Ol,Ul,Pl,Em,yl,vl,tm,Wl,Xl,Tl,um,vm,Yl,Rl,mm,zm,wm,Ql,$l,Am,El,Fl,xm,gm,Zl,ym,Dl,Bl,xl,km,Bm,Il,Gl,Jl,Kl,qm,Cm,pm,Ll,Hl,Dm,wl,nm,Yo,cp,bp,ap,gp,hp,tp,up,sp,vp,wp,256,qp,R.prototype.set,W.prototype.U,W,W.prototype.getMap,X.prototype.U,X.prototype.vb,X.prototype.getMap,X.prototype.select,X,Vn,Kn,Ln,Un,
717
+ On,Pn,Mn,Qn,Rn,Nn,Sn,U.prototype.wc,Tn,U,Rm.prototype.apply,Rm.prototype.call,An,un,yn,Bn,S.prototype.ke,S.prototype.wg,vn,qn,zn,S.prototype.xa,Cn,S,tn,io,L.prototype.U,L.prototype.sf,L.prototype.Id,L.prototype.clip,jo,L.prototype.select,L.prototype.l,L,L.prototype.ti,L.prototype.getMap,L.prototype.vb,Z,Z.prototype.first,Z.prototype.qf,Z.prototype.uf,Z.prototype.getMap,Z.prototype.U,Z.prototype.select,ko,Oo,al,Zk,$k,Xk,Rk,Sk,Uk,Ro,kp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});
718
+ 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.348";
17590
+ ee.apiclient.API_CLIENT_VERSION = "0.1.349";
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.348";
17872
- "0.1.348" === version && (version = "latest");
17871
+ var headers = {"Content-Type":contentType,}, version = "0.1.349";
17872
+ "0.1.349" === 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) {
@@ -20140,8 +20140,8 @@ ee.data.WorkloadTag.prototype.validate = function(tag) {
20140
20140
  return "";
20141
20141
  }
20142
20142
  tag = String(tag);
20143
- if (!/^([a-z0-9]|[a-z0-9][-_\.a-z0-9]{0,61}[a-z0-9])$/g.test(tag)) {
20144
- throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character([a-z0-9]) with dashes (-), underscores (_), dots (.), andlowercase alphanumerics between.');
20143
+ if (!/^([a-z0-9]|[a-z0-9][-_a-z0-9]{0,61}[a-z0-9])$/g.test(tag)) {
20144
+ throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character ([a-z0-9]) with dashes (-), underscores (_), and lowercase alphanumerics between.');
20145
20145
  }
20146
20146
  return tag;
20147
20147
  };
@@ -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.348";
17590
+ ee.apiclient.API_CLIENT_VERSION = "0.1.349";
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.348";
17872
- "0.1.348" === version && (version = "latest");
17871
+ var headers = {"Content-Type":contentType,}, version = "0.1.349";
17872
+ "0.1.349" === 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) {
@@ -20140,8 +20140,8 @@ ee.data.WorkloadTag.prototype.validate = function(tag) {
20140
20140
  return "";
20141
20141
  }
20142
20142
  tag = String(tag);
20143
- if (!/^([a-z0-9]|[a-z0-9][-_\.a-z0-9]{0,61}[a-z0-9])$/g.test(tag)) {
20144
- throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character([a-z0-9]) with dashes (-), underscores (_), dots (.), andlowercase alphanumerics between.');
20143
+ if (!/^([a-z0-9]|[a-z0-9][-_a-z0-9]{0,61}[a-z0-9])$/g.test(tag)) {
20144
+ throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character ([a-z0-9]) with dashes (-), underscores (_), and lowercase alphanumerics between.');
20145
20145
  }
20146
20146
  return tag;
20147
20147
  };
@@ -25339,28 +25339,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
25339
25339
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
25340
25340
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
25341
25341
  (function() {
25342
- var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._call ee.ApiFunction._apply ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.image.toAsset ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.table.toAsset ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.filterBounds ee.Collection.prototype.filter ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.getOperation ee.data.getTableDownloadId ee.data.renameAsset ee.data.cancelTask ee.data.makeTableDownloadUrl ee.data.getThumbId ee.data.makeDownloadUrl ee.data.setAssetProperties ee.data.newTaskId ee.data.setAssetAcl ee.data.getTaskStatus ee.data.startProcessing ee.data.computeValue ee.data.updateAsset ee.data.getAssetRootQuota ee.data.listFeatures ee.data.getFeatureViewTilesKey ee.data.getWorkloadTag ee.data.getAsset ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.getTaskList ee.data.createAsset ee.data.resetWorkloadTag ee.data.authenticateViaPrivateKey ee.data.authenticate ee.data.getAssetAcl ee.data.startIngestion ee.data.getTaskListWithLimit ee.data.createAssetHome ee.data.deleteAsset ee.data.getAssetRoots ee.data.authenticateViaOauth ee.data.updateTask ee.data.listBuckets ee.data.startTableIngestion ee.data.copyAsset ee.data.listImages ee.data.getList ee.data.getMapId ee.data.listAssets ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.createFolder ee.data.listOperations ee.data.getTileUrl ee.data.cancelOperation ee.data.getInfo ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.initialize ee.call ee.TILE_SIZE ee.Algorithms ee.apply ee.InitState ee.reset 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.lte ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.inList ee.Filter.prototype.not ee.Filter ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.Point ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Image.prototype.rename ee.Image ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.clip ee.Image.prototype.getThumbId ee.Image.prototype.select ee.Image.cat ee.Image.prototype.expression ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.String ee.Terrain".split(" "),
25343
- orderedParamLists = [["name"], ["name", "var_args"], ["name", "namedArgs"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
25344
- ["classifier", "opt_description", "opt_assetId"], "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_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(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),
25345
- "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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(" "),
25346
- "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(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["algorithm",
25347
- "opt_first"], ["name", "operator", "value"], ["start", "opt_end"], ["geometry"], ["filter"], ["opt_callback"], ["callback"], ["legacy"], ["func", "var_args"], ["operationName", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["taskId", "opt_callback"], ["id"], ["params", "opt_callback"], ["id"], ["assetId", "properties", "opt_callback"], ["opt_count", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "params",
25348
- "opt_callback"], ["obj", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["rootId", "opt_callback"], ["asset", "params", "opt_callback"], ["params", "opt_callback"], [], ["id", "opt_callback"], ["tag"], ["tag"], ["opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_resetDefault"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"],
25349
- ["assetId", "opt_callback"], ["taskId", "request", "opt_callback"], ["opt_limit", "opt_callback"], ["requestedId", "opt_callback"], ["assetId", "opt_callback"], ["opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["taskId", "action", "opt_callback"], ["project", "opt_callback"], ["taskId", "request", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params",
25350
- "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["id"], ["params", "opt_callback"], ["opt_success", "opt_error"], ["path", "opt_force", "opt_callback"], ["opt_limit", "opt_callback"], ["id", "x", "y", "z"], ["operationName", "opt_callback"], ["id", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
25351
- ["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"], ["name", "value"], ["name", "value"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], ["opt_leftField", "opt_rightValue",
25352
- "opt_rightField", "opt_leftValue"], [], ["opt_filter"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["var_args"], ["namedArgs"], ["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", "opt_geodesic", "opt_maxError"], ["coords",
25353
- "opt_proj"], ["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"], ["var_args"], ["opt_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["geometry"], ["params", "opt_callback"], ["var_args"], ["var_args"], ["expression", "opt_map"], ["params", "opt_callback"],
25354
- ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["selectors", "opt_names"], ["args"], ["params", "opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["string"], []];
25355
- [ee.ApiFunction.lookup, ee.ApiFunction._call, ee.ApiFunction._apply, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toCloudStorage,
25356
- module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.table.toAsset, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterDate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filter, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.serialize,
25357
- ee.ComputedObject.prototype.aside, ee.data.getOperation, ee.data.getTableDownloadId, ee.data.renameAsset, ee.data.cancelTask, ee.data.makeTableDownloadUrl, ee.data.getThumbId, ee.data.makeDownloadUrl, ee.data.setAssetProperties, ee.data.newTaskId, ee.data.setAssetAcl, ee.data.getTaskStatus, ee.data.startProcessing, ee.data.computeValue, ee.data.updateAsset, ee.data.getAssetRootQuota, ee.data.listFeatures, ee.data.getFeatureViewTilesKey, ee.data.getWorkloadTag, ee.data.getAsset, ee.data.setWorkloadTag,
25358
- ee.data.setDefaultWorkloadTag, ee.data.getTaskList, ee.data.createAsset, ee.data.resetWorkloadTag, ee.data.authenticateViaPrivateKey, ee.data.authenticate, ee.data.getAssetAcl, ee.data.startIngestion, ee.data.getTaskListWithLimit, ee.data.createAssetHome, ee.data.deleteAsset, ee.data.getAssetRoots, ee.data.authenticateViaOauth, ee.data.updateTask, ee.data.listBuckets, ee.data.startTableIngestion, ee.data.copyAsset, ee.data.listImages, ee.data.getList, ee.data.getMapId, ee.data.listAssets, ee.data.getVideoThumbId,
25359
- ee.data.getFilmstripThumbId, ee.data.makeThumbUrl, ee.data.getDownloadId, ee.data.authenticateViaPopup, ee.data.createFolder, ee.data.listOperations, ee.data.getTileUrl, ee.data.cancelOperation, ee.data.getInfo, ee.Date, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.initialize, ee.call, ee.TILE_SIZE, ee.Algorithms, ee.apply, ee.InitState, ee.reset, ee.Element.prototype.set, ee.Feature, ee.Feature.prototype.getMap,
25360
- ee.Feature.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.Filter.lte, ee.Filter.lt, ee.Filter.and, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.inList, ee.Filter.prototype.not, ee.Filter, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.Rectangle,
25361
- ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry.Point, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.MultiLineString, ee.Image.prototype.rename, ee.Image, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbURL, ee.Image.prototype.clip,
25362
- ee.Image.prototype.getThumbId, ee.Image.prototype.select, ee.Image.cat, ee.Image.prototype.expression, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.select, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableCloudApiJSON,
25363
- ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.encode, ee.String, ee.Terrain].forEach(function(fn, i) {
25342
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction._call ee.ApiFunction.lookup ee.batch.Export.image.toAsset ee.batch.Export.classifier.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.video.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.videoMap.toCloudStorage 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.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.listImages ee.data.getAsset ee.data.getDownloadId ee.data.resetWorkloadTag ee.data.listBuckets ee.data.getTaskList ee.data.makeDownloadUrl ee.data.getTaskListWithLimit ee.data.getTableDownloadId ee.data.getAssetRootQuota ee.data.authenticateViaPrivateKey ee.data.authenticateViaPopup ee.data.getAssetRoots ee.data.listOperations ee.data.cancelOperation ee.data.getTaskStatus ee.data.createAssetHome ee.data.createAsset ee.data.getOperation ee.data.newTaskId ee.data.startTableIngestion ee.data.deleteAsset ee.data.createFolder ee.data.makeTableDownloadUrl ee.data.cancelTask ee.data.getAssetAcl ee.data.getTileUrl ee.data.getFeatureViewTilesKey ee.data.renameAsset ee.data.startProcessing ee.data.updateTask ee.data.copyAsset ee.data.getMapId ee.data.getWorkloadTag ee.data.authenticate ee.data.startIngestion ee.data.updateAsset ee.data.getThumbId ee.data.listFeatures ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.listAssets ee.data.setAssetAcl ee.data.getList ee.data.makeThumbUrl ee.data.computeValue ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getInfo ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode 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.getInfo ee.Feature ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection 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.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.Geometry.MultiPoint 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.Image.prototype.expression ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
25343
+ orderedParamLists = [["name", "namedArgs"], ["name", "var_args"], ["name"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), ["classifier", "opt_description", "opt_assetId"], ["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(" "),
25344
+ "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(" "), "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(" "),
25345
+ "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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(" "),
25346
+ "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "), ["max", "opt_property", "opt_ascending"], ["start", "opt_end"], ["algorithm", "opt_first"], ["geometry"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"],
25347
+ ["name", "operator", "value"], ["filter"], ["callback"], ["opt_callback"], ["legacy"], ["func", "var_args"], ["tag"], ["tag"], ["parent", "opt_params", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["opt_resetDefault"], ["project", "opt_callback"], ["opt_callback"], ["id"], ["opt_limit", "opt_callback"], ["params", "opt_callback"], ["rootId", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_success", "opt_error"],
25348
+ ["opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "opt_callback"], ["requestedId", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["operationName", "opt_callback"], ["opt_count", "opt_callback"], ["taskId", "request", "opt_callback"], ["assetId", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["taskId", "opt_callback"], ["assetId", "opt_callback"], ["id", "x", "y", "z"], ["params", "opt_callback"],
25349
+ ["sourceId", "destinationId", "opt_callback"], ["taskId", "params", "opt_callback"], ["taskId", "action", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "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", "opt_callback"], ["params", "opt_callback"],
25350
+ ["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["params", "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(" "),
25351
+ ["var_args"], ["opt_callback"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["var_args"], ["name",
25352
+ "value"], ["start", "opt_end"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], ["namedArgs"], ["var_args"], ["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"],
25353
+ ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["var_args"], ["expression", "opt_map"], ["opt_args"], ["var_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["args"], [], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams",
25354
+ "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["string"], []];
25355
+ [ee.ApiFunction._apply, ee.ApiFunction._call, ee.ApiFunction.lookup, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.classifier.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, module$contents$ee$batch_Export.video.toDrive,
25356
+ module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.videoMap.toCloudStorage, 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.evaluate, ee.ComputedObject.prototype.getInfo,
25357
+ ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.data.setWorkloadTag, ee.data.setDefaultWorkloadTag, ee.data.listImages, ee.data.getAsset, ee.data.getDownloadId, ee.data.resetWorkloadTag, ee.data.listBuckets, ee.data.getTaskList, ee.data.makeDownloadUrl, ee.data.getTaskListWithLimit, ee.data.getTableDownloadId, ee.data.getAssetRootQuota, ee.data.authenticateViaPrivateKey, ee.data.authenticateViaPopup, ee.data.getAssetRoots, ee.data.listOperations, ee.data.cancelOperation,
25358
+ ee.data.getTaskStatus, ee.data.createAssetHome, ee.data.createAsset, ee.data.getOperation, ee.data.newTaskId, ee.data.startTableIngestion, ee.data.deleteAsset, ee.data.createFolder, ee.data.makeTableDownloadUrl, ee.data.cancelTask, ee.data.getAssetAcl, ee.data.getTileUrl, ee.data.getFeatureViewTilesKey, ee.data.renameAsset, ee.data.startProcessing, ee.data.updateTask, ee.data.copyAsset, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.authenticate, ee.data.startIngestion, ee.data.updateAsset,
25359
+ ee.data.getThumbId, ee.data.listFeatures, ee.data.getVideoThumbId, ee.data.getFilmstripThumbId, ee.data.listAssets, ee.data.setAssetAcl, ee.data.getList, ee.data.makeThumbUrl, ee.data.computeValue, ee.data.setAssetProperties, ee.data.authenticateViaOauth, ee.data.getInfo, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.reset, ee.InitState, ee.Algorithms, ee.call, ee.apply, ee.TILE_SIZE, ee.initialize,
25360
+ ee.Element.prototype.set, ee.Feature.prototype.getInfo, ee.Feature, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.FeatureCollection, 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,
25361
+ ee.Function.prototype.apply, ee.Function.prototype.call, 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.Geometry.MultiPoint, ee.Image.rgb, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbURL, ee.Image.prototype.getThumbId, ee.Image.prototype.clip,
25362
+ ee.Image.cat, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.ImageCollection, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.List, ee.Number, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty,
25363
+ ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
25364
25364
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
25365
25365
  });
25366
25366
  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.348";
17592
+ ee.apiclient.API_CLIENT_VERSION = "0.1.349";
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.348";
17874
- "0.1.348" === version && (version = "latest");
17873
+ var headers = {"Content-Type":contentType,}, version = "0.1.349";
17874
+ "0.1.349" === 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) {
@@ -20142,8 +20142,8 @@ ee.data.WorkloadTag.prototype.validate = function(tag) {
20142
20142
  return "";
20143
20143
  }
20144
20144
  tag = String(tag);
20145
- if (!/^([a-z0-9]|[a-z0-9][-_\.a-z0-9]{0,61}[a-z0-9])$/g.test(tag)) {
20146
- throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character([a-z0-9]) with dashes (-), underscores (_), dots (.), andlowercase alphanumerics between.');
20145
+ if (!/^([a-z0-9]|[a-z0-9][-_a-z0-9]{0,61}[a-z0-9])$/g.test(tag)) {
20146
+ throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character ([a-z0-9]) with dashes (-), underscores (_), and lowercase alphanumerics between.');
20147
20147
  }
20148
20148
  return tag;
20149
20149
  };
@@ -25341,28 +25341,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
25341
25341
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
25342
25342
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
25343
25343
  (function() {
25344
- var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._call ee.ApiFunction._apply ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.image.toAsset ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.table.toAsset ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.filterBounds ee.Collection.prototype.filter ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.getOperation ee.data.getTableDownloadId ee.data.renameAsset ee.data.cancelTask ee.data.makeTableDownloadUrl ee.data.getThumbId ee.data.makeDownloadUrl ee.data.setAssetProperties ee.data.newTaskId ee.data.setAssetAcl ee.data.getTaskStatus ee.data.startProcessing ee.data.computeValue ee.data.updateAsset ee.data.getAssetRootQuota ee.data.listFeatures ee.data.getFeatureViewTilesKey ee.data.getWorkloadTag ee.data.getAsset ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.getTaskList ee.data.createAsset ee.data.resetWorkloadTag ee.data.authenticateViaPrivateKey ee.data.authenticate ee.data.getAssetAcl ee.data.startIngestion ee.data.getTaskListWithLimit ee.data.createAssetHome ee.data.deleteAsset ee.data.getAssetRoots ee.data.authenticateViaOauth ee.data.updateTask ee.data.listBuckets ee.data.startTableIngestion ee.data.copyAsset ee.data.listImages ee.data.getList ee.data.getMapId ee.data.listAssets ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.createFolder ee.data.listOperations ee.data.getTileUrl ee.data.cancelOperation ee.data.getInfo ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.initialize ee.call ee.TILE_SIZE ee.Algorithms ee.apply ee.InitState ee.reset 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.lte ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.inList ee.Filter.prototype.not ee.Filter ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.Point ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Image.prototype.rename ee.Image ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.clip ee.Image.prototype.getThumbId ee.Image.prototype.select ee.Image.cat ee.Image.prototype.expression ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.String ee.Terrain".split(" "),
25345
- orderedParamLists = [["name"], ["name", "var_args"], ["name", "namedArgs"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
25346
- ["classifier", "opt_description", "opt_assetId"], "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_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(" "), "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_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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(" "),
25348
- "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(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["algorithm",
25349
- "opt_first"], ["name", "operator", "value"], ["start", "opt_end"], ["geometry"], ["filter"], ["opt_callback"], ["callback"], ["legacy"], ["func", "var_args"], ["operationName", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["taskId", "opt_callback"], ["id"], ["params", "opt_callback"], ["id"], ["assetId", "properties", "opt_callback"], ["opt_count", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "params",
25350
- "opt_callback"], ["obj", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["rootId", "opt_callback"], ["asset", "params", "opt_callback"], ["params", "opt_callback"], [], ["id", "opt_callback"], ["tag"], ["tag"], ["opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_resetDefault"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"],
25351
- ["assetId", "opt_callback"], ["taskId", "request", "opt_callback"], ["opt_limit", "opt_callback"], ["requestedId", "opt_callback"], ["assetId", "opt_callback"], ["opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["taskId", "action", "opt_callback"], ["project", "opt_callback"], ["taskId", "request", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params",
25352
- "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["id"], ["params", "opt_callback"], ["opt_success", "opt_error"], ["path", "opt_force", "opt_callback"], ["opt_limit", "opt_callback"], ["id", "x", "y", "z"], ["operationName", "opt_callback"], ["id", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
25353
- ["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"], ["name", "value"], ["name", "value"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], ["opt_leftField", "opt_rightValue",
25354
- "opt_rightField", "opt_leftValue"], [], ["opt_filter"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["var_args"], ["namedArgs"], ["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", "opt_geodesic", "opt_maxError"], ["coords",
25355
- "opt_proj"], ["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"], ["var_args"], ["opt_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["geometry"], ["params", "opt_callback"], ["var_args"], ["var_args"], ["expression", "opt_map"], ["params", "opt_callback"],
25356
- ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["selectors", "opt_names"], ["args"], ["params", "opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["string"], []];
25357
- [ee.ApiFunction.lookup, ee.ApiFunction._call, ee.ApiFunction._apply, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toCloudStorage,
25358
- module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.table.toAsset, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterDate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filter, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.serialize,
25359
- ee.ComputedObject.prototype.aside, ee.data.getOperation, ee.data.getTableDownloadId, ee.data.renameAsset, ee.data.cancelTask, ee.data.makeTableDownloadUrl, ee.data.getThumbId, ee.data.makeDownloadUrl, ee.data.setAssetProperties, ee.data.newTaskId, ee.data.setAssetAcl, ee.data.getTaskStatus, ee.data.startProcessing, ee.data.computeValue, ee.data.updateAsset, ee.data.getAssetRootQuota, ee.data.listFeatures, ee.data.getFeatureViewTilesKey, ee.data.getWorkloadTag, ee.data.getAsset, ee.data.setWorkloadTag,
25360
- ee.data.setDefaultWorkloadTag, ee.data.getTaskList, ee.data.createAsset, ee.data.resetWorkloadTag, ee.data.authenticateViaPrivateKey, ee.data.authenticate, ee.data.getAssetAcl, ee.data.startIngestion, ee.data.getTaskListWithLimit, ee.data.createAssetHome, ee.data.deleteAsset, ee.data.getAssetRoots, ee.data.authenticateViaOauth, ee.data.updateTask, ee.data.listBuckets, ee.data.startTableIngestion, ee.data.copyAsset, ee.data.listImages, ee.data.getList, ee.data.getMapId, ee.data.listAssets, ee.data.getVideoThumbId,
25361
- ee.data.getFilmstripThumbId, ee.data.makeThumbUrl, ee.data.getDownloadId, ee.data.authenticateViaPopup, ee.data.createFolder, ee.data.listOperations, ee.data.getTileUrl, ee.data.cancelOperation, ee.data.getInfo, ee.Date, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.initialize, ee.call, ee.TILE_SIZE, ee.Algorithms, ee.apply, ee.InitState, ee.reset, ee.Element.prototype.set, ee.Feature, ee.Feature.prototype.getMap,
25362
- ee.Feature.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.Filter.lte, ee.Filter.lt, ee.Filter.and, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.inList, ee.Filter.prototype.not, ee.Filter, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.Rectangle,
25363
- ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry.Point, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.MultiLineString, ee.Image.prototype.rename, ee.Image, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbURL, ee.Image.prototype.clip,
25364
- ee.Image.prototype.getThumbId, ee.Image.prototype.select, ee.Image.cat, ee.Image.prototype.expression, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.select, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableCloudApiJSON,
25365
- ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.encode, ee.String, ee.Terrain].forEach(function(fn, i) {
25344
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction._call ee.ApiFunction.lookup ee.batch.Export.image.toAsset ee.batch.Export.classifier.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.video.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.videoMap.toCloudStorage 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.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.listImages ee.data.getAsset ee.data.getDownloadId ee.data.resetWorkloadTag ee.data.listBuckets ee.data.getTaskList ee.data.makeDownloadUrl ee.data.getTaskListWithLimit ee.data.getTableDownloadId ee.data.getAssetRootQuota ee.data.authenticateViaPrivateKey ee.data.authenticateViaPopup ee.data.getAssetRoots ee.data.listOperations ee.data.cancelOperation ee.data.getTaskStatus ee.data.createAssetHome ee.data.createAsset ee.data.getOperation ee.data.newTaskId ee.data.startTableIngestion ee.data.deleteAsset ee.data.createFolder ee.data.makeTableDownloadUrl ee.data.cancelTask ee.data.getAssetAcl ee.data.getTileUrl ee.data.getFeatureViewTilesKey ee.data.renameAsset ee.data.startProcessing ee.data.updateTask ee.data.copyAsset ee.data.getMapId ee.data.getWorkloadTag ee.data.authenticate ee.data.startIngestion ee.data.updateAsset ee.data.getThumbId ee.data.listFeatures ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.listAssets ee.data.setAssetAcl ee.data.getList ee.data.makeThumbUrl ee.data.computeValue ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getInfo ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode 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.getInfo ee.Feature ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection 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.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.Geometry.MultiPoint 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.Image.prototype.expression ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
25345
+ orderedParamLists = [["name", "namedArgs"], ["name", "var_args"], ["name"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), ["classifier", "opt_description", "opt_assetId"], ["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(" "),
25346
+ "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(" "), "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(" "),
25347
+ "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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(" "),
25348
+ "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "), ["max", "opt_property", "opt_ascending"], ["start", "opt_end"], ["algorithm", "opt_first"], ["geometry"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"],
25349
+ ["name", "operator", "value"], ["filter"], ["callback"], ["opt_callback"], ["legacy"], ["func", "var_args"], ["tag"], ["tag"], ["parent", "opt_params", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["opt_resetDefault"], ["project", "opt_callback"], ["opt_callback"], ["id"], ["opt_limit", "opt_callback"], ["params", "opt_callback"], ["rootId", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_success", "opt_error"],
25350
+ ["opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "opt_callback"], ["requestedId", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["operationName", "opt_callback"], ["opt_count", "opt_callback"], ["taskId", "request", "opt_callback"], ["assetId", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["taskId", "opt_callback"], ["assetId", "opt_callback"], ["id", "x", "y", "z"], ["params", "opt_callback"],
25351
+ ["sourceId", "destinationId", "opt_callback"], ["taskId", "params", "opt_callback"], ["taskId", "action", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "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", "opt_callback"], ["params", "opt_callback"],
25352
+ ["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["params", "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(" "),
25353
+ ["var_args"], ["opt_callback"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["var_args"], ["name",
25354
+ "value"], ["start", "opt_end"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], ["namedArgs"], ["var_args"], ["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"],
25355
+ ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["var_args"], ["expression", "opt_map"], ["opt_args"], ["var_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["args"], [], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams",
25356
+ "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["string"], []];
25357
+ [ee.ApiFunction._apply, ee.ApiFunction._call, ee.ApiFunction.lookup, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.classifier.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, module$contents$ee$batch_Export.video.toDrive,
25358
+ module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.videoMap.toCloudStorage, 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.evaluate, ee.ComputedObject.prototype.getInfo,
25359
+ ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.data.setWorkloadTag, ee.data.setDefaultWorkloadTag, ee.data.listImages, ee.data.getAsset, ee.data.getDownloadId, ee.data.resetWorkloadTag, ee.data.listBuckets, ee.data.getTaskList, ee.data.makeDownloadUrl, ee.data.getTaskListWithLimit, ee.data.getTableDownloadId, ee.data.getAssetRootQuota, ee.data.authenticateViaPrivateKey, ee.data.authenticateViaPopup, ee.data.getAssetRoots, ee.data.listOperations, ee.data.cancelOperation,
25360
+ ee.data.getTaskStatus, ee.data.createAssetHome, ee.data.createAsset, ee.data.getOperation, ee.data.newTaskId, ee.data.startTableIngestion, ee.data.deleteAsset, ee.data.createFolder, ee.data.makeTableDownloadUrl, ee.data.cancelTask, ee.data.getAssetAcl, ee.data.getTileUrl, ee.data.getFeatureViewTilesKey, ee.data.renameAsset, ee.data.startProcessing, ee.data.updateTask, ee.data.copyAsset, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.authenticate, ee.data.startIngestion, ee.data.updateAsset,
25361
+ ee.data.getThumbId, ee.data.listFeatures, ee.data.getVideoThumbId, ee.data.getFilmstripThumbId, ee.data.listAssets, ee.data.setAssetAcl, ee.data.getList, ee.data.makeThumbUrl, ee.data.computeValue, ee.data.setAssetProperties, ee.data.authenticateViaOauth, ee.data.getInfo, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.reset, ee.InitState, ee.Algorithms, ee.call, ee.apply, ee.TILE_SIZE, ee.initialize,
25362
+ ee.Element.prototype.set, ee.Feature.prototype.getInfo, ee.Feature, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.FeatureCollection, 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,
25363
+ ee.Function.prototype.apply, ee.Function.prototype.call, 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.Geometry.MultiPoint, ee.Image.rgb, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbURL, ee.Image.prototype.getThumbId, ee.Image.prototype.clip,
25364
+ ee.Image.cat, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.ImageCollection, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.List, ee.Number, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty,
25365
+ ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
25366
25366
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
25367
25367
  });
25368
25368
  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.348",
3
+ "version": "0.1.349",
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.348';
28
+ const API_CLIENT_VERSION = '0.1.349';
29
29
 
30
30
  exports.VERSION = apiVersion.VERSION;
31
31
  exports.API_CLIENT_VERSION = API_CLIENT_VERSION;
package/src/data.js CHANGED
@@ -2029,10 +2029,10 @@ ee.data.WorkloadTag = class {
2029
2029
  }
2030
2030
 
2031
2031
  tag = String(tag);
2032
- if (!/^([a-z0-9]|[a-z0-9][-_\.a-z0-9]{0,61}[a-z0-9])$/g.test(tag)) {
2032
+ if (!/^([a-z0-9]|[a-z0-9][-_a-z0-9]{0,61}[a-z0-9])$/g.test(tag)) {
2033
2033
  const validationMessage = 'Tags must be 1-63 characters, ' +
2034
- 'beginning and ending with a lowercase alphanumeric character' +
2035
- '([a-z0-9]) with dashes (-), underscores (_), dots (.), and' +
2034
+ 'beginning and ending with a lowercase alphanumeric character ' +
2035
+ '([a-z0-9]) with dashes (-), underscores (_), and ' +
2036
2036
  'lowercase alphanumerics between.';
2037
2037
  throw new Error(`Invalid tag, "${tag}". ${validationMessage}`);
2038
2038
  }