@google/earthengine 1.6.8 → 1.6.10

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/build/browser.js CHANGED
@@ -1386,7 +1386,10 @@ goog.GENDERED_MESSAGES_ENABLED = !0;
1386
1386
  goog.GrammaticalGender_ = {OTHER:0, MASCULINE:1, FEMININE:2, NEUTER:3};
1387
1387
  goog.GRAMMATICAL_GENDER_MAP_ = {FEMININE:goog.GrammaticalGender_.FEMININE, MASCULINE:goog.GrammaticalGender_.MASCULINE, NEUTER:goog.GrammaticalGender_.NEUTER};
1388
1388
  goog.viewerGrammaticalGender_ = goog.GRAMMATICAL_GENDER_MAP_[goog.GENDERED_MESSAGES_ENABLED && goog.global._F_VIEWER_GRAMMATICAL_GENDER] || goog.GrammaticalGender_.OTHER;
1389
- goog.msgKind = {MASCULINE:goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.MASCULINE, FEMININE:goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.FEMININE, NEUTER:goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.NEUTER};
1389
+ goog.msgKind = {};
1390
+ goog.msgKind.MASCULINE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.MASCULINE;
1391
+ goog.msgKind.FEMININE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.FEMININE;
1392
+ goog.msgKind.NEUTER = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.NEUTER;
1390
1393
  goog.LEGACY_NAMESPACE_OBJECT_ = goog.global;
1391
1394
  goog.provide = function(name) {
1392
1395
  if (goog.isInModuleLoader_()) {
@@ -17890,7 +17893,7 @@ goog.dom.getDocumentScroll = function() {
17890
17893
  };
17891
17894
  goog.dom.getDocumentScroll_ = function(doc) {
17892
17895
  var el = goog.dom.getDocumentScrollElement_(doc), win = goog.dom.getWindow_(doc);
17893
- return new goog.math.Coordinate(win.pageXOffset || el.scrollLeft, win.pageYOffset || el.scrollTop);
17896
+ return new goog.math.Coordinate((win == null ? void 0 : win.pageXOffset) || el.scrollLeft, (win == null ? void 0 : win.pageYOffset) || el.scrollTop);
17894
17897
  };
17895
17898
  goog.dom.getDocumentScrollElement = function() {
17896
17899
  return goog.dom.getDocumentScrollElement_(document);
@@ -19474,7 +19477,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
19474
19477
  ee.apiclient = {};
19475
19478
  var module$contents$ee$apiclient_apiclient = {};
19476
19479
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
19477
- ee.apiclient.API_CLIENT_VERSION = "1.6.8";
19480
+ ee.apiclient.API_CLIENT_VERSION = "1.6.10";
19478
19481
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
19479
19482
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
19480
19483
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -19772,8 +19775,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
19772
19775
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
19773
19776
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
19774
19777
  method = method || "POST";
19775
- var headers = {"Content-Type":contentType}, version = "1.6.8";
19776
- version === "1.6.8" && (version = "latest");
19778
+ var headers = {"Content-Type":contentType}, version = "1.6.10";
19779
+ version === "1.6.10" && (version = "latest");
19777
19780
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
19778
19781
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
19779
19782
  if (authToken != null) {
@@ -27296,29 +27299,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
27296
27299
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
27297
27300
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
27298
27301
  (function() {
27299
- var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.image.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.filterBounds ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.filter ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.setAssetAcl ee.data.setAssetProperties ee.data.listBuckets ee.data.getMapId ee.data.getTaskStatus ee.data.getAssetRootQuota ee.data.getAssetRoots ee.data.getTileUrl ee.data.createAssetHome ee.data.startIngestion ee.data.getWorkloadTag ee.data.getTaskList ee.data.listOperations ee.data.setWorkloadTag ee.data.getFeatureViewTilesKey ee.data.createAsset ee.data.setDefaultWorkloadTag ee.data.getTaskListWithLimit ee.data.listFeatures ee.data.resetWorkloadTag ee.data.createFolder ee.data.computeValue ee.data.cancelOperation ee.data.startTableIngestion ee.data.renameAsset ee.data.getVideoThumbId ee.data.getThumbId ee.data.authenticateViaOauth ee.data.getOperation ee.data.copyAsset ee.data.getAssetAcl ee.data.getAsset ee.data.getFilmstripThumbId ee.data.deleteAsset ee.data.cancelTask ee.data.authenticate ee.data.getInfo ee.data.makeThumbUrl ee.data.updateTask ee.data.authenticateViaPopup ee.data.getDownloadId ee.data.getList ee.data.startProcessing ee.data.listAssets ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.updateAsset ee.data.makeTableDownloadUrl ee.data.newTaskId ee.data.listImages ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.fromJSON ee.Dictionary ee.initialize ee.apply ee.TILE_SIZE ee.reset ee.Algorithms ee.InitState ee.call ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getInfo ee.Feature ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getMapId ee.Filter.metadata ee.Filter.gt ee.Filter.lte ee.Filter.neq ee.Filter.and ee.Filter.lt ee.Filter.bounds ee.Filter.gte ee.Filter.prototype.not ee.Filter.eq ee.Filter.or ee.Filter ee.Filter.date ee.Filter.inList ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Geometry.Polygon ee.Geometry.LineString ee.Geometry.prototype.toGeoJSONString ee.Geometry.prototype.serialize ee.Geometry.LinearRing ee.Geometry.Rectangle ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.Point ee.Geometry.BBox ee.Geometry.prototype.toGeoJSON ee.Image.prototype.getDownloadURL ee.Image.prototype.select ee.Image.cat ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.rgb ee.Image.prototype.expression ee.Image.prototype.clip ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image ee.Image.prototype.getMap ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getInfo ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
27300
- orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".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 opt_priority".split(" "),
27301
- ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], "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 opt_priority".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 opt_priority".split(" "),
27302
- ["classifier", "opt_description", "opt_assetId", "opt_priority"], "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 opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),
27303
- "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), ["property", "opt_ascending"],
27304
- ["algorithm", "opt_dropNulls"], ["geometry"], ["algorithm", "opt_first"], ["start", "opt_end"], ["filter"], ["name", "operator", "value"], ["max", "opt_property", "opt_ascending"], ["callback"], ["opt_callback"], ["legacy"], ["func", "var_args"], ["assetId", "aclUpdate", "opt_callback"], ["assetId", "properties", "opt_callback"], ["project", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["rootId", "opt_callback"], ["opt_callback"], ["id", "x", "y", "z"], ["requestedId",
27305
- "opt_callback"], ["taskId", "request", "opt_callback"], [], ["opt_callback"], ["opt_limit", "opt_callback"], ["tag"], ["params", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["tag"], ["opt_limit", "opt_callback"], ["asset", "params", "opt_callback"], ["opt_resetDefault"], ["path", "opt_force", "opt_callback"], ["obj", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "request", "opt_callback"], ["sourceId", "destinationId", "opt_callback"],
27306
- ["params", "opt_callback"], ["params", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["operationName", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["assetId", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id", "opt_callback"],
27307
- ["id"], ["taskId", "action", "opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["id"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["id"], ["opt_count", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["date", "opt_tz"], ["json"],
27308
- ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "namedArgs"], [], [], [], [], ["func", "var_args"], ["var_args"], [], ["opt_callback"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["propertySelectors", "opt_newProperties",
27309
- "opt_retainGeometry"], ["args", "opt_column"], ["opt_visParams", "opt_callback"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], [], ["name", "value"], ["var_args"], ["opt_filter"], ["start", "opt_end"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
27310
- ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["west", "south", "east", "north"], [], ["params", "opt_callback"], ["var_args"], ["var_args"],
27311
- ["opt_callback"], ["opt_visParams", "opt_callback"], ["r", "g", "b"], ["expression", "opt_map"], ["geometry"], ["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_args"], ["opt_visParams", "opt_callback"], [], ["opt_callback"], ["args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["opt_visParams", "opt_callback"], ["selectors", "opt_names"],
27312
- ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
27313
- [ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toDrive,
27314
- module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.filterBounds, ee.Collection.prototype.iterate, ee.Collection.prototype.filterDate, ee.Collection.prototype.filter, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.limit, ee.ComputedObject.prototype.evaluate,
27315
- ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.data.setAssetAcl, ee.data.setAssetProperties, ee.data.listBuckets, ee.data.getMapId, ee.data.getTaskStatus, ee.data.getAssetRootQuota, ee.data.getAssetRoots, ee.data.getTileUrl, ee.data.createAssetHome, ee.data.startIngestion, ee.data.getWorkloadTag, ee.data.getTaskList, ee.data.listOperations, ee.data.setWorkloadTag, ee.data.getFeatureViewTilesKey, ee.data.createAsset, ee.data.setDefaultWorkloadTag,
27316
- ee.data.getTaskListWithLimit, ee.data.listFeatures, ee.data.resetWorkloadTag, ee.data.createFolder, ee.data.computeValue, ee.data.cancelOperation, ee.data.startTableIngestion, ee.data.renameAsset, ee.data.getVideoThumbId, ee.data.getThumbId, ee.data.authenticateViaOauth, ee.data.getOperation, ee.data.copyAsset, ee.data.getAssetAcl, ee.data.getAsset, ee.data.getFilmstripThumbId, ee.data.deleteAsset, ee.data.cancelTask, ee.data.authenticate, ee.data.getInfo, ee.data.makeThumbUrl, ee.data.updateTask,
27317
- ee.data.authenticateViaPopup, ee.data.getDownloadId, ee.data.getList, ee.data.startProcessing, ee.data.listAssets, ee.data.makeDownloadUrl, ee.data.authenticateViaPrivateKey, ee.data.getTableDownloadId, ee.data.updateAsset, ee.data.makeTableDownloadUrl, ee.data.newTaskId, ee.data.listImages, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.fromJSON, ee.Dictionary, ee.initialize, ee.apply, ee.TILE_SIZE, ee.reset, ee.Algorithms, ee.InitState,
27318
- ee.call, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getInfo, ee.Feature, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getMapId, ee.Filter.metadata, ee.Filter.gt, ee.Filter.lte, ee.Filter.neq, ee.Filter.and, ee.Filter.lt, ee.Filter.bounds,
27319
- ee.Filter.gte, ee.Filter.prototype.not, ee.Filter.eq, ee.Filter.or, ee.Filter, ee.Filter.date, ee.Filter.inList, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.MultiPoint, ee.Geometry.MultiLineString, ee.Geometry.Polygon, ee.Geometry.LineString, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.prototype.serialize, ee.Geometry.LinearRing, ee.Geometry.Rectangle, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.prototype.toGeoJSON, ee.Image.prototype.getDownloadURL,
27320
- ee.Image.prototype.select, ee.Image.cat, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.rgb, ee.Image.prototype.expression, ee.Image.prototype.clip, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image, ee.Image.prototype.getMap, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getInfo, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMapId,
27321
- ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.select, ee.List, ee.Number, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.String, ee.Terrain].forEach(function(fn, i) {
27302
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction._call ee.ApiFunction.lookup ee.batch.Export.table.toFeatureView ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toDrive ee.batch.Export.image.toAsset ee.batch.Export.table.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.video.toDrive ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.Collection.prototype.map ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.serialize ee.data.renameAsset ee.data.cancelOperation ee.data.getAssetAcl ee.data.getVideoThumbId ee.data.copyAsset ee.data.getThumbId ee.data.getAsset ee.data.authenticateViaOauth ee.data.deleteAsset ee.data.getOperation ee.data.getInfo ee.data.getFilmstripThumbId ee.data.cancelTask ee.data.startProcessing ee.data.makeTableDownloadUrl ee.data.getDownloadId ee.data.authenticate ee.data.makeThumbUrl ee.data.updateTask ee.data.getList ee.data.authenticateViaPopup ee.data.listAssets ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.updateAsset ee.data.listImages ee.data.setAssetAcl ee.data.newTaskId ee.data.listBuckets ee.data.setAssetProperties ee.data.getAssetRoots ee.data.getMapId ee.data.getAssetRootQuota ee.data.getTaskStatus ee.data.createAssetHome ee.data.startIngestion ee.data.getTileUrl ee.data.getWorkloadTag ee.data.createAsset ee.data.getTaskList ee.data.setWorkloadTag ee.data.startTableIngestion ee.data.getFeatureViewTilesKey ee.data.computeValue ee.data.getTaskListWithLimit ee.data.createFolder ee.data.setDefaultWorkloadTag ee.data.listOperations ee.data.resetWorkloadTag ee.data.listFeatures ee.Date ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Dictionary ee.apply ee.initialize ee.TILE_SIZE ee.reset ee.Algorithms ee.InitState ee.call ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMapId ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMapId ee.Filter.bounds ee.Filter.gte ee.Filter.eq ee.Filter.or ee.Filter.neq ee.Filter.gt ee.Filter.date ee.Filter.metadata ee.Filter.inList ee.Filter ee.Filter.lte ee.Filter.lt ee.Filter.prototype.not ee.Filter.and ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.prototype.serialize ee.Geometry.LineString ee.Geometry.MultiLineString ee.Geometry.MultiPolygon ee.Geometry.prototype.toGeoJSON ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.Polygon ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry ee.Geometry.Point ee.Geometry.Rectangle ee.Image.prototype.expression ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.cat ee.Image.prototype.getInfo ee.Image.prototype.getMap ee.Image.rgb ee.Image.prototype.getThumbURL ee.Image.prototype.clip ee.Image.prototype.getDownloadURL ee.Image.prototype.select ee.Image.prototype.getMapId ee.Image ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.linkCollection ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getInfo ee.List ee.Number ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.String ee.Terrain".split(" "),
27303
+ orderedParamLists = [["name", "namedArgs"], ["name", "var_args"], ["name"], "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".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 opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
27304
+ "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
27305
+ "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".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 opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
27306
+ "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 opt_priority".split(" "), ["classifier", "opt_description", "opt_assetId", "opt_priority"], "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), ["property",
27307
+ "opt_ascending"], ["geometry"], ["filter"], ["start", "opt_end"], ["algorithm", "opt_first"], ["name", "operator", "value"], ["max", "opt_property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["opt_callback"], ["func", "var_args"], ["callback"], ["legacy"], ["sourceId", "destinationId", "opt_callback"], ["operationName", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["id",
27308
+ "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["assetId", "opt_callback"], ["operationName", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "params", "opt_callback"], ["id"], ["params", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id"], ["taskId", "action", "opt_callback"], ["params", "opt_callback"], ["opt_success",
27309
+ "opt_error"], ["parent", "opt_params", "opt_callback"], ["id"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["opt_count", "opt_callback"], ["project", "opt_callback"], ["assetId", "properties", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["rootId", "opt_callback"],
27310
+ ["taskId", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "request", "opt_callback"], ["id", "x", "y", "z"], [], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_callback"], ["tag"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["obj", "opt_callback"], ["opt_limit", "opt_callback"], ["path", "opt_force", "opt_callback"], ["tag"], ["opt_limit", "opt_callback"], ["opt_resetDefault"], ["asset", "params", "opt_callback"], ["date", "opt_tz"],
27311
+ ["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func", "namedArgs"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], [], [], [], ["func", "var_args"], ["var_args"], [], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["opt_format",
27312
+ "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["var_args"], ["name", "value"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], ["name", "value"], ["name", "value"], [], ["var_args"], ["namedArgs"], ["var_args"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
27313
+ ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["expression", "opt_map"], ["var_args"], ["params",
27314
+ "opt_callback"], ["var_args"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["r", "g", "b"], ["params", "opt_callback"], ["geometry"], ["params", "opt_callback"], ["var_args"], ["opt_visParams", "opt_callback"], ["opt_args"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["args"], [], ["params", "opt_callback"], ["params", "opt_callback"], ["selectors", "opt_names"], ["opt_callback"],
27315
+ ["list"], ["number"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
27316
+ [ee.ApiFunction._apply, ee.ApiFunction._call, ee.ApiFunction.lookup, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage,
27317
+ module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.video.toDrive, ee.Collection.prototype.sort, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.limit, ee.Collection.prototype.map, ee.ComputedObject.prototype.getInfo,
27318
+ ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.serialize, ee.data.renameAsset, ee.data.cancelOperation, ee.data.getAssetAcl, ee.data.getVideoThumbId, ee.data.copyAsset, ee.data.getThumbId, ee.data.getAsset, ee.data.authenticateViaOauth, ee.data.deleteAsset, ee.data.getOperation, ee.data.getInfo, ee.data.getFilmstripThumbId, ee.data.cancelTask, ee.data.startProcessing, ee.data.makeTableDownloadUrl, ee.data.getDownloadId, ee.data.authenticate,
27319
+ ee.data.makeThumbUrl, ee.data.updateTask, ee.data.getList, ee.data.authenticateViaPopup, ee.data.listAssets, ee.data.makeDownloadUrl, ee.data.authenticateViaPrivateKey, ee.data.getTableDownloadId, ee.data.updateAsset, ee.data.listImages, ee.data.setAssetAcl, ee.data.newTaskId, ee.data.listBuckets, ee.data.setAssetProperties, ee.data.getAssetRoots, ee.data.getMapId, ee.data.getAssetRootQuota, ee.data.getTaskStatus, ee.data.createAssetHome, ee.data.startIngestion, ee.data.getTileUrl, ee.data.getWorkloadTag,
27320
+ ee.data.createAsset, ee.data.getTaskList, ee.data.setWorkloadTag, ee.data.startTableIngestion, ee.data.getFeatureViewTilesKey, ee.data.computeValue, ee.data.getTaskListWithLimit, ee.data.createFolder, ee.data.setDefaultWorkloadTag, ee.data.listOperations, ee.data.resetWorkloadTag, ee.data.listFeatures, ee.Date, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Dictionary, ee.apply, ee.initialize, ee.TILE_SIZE, ee.reset, ee.Algorithms,
27321
+ ee.InitState, ee.call, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMapId, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMapId, ee.Filter.bounds, ee.Filter.gte, ee.Filter.eq, ee.Filter.or, ee.Filter.neq, ee.Filter.gt, ee.Filter.date,
27322
+ ee.Filter.metadata, ee.Filter.inList, ee.Filter, ee.Filter.lte, ee.Filter.lt, ee.Filter.prototype.not, ee.Filter.and, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.prototype.serialize, ee.Geometry.LineString, ee.Geometry.MultiLineString, ee.Geometry.MultiPolygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Polygon, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry, ee.Geometry.Point, ee.Geometry.Rectangle,
27323
+ ee.Image.prototype.expression, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.cat, ee.Image.prototype.getInfo, ee.Image.prototype.getMap, ee.Image.rgb, ee.Image.prototype.getThumbURL, ee.Image.prototype.clip, ee.Image.prototype.getDownloadURL, ee.Image.prototype.select, ee.Image.prototype.getMapId, ee.Image, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection, ee.ImageCollection.prototype.first,
27324
+ ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getInfo, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.String, ee.Terrain].forEach(function(fn, i) {
27322
27325
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
27323
27326
  });
27324
27327
  goog.global.EXPORTED_FN_INFO = exportedFnInfo;
@@ -456,7 +456,7 @@ Pa(p,f[m]))});return b?b(l):l};return this.callback?(gj(d,null,function(f,l){ret
456
456
  hj.prototype.send=function(a,b){var c=[a.C+" "+a.path+" HTTP/1.1"];c.push("Content-Type: application/json; charset=utf-8");var d=jj();d!=null&&c.push("Authorization: "+d);a=a.body?JSON.stringify(a.body):"";return[c.join("\r\n")+"\r\n\r\n"+a,b]};
457
457
  var kj=function(a,b,c){a=r(b.split("--"+a.split("; boundary=")[1]));for(b=a.next();!b.done;b=a.next())if(b=b.value.split("\r\n\r\n"),!(b.length<3)){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"))}},ej=function(){var a=lj.replace(/\/api$/,"");return"window"in t&&!a.match(/^https?:\/\/content-/)?a.replace(/^(https?:\/\/)(.*\.googleapis\.com)$/,"$1content-$2"):a},nj=function(a,b,c){var d=[];a&&(d=d.concat(mj));
458
458
  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=u(g)?"o"+Ea(g):(typeof g).charAt(0)+g;Object.prototype.hasOwnProperty.call(e,f)||(e[f]=!0,a[b++]=g)}a.length=b;return d},uj=function(a,b,c){oj&&qj&&oj({client_id:String(qj),scope:rj.join(" "),plugin_name:"earthengine"},function(d){if(d.error=="immediate_failed"&&c)c();else if("window"in t)try{sj(function(){try{tj(a,b,d)}catch(e){b(e.toString())}})}catch(e){b(e.toString())}else tj(a,
459
- b,d)})},jj=function(){vj&&Date.now()-vj>=0&&wj();return xj},wj=function(){vj=xj=null},bj=function(a,b,c,d){a!=null?lj=a:yj||(lj="https://earthengine.googleapis.com/api");b!=null?zj=b:yj||(zj="https://earthengine.googleapis.com");c!==void 0&&(Aj=c);aj=d!=null?d:aj||"earthengine-legacy";yj=!0},gj=function(a,b,c,d,e,g,f){bj();var l=Bj,m="application/x-www-form-urlencoded";e&&(m="application/json",d&&d.startsWith("multipart")&&(m=d,d="POST"));d=d||"POST";m={"Content-Type":m};var p="1.6.8";p==="1.6.8"&&
459
+ b,d)})},jj=function(){vj&&Date.now()-vj>=0&&wj();return xj},wj=function(){vj=xj=null},bj=function(a,b,c,d){a!=null?lj=a:yj||(lj="https://earthengine.googleapis.com/api");b!=null?zj=b:yj||(zj="https://earthengine.googleapis.com");c!==void 0&&(Aj=c);aj=d!=null?d:aj||"earthengine-legacy";yj=!0},gj=function(a,b,c,d,e,g,f){bj();var l=Bj,m="application/x-www-form-urlencoded";e&&(m="application/json",d&&d.startsWith("multipart")&&(m=d,d="POST"));d=d||"POST";m={"Content-Type":m};var p="1.6.10";p==="1.6.10"&&
460
460
  (p="latest");m["x-goog-api-client"]="ee-js/"+p;p=jj();if(p!=null)m.Authorization=p;else if(c&&oj&&qj)return uj(function(){Cj(l,function(){gj(a,b,c,d)})}),null;b=b?b.clone():new Xc;Dj!=null&&b.add("key",Dj);l&&(m["X-Earth-Engine-Computation-Profiling"]="1");aj&&aj!=="earthengine-legacy"&&(m["X-Goog-User-Project"]=aj);b=Ej(b,a);Aj!=null&&(m["X-XSRF-Token"]=Aj);Fj!=null&&(m["X-Earth-Engine-App-ID-Token"]=Fj);p=e||null;var v=b?b.toString():"";d==="POST"&&e===void 0?p=v:/^[\s\xa0]*$/.test(v)||(a+=a.indexOf("?")!=
461
461
  -1?"&":"?",a+=v);e=a.startsWith("/")?lj+a:a;if(c)return Gj.push(Hj(e,c,d,p,m,g,f)),Ij.nf(),null;v=function(H,ea){this.setRequestHeader&&this.setRequestHeader(ea,H)};var z=0;for(g=g!=null?g:5;;){var B=new XMLHttpRequest;B.open(d,e,!1);Za(m,v,B);B.send(p);if(B.status!=429||z>g)break;z++}return Jj(B.status,function(H){try{return B.getResponseHeader(H)}catch(ea){return null}},B.responseText,l,void 0,e,d,f)},Hj=function(a,b,c,d,e,g,f){var l=0,m={url:a,method:c,content:d,headers:e},p=Bj,v=g!=null?g:10;
462
462
  m.callback=function(z){z=z.target;if(z.getStatus()==429&&l<v)return l++,setTimeout(function(){Gj.push(m);Ij.nf()},Math.min(12E4,Math.pow(2,l)*1E3)),null;var B=Jj,H=z.getStatus(),ea=w(z.getResponseHeader,z);try{var W=z.u?z.u.responseText:""}catch(da){Hc(z.ha,"Can not get responseText: "+da.message),W=""}return B(H,ea,W,p,b,a,c,f)};return m},Cj=function(a,b){var c=Bj;try{Bj=a,b.call(void 0)}finally{Bj=c}},Jj=function(a,b,c,d,e,g,f,l){var m=d?b("X-Earth-Engine-Computation-Profile"):"";m&&d&&d(m);var p=
@@ -709,18 +709,18 @@ h.Al=function(){if(!this.lc){var a=w(function(d){this.lc||(Zp(this.fa,this.ea,d)
709
709
  h.Oi=null;h.Ia=null;h.li=null;var xq=["load","abort","error"],yq=function(){I.call(this);this.Da=!1};q(yq,I);yq.prototype.setActive=function(a){this.Da=a};yq.prototype.isActive=function(){return this.Da};var tq=function(a,b){oq.call(this,a,b)};q(tq,oq);tq.prototype.Ze=function(){return new yq};tq.prototype.Ed=function(a){a.dispose()};tq.prototype.Qf=function(a){return!a.Qa&&!a.isActive()};var zq=function(a,b,c,d,e){ie.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.vg=new ge;this.Rf=1;this.ta=e||null};q(zq,ie);h=zq.prototype;h.Me=function(a){return Ed(this,"tileevent",a)};h.Zf=function(a){Md(a)};
710
710
  h.getTile=function(a,b,c){if(b<this.minZoom||a.y<0||a.y>=1<<b)return a=c.createElement("IMG"),a.style.width="0px",a.style.height="0px",a;b=je(this,a,b);a=[this.url,b].join("/")+"?token="+this.token;this.ta&&this.ta.isEnabled()&&(a+="&profiling=1");b=[b,this.wb,this.token].join("/");this.wb+=1;c=ji("DIV",{id:b});var d=(new Date).getTime()/1E3;this.yb.push(b);nl(uq).send(b,a,d,w(this.Zk,this,c,b));wp(this);return c};h.Oc=function(){return this.yb.length};
711
711
  h.releaseTile=function(a){nl(uq).abort(a.id);if(a.firstElementChild!==void 0)var b=a.firstElementChild;else for(b=a.firstChild;b&&b.nodeType!=1;)b=b.nextSibling;this.vg.remove(b);a.id!==""&&(this.ug.remove(a.id),this.ta&&this.ta.rl(a.id))};h.setOpacity=function(a){this.Rf=a;var b=this.vg.Ca();Xd(b,function(c){Hp(c,a)})};
712
- h.Zk=function(a,b,c,d){c.type=="error"?(jc(this.yb,b),this.ug.add(b),this.dispatchEvent(c)):(jc(this.yb,b),c.target&&c.type=="load"&&(c=c.target,this.vg.add(c),this.Rf!=1&&Hp(c,this.Rf),a.appendChild(c)),wp(this));this.ta&&d!==null&&this.ta.Nk(b,d)};x("ee.MapLayerOverlay",zq);zq.prototype.removeTileCallback=zq.prototype.Zf;zq.prototype.addTileCallback=zq.prototype.Me;zq.prototype.getTile=zq.prototype.getTile;zq.prototype.setOpacity=zq.prototype.setOpacity;zq.prototype.releaseTile=zq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.image.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.filterBounds ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.filter ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.setAssetAcl ee.data.setAssetProperties ee.data.listBuckets ee.data.getMapId ee.data.getTaskStatus ee.data.getAssetRootQuota ee.data.getAssetRoots ee.data.getTileUrl ee.data.createAssetHome ee.data.startIngestion ee.data.getWorkloadTag ee.data.getTaskList ee.data.listOperations ee.data.setWorkloadTag ee.data.getFeatureViewTilesKey ee.data.createAsset ee.data.setDefaultWorkloadTag ee.data.getTaskListWithLimit ee.data.listFeatures ee.data.resetWorkloadTag ee.data.createFolder ee.data.computeValue ee.data.cancelOperation ee.data.startTableIngestion ee.data.renameAsset ee.data.getVideoThumbId ee.data.getThumbId ee.data.authenticateViaOauth ee.data.getOperation ee.data.copyAsset ee.data.getAssetAcl ee.data.getAsset ee.data.getFilmstripThumbId ee.data.deleteAsset ee.data.cancelTask ee.data.authenticate ee.data.getInfo ee.data.makeThumbUrl ee.data.updateTask ee.data.authenticateViaPopup ee.data.getDownloadId ee.data.getList ee.data.startProcessing ee.data.listAssets ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.updateAsset ee.data.makeTableDownloadUrl ee.data.newTaskId ee.data.listImages ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.fromJSON ee.Dictionary ee.initialize ee.apply ee.TILE_SIZE ee.reset ee.Algorithms ee.InitState ee.call ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getInfo ee.Filter.lte ee.Filter.lt ee.Filter.and ee.Filter.prototype.not ee.Filter.or ee.Filter ee.Filter.gte ee.Filter.gt ee.Filter.eq ee.Filter.date ee.Filter.metadata ee.Filter.neq ee.Filter.bounds ee.Filter.inList ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSONString ee.Geometry.Rectangle ee.Geometry.LinearRing ee.Geometry ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry.Point ee.Geometry.MultiLineString ee.Geometry.BBox ee.Geometry.MultiPoint ee.Geometry.prototype.toGeoJSON ee.Geometry.LineString ee.Image.prototype.rename ee.Image.prototype.getDownloadURL ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.clip ee.Image.prototype.getMap ee.Image.rgb ee.Image.cat ee.Image.prototype.select ee.Image ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.expression ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.List ee.Number ee.Serializer.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encodeCloudApi ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
713
- c=[["name"],["name","namedArgs"],["name","var_args"],"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".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 opt_priority".split(" "),
714
- ["collection","opt_description","opt_assetId","opt_maxVertices","opt_priority"],"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 opt_priority".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 opt_priority".split(" "),
715
- ["classifier","opt_description","opt_assetId","opt_priority"],"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 opt_priority".split(" "),"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),
716
- "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),["property","opt_ascending"],["algorithm",
717
- "opt_dropNulls"],["geometry"],["algorithm","opt_first"],["start","opt_end"],["filter"],["name","operator","value"],["max","opt_property","opt_ascending"],["callback"],["opt_callback"],["legacy"],["func","var_args"],["assetId","aclUpdate","opt_callback"],["assetId","properties","opt_callback"],["project","opt_callback"],["params","opt_callback"],["taskId","opt_callback"],["rootId","opt_callback"],["opt_callback"],["id","x","y","z"],["requestedId","opt_callback"],["taskId","request","opt_callback"],
718
- [],["opt_callback"],["opt_limit","opt_callback"],["tag"],["params","opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],["tag"],["opt_limit","opt_callback"],["asset","params","opt_callback"],["opt_resetDefault"],["path","opt_force","opt_callback"],["obj","opt_callback"],["operationName","opt_callback"],["taskId","request","opt_callback"],["sourceId","destinationId","opt_callback"],["params","opt_callback"],["params","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),
719
- ["operationName","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["assetId","opt_callback"],["id","opt_callback"],["params","opt_callback"],["assetId","opt_callback"],["taskId","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["id","opt_callback"],["id"],["taskId","action","opt_callback"],["opt_success","opt_error"],["params","opt_callback"],["params","opt_callback"],["taskId","params","opt_callback"],["parent","opt_params","opt_callback"],
720
- ["id"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["params","opt_callback"],["assetId","asset","updateFields","opt_callback"],["id"],["opt_count","opt_callback"],["parent","opt_params","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","namedArgs"],[],[],[],[],["func","var_args"],["var_args"],[],["opt_callback"],["opt_visParams",
721
- "opt_callback"],["opt_visParams","opt_callback"],["geometry","opt_properties"],["args","opt_column"],["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["opt_callback"],["name","value"],["name","value"],["var_args"],[],["var_args"],["opt_filter"],["name","value"],["name","value"],["name","value"],["start","opt_end"],["name","operator","value"],["name","value"],
722
- ["geometry","opt_errorMargin"],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["var_args"],["namedArgs"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],[],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["legacy"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError"],
723
- ["west","south","east","north"],["coords","opt_proj"],[],["coords","opt_proj","opt_geodesic","opt_maxError"],["var_args"],["params","opt_callback"],["params","opt_callback"],["params","opt_callback"],["geometry"],["opt_visParams","opt_callback"],["r","g","b"],["var_args"],["var_args"],["opt_args"],["opt_callback"],["opt_visParams","opt_callback"],["expression","opt_map"],["opt_visParams","opt_callback"],["args"],["opt_visParams","opt_callback"],["opt_callback"],["selectors","opt_names"],["imageCollection",
724
- "opt_linkedBands","opt_linkedProperties","opt_matchPropertyName"],[],["params","opt_callback"],["params","opt_callback"],["list"],["number"],["obj"],["obj"],["obj","opt_isCompound"],["obj"],["obj"],["obj"],["obj"],["string"],[]];[Qm,Rm,Q,uo,yo,to,wo,Bo,so,Co,ro,Ao,po,xo,vo,zo,V.prototype.sort,V.prototype.map,V.prototype.wh,V.prototype.Lh,V.prototype.lf,V.prototype.filter,V.prototype.mf,V.prototype.limit,O.prototype.evaluate,O.prototype.W,O.prototype.ua,O.prototype.Fg,wm,xm,mm,wl,Nl,ym,nm,xl,om,em,
725
- ul,Pl,Ql,Am,yl,pm,Bm,Ol,zl,Cm,qm,Al,Rl,gm,rm,Cl,Bl,pl,Sl,sm,um,hm,Dl,tm,Ul,ql,hm,El,Tl,ol,Gl,jm,am,km,Hl,rl,Il,vm,Jl,Kl,lm,To,Yo,bp,Wo,Xo,cp,lp,rp,256,op,np,pp,qp,S.prototype.set,Mj,X.prototype.W,X.prototype.S,X.prototype.getMap,X,Y,Y.prototype.qb,Y.prototype.getMap,Y.prototype.S,Y.prototype.select,Y.prototype.W,Jn,Gn,Kn,U.prototype.uc,Ln,U,Hn,In,En,Mn,Pn,Fn,On,Nn,Lm.prototype.call,Lm.prototype.apply,vn,T.prototype.xg,on,tn,T,T.prototype.ua,wn,kn,un,pn,nn,T.prototype.pe,sn,N.prototype.ri,N.prototype.qb,
726
- N.prototype.Md,N.prototype.uf,N.prototype.clip,N.prototype.getMap,bo,co,N.prototype.select,N,N.prototype.W,N.prototype.S,N.prototype.l,Z.prototype.S,Z,Z.prototype.getMap,Z.prototype.W,Z.prototype.select,Z.prototype.Ff,Z.prototype.first,Z.prototype.tf,Z.prototype.vf,eo,Jo,Tk,Uk,Ik,Jk,Sk,Ok,Lk,Mo,fp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});t.EXPORTED_FN_INFO=a})();}).call(this);
712
+ h.Zk=function(a,b,c,d){c.type=="error"?(jc(this.yb,b),this.ug.add(b),this.dispatchEvent(c)):(jc(this.yb,b),c.target&&c.type=="load"&&(c=c.target,this.vg.add(c),this.Rf!=1&&Hp(c,this.Rf),a.appendChild(c)),wp(this));this.ta&&d!==null&&this.ta.Nk(b,d)};x("ee.MapLayerOverlay",zq);zq.prototype.removeTileCallback=zq.prototype.Zf;zq.prototype.addTileCallback=zq.prototype.Me;zq.prototype.getTile=zq.prototype.getTile;zq.prototype.setOpacity=zq.prototype.setOpacity;zq.prototype.releaseTile=zq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.video.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toFeatureView ee.Collection.prototype.filter ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.data.getOperation ee.data.getAssetAcl ee.data.authenticateViaOauth ee.data.getList ee.data.getVideoThumbId ee.data.cancelTask ee.data.computeValue ee.data.updateTask ee.data.getFilmstripThumbId ee.data.listAssets ee.data.authenticate ee.data.getThumbId ee.data.startProcessing ee.data.makeThumbUrl ee.data.updateAsset ee.data.authenticateViaPopup ee.data.getTableDownloadId ee.data.makeDownloadUrl ee.data.setAssetAcl ee.data.listImages ee.data.authenticateViaPrivateKey ee.data.makeTableDownloadUrl ee.data.listBuckets ee.data.setAssetProperties ee.data.getDownloadId ee.data.getAssetRoots ee.data.getAssetRootQuota ee.data.newTaskId ee.data.createAssetHome ee.data.startIngestion ee.data.getWorkloadTag ee.data.getTaskStatus ee.data.getMapId ee.data.createAsset ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.getTileUrl ee.data.createFolder ee.data.resetWorkloadTag ee.data.getTaskList ee.data.renameAsset ee.data.cancelOperation ee.data.listOperations ee.data.getFeatureViewTilesKey ee.data.startTableIngestion ee.data.copyAsset ee.data.listFeatures ee.data.deleteAsset ee.data.getTaskListWithLimit ee.data.getAsset ee.data.getInfo ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Dictionary ee.InitState ee.reset ee.call ee.initialize ee.apply ee.TILE_SIZE ee.Algorithms ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMap ee.Feature ee.Feature.prototype.getMapId ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.Filter.lte ee.Filter.lt ee.Filter.and ee.Filter.prototype.not ee.Filter.or ee.Filter ee.Filter.gte ee.Filter.eq ee.Filter.date ee.Filter.inList ee.Filter.metadata ee.Filter.gt ee.Filter.bounds ee.Filter.neq ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiPolygon ee.Geometry.MultiPoint ee.Geometry.Rectangle ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSONString ee.Geometry ee.Geometry.BBox ee.Geometry.Point ee.Geometry.prototype.serialize ee.Geometry.LinearRing ee.Image.rgb ee.Image.prototype.expression ee.Image.prototype.getThumbId ee.Image.prototype.getMapId ee.Image.prototype.getThumbURL ee.Image.prototype.getMap ee.Image.prototype.clip ee.Image.prototype.getDownloadURL ee.Image.prototype.select ee.Image.prototype.rename ee.Image.cat ee.Image ee.Image.prototype.getInfo ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
713
+ c=[["name"],["name","namedArgs"],["name","var_args"],"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
714
+ "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 opt_priority".split(" "),"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".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 opt_priority".split(" "),
715
+ ["collection","opt_description","opt_assetId","opt_maxVertices","opt_priority"],"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 opt_priority".split(" "),["classifier","opt_description","opt_assetId","opt_priority"],"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
716
+ "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 opt_priority".split(" "),"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),
717
+ ["filter"],["name","operator","value"],["geometry"],["property","opt_ascending"],["algorithm","opt_dropNulls"],["start","opt_end"],["algorithm","opt_first"],["max","opt_property","opt_ascending"],["legacy"],["callback"],["opt_callback"],["func","var_args"],["operationName","opt_callback"],["assetId","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["params","opt_callback"],["params","opt_callback"],["taskId","opt_callback"],["obj",
718
+ "opt_callback"],["taskId","action","opt_callback"],["params","opt_callback"],["parent","opt_params","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["params","opt_callback"],["taskId","params","opt_callback"],["id"],["assetId","asset","updateFields","opt_callback"],["opt_success","opt_error"],["params","opt_callback"],["id"],["assetId","aclUpdate","opt_callback"],["parent","opt_params","opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes",
719
+ "opt_suppressDefaultScopes"],["id"],["project","opt_callback"],["assetId","properties","opt_callback"],["params","opt_callback"],["opt_callback"],["rootId","opt_callback"],["opt_count","opt_callback"],["requestedId","opt_callback"],["taskId","request","opt_callback"],[],["taskId","opt_callback"],["params","opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],["tag"],["tag"],["id","x","y","z"],["path","opt_force","opt_callback"],["opt_resetDefault"],["opt_callback"],["sourceId",
720
+ "destinationId","opt_callback"],["operationName","opt_callback"],["opt_limit","opt_callback"],["params","opt_callback"],["taskId","request","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["asset","params","opt_callback"],["assetId","opt_callback"],["opt_limit","opt_callback"],["id","opt_callback"],["id","opt_callback"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],[],[],["func","var_args"],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
721
+ ["func","namedArgs"],[],[],["var_args"],[],["opt_visParams","opt_callback"],["geometry","opt_properties"],["opt_visParams","opt_callback"],["opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["opt_visParams","opt_callback"],["opt_callback"],["args","opt_column"],["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_visParams","opt_callback"],["name","value"],["name","value"],["var_args"],[],["var_args"],["opt_filter"],["name","value"],["name","value"],["start",
722
+ "opt_end"],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["name","operator","value"],["name","value"],["geometry","opt_errorMargin"],["name","value"],["namedArgs"],["var_args"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],[],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],
723
+ [],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["west","south","east","north"],["coords","opt_proj"],["legacy"],["coords","opt_proj","opt_geodesic","opt_maxError"],["r","g","b"],["expression","opt_map"],["params","opt_callback"],["opt_visParams","opt_callback"],["params","opt_callback"],["opt_visParams","opt_callback"],["geometry"],["params","opt_callback"],["var_args"],["var_args"],["var_args"],["opt_args"],["opt_callback"],["args"],["params","opt_callback"],["params","opt_callback"],["opt_visParams",
724
+ "opt_callback"],["opt_visParams","opt_callback"],["selectors","opt_names"],["opt_callback"],["imageCollection","opt_linkedBands","opt_linkedProperties","opt_matchPropertyName"],[],["list"],["number"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["obj"],["obj"],["obj"],["string"],[]];[Qm,Rm,Q,vo,zo,uo,so,yo,to,wo,Bo,Co,Ao,ro,po,xo,V.prototype.filter,V.prototype.mf,V.prototype.wh,V.prototype.sort,V.prototype.map,V.prototype.lf,V.prototype.Lh,V.prototype.limit,O.prototype.ua,O.prototype.evaluate,
725
+ O.prototype.W,O.prototype.Fg,Sl,um,pl,jm,Cl,Ul,Al,Tl,Dl,km,ql,Bl,am,El,vm,ol,Il,Hl,wm,lm,rl,Jl,mm,xm,Gl,nm,ym,Kl,om,em,ul,Nl,wl,pm,Am,Bm,xl,qm,Cm,Pl,rm,Rl,Ql,yl,gm,sm,zl,tm,Ol,hm,hm,To,Xo,Yo,bp,Wo,cp,pp,op,qp,lp,rp,256,np,S.prototype.set,Mj,X.prototype.getMap,X,X.prototype.S,X.prototype.W,Y.prototype.select,Y.prototype.S,Y.prototype.W,Y,Y.prototype.qb,Y.prototype.getMap,Jn,Gn,Kn,U.prototype.uc,Ln,U,Hn,En,Mn,Nn,Pn,In,On,Fn,Lm.prototype.apply,Lm.prototype.call,wn,nn,on,un,T.prototype.pe,sn,vn,T.prototype.xg,
726
+ T,pn,kn,T.prototype.ua,tn,bo,N.prototype.l,N.prototype.Md,N.prototype.S,N.prototype.uf,N.prototype.getMap,N.prototype.clip,N.prototype.qb,N.prototype.select,N.prototype.ri,co,N,N.prototype.W,Z,Z.prototype.tf,Z.prototype.vf,Z.prototype.S,Z.prototype.getMap,Z.prototype.select,Z.prototype.W,Z.prototype.Ff,Z.prototype.first,eo,Jo,Lk,Tk,Uk,Ik,Sk,Jk,Ok,Mo,fp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});t.EXPORTED_FN_INFO=a})();}).call(this);
@@ -1386,7 +1386,10 @@ goog.GENDERED_MESSAGES_ENABLED = !0;
1386
1386
  goog.GrammaticalGender_ = {OTHER:0, MASCULINE:1, FEMININE:2, NEUTER:3};
1387
1387
  goog.GRAMMATICAL_GENDER_MAP_ = {FEMININE:goog.GrammaticalGender_.FEMININE, MASCULINE:goog.GrammaticalGender_.MASCULINE, NEUTER:goog.GrammaticalGender_.NEUTER};
1388
1388
  goog.viewerGrammaticalGender_ = goog.GRAMMATICAL_GENDER_MAP_[goog.GENDERED_MESSAGES_ENABLED && goog.global._F_VIEWER_GRAMMATICAL_GENDER] || goog.GrammaticalGender_.OTHER;
1389
- goog.msgKind = {MASCULINE:goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.MASCULINE, FEMININE:goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.FEMININE, NEUTER:goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.NEUTER};
1389
+ goog.msgKind = {};
1390
+ goog.msgKind.MASCULINE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.MASCULINE;
1391
+ goog.msgKind.FEMININE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.FEMININE;
1392
+ goog.msgKind.NEUTER = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.NEUTER;
1390
1393
  goog.LEGACY_NAMESPACE_OBJECT_ = goog.global;
1391
1394
  goog.provide = function(name) {
1392
1395
  if (goog.isInModuleLoader_()) {
@@ -17890,7 +17893,7 @@ goog.dom.getDocumentScroll = function() {
17890
17893
  };
17891
17894
  goog.dom.getDocumentScroll_ = function(doc) {
17892
17895
  var el = goog.dom.getDocumentScrollElement_(doc), win = goog.dom.getWindow_(doc);
17893
- return new goog.math.Coordinate(win.pageXOffset || el.scrollLeft, win.pageYOffset || el.scrollTop);
17896
+ return new goog.math.Coordinate((win == null ? void 0 : win.pageXOffset) || el.scrollLeft, (win == null ? void 0 : win.pageYOffset) || el.scrollTop);
17894
17897
  };
17895
17898
  goog.dom.getDocumentScrollElement = function() {
17896
17899
  return goog.dom.getDocumentScrollElement_(document);
@@ -19474,7 +19477,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
19474
19477
  ee.apiclient = {};
19475
19478
  var module$contents$ee$apiclient_apiclient = {};
19476
19479
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
19477
- ee.apiclient.API_CLIENT_VERSION = "1.6.8";
19480
+ ee.apiclient.API_CLIENT_VERSION = "1.6.10";
19478
19481
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
19479
19482
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
19480
19483
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -19772,8 +19775,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
19772
19775
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
19773
19776
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
19774
19777
  method = method || "POST";
19775
- var headers = {"Content-Type":contentType}, version = "1.6.8";
19776
- version === "1.6.8" && (version = "latest");
19778
+ var headers = {"Content-Type":contentType}, version = "1.6.10";
19779
+ version === "1.6.10" && (version = "latest");
19777
19780
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
19778
19781
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
19779
19782
  if (authToken != null) {
@@ -1386,7 +1386,10 @@ goog.GENDERED_MESSAGES_ENABLED = !0;
1386
1386
  goog.GrammaticalGender_ = {OTHER:0, MASCULINE:1, FEMININE:2, NEUTER:3};
1387
1387
  goog.GRAMMATICAL_GENDER_MAP_ = {FEMININE:goog.GrammaticalGender_.FEMININE, MASCULINE:goog.GrammaticalGender_.MASCULINE, NEUTER:goog.GrammaticalGender_.NEUTER};
1388
1388
  goog.viewerGrammaticalGender_ = goog.GRAMMATICAL_GENDER_MAP_[goog.GENDERED_MESSAGES_ENABLED && goog.global._F_VIEWER_GRAMMATICAL_GENDER] || goog.GrammaticalGender_.OTHER;
1389
- goog.msgKind = {MASCULINE:goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.MASCULINE, FEMININE:goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.FEMININE, NEUTER:goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.NEUTER};
1389
+ goog.msgKind = {};
1390
+ goog.msgKind.MASCULINE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.MASCULINE;
1391
+ goog.msgKind.FEMININE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.FEMININE;
1392
+ goog.msgKind.NEUTER = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.NEUTER;
1390
1393
  goog.LEGACY_NAMESPACE_OBJECT_ = goog.global;
1391
1394
  goog.provide = function(name) {
1392
1395
  if (goog.isInModuleLoader_()) {
@@ -17890,7 +17893,7 @@ goog.dom.getDocumentScroll = function() {
17890
17893
  };
17891
17894
  goog.dom.getDocumentScroll_ = function(doc) {
17892
17895
  var el = goog.dom.getDocumentScrollElement_(doc), win = goog.dom.getWindow_(doc);
17893
- return new goog.math.Coordinate(win.pageXOffset || el.scrollLeft, win.pageYOffset || el.scrollTop);
17896
+ return new goog.math.Coordinate((win == null ? void 0 : win.pageXOffset) || el.scrollLeft, (win == null ? void 0 : win.pageYOffset) || el.scrollTop);
17894
17897
  };
17895
17898
  goog.dom.getDocumentScrollElement = function() {
17896
17899
  return goog.dom.getDocumentScrollElement_(document);
@@ -19474,7 +19477,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
19474
19477
  ee.apiclient = {};
19475
19478
  var module$contents$ee$apiclient_apiclient = {};
19476
19479
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
19477
- ee.apiclient.API_CLIENT_VERSION = "1.6.8";
19480
+ ee.apiclient.API_CLIENT_VERSION = "1.6.10";
19478
19481
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
19479
19482
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
19480
19483
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -19772,8 +19775,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
19772
19775
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
19773
19776
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
19774
19777
  method = method || "POST";
19775
- var headers = {"Content-Type":contentType}, version = "1.6.8";
19776
- version === "1.6.8" && (version = "latest");
19778
+ var headers = {"Content-Type":contentType}, version = "1.6.10";
19779
+ version === "1.6.10" && (version = "latest");
19777
19780
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
19778
19781
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
19779
19782
  if (authToken != null) {
@@ -27296,29 +27299,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
27296
27299
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
27297
27300
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
27298
27301
  (function() {
27299
- var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.image.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.filterBounds ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.filter ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.setAssetAcl ee.data.setAssetProperties ee.data.listBuckets ee.data.getMapId ee.data.getTaskStatus ee.data.getAssetRootQuota ee.data.getAssetRoots ee.data.getTileUrl ee.data.createAssetHome ee.data.startIngestion ee.data.getWorkloadTag ee.data.getTaskList ee.data.listOperations ee.data.setWorkloadTag ee.data.getFeatureViewTilesKey ee.data.createAsset ee.data.setDefaultWorkloadTag ee.data.getTaskListWithLimit ee.data.listFeatures ee.data.resetWorkloadTag ee.data.createFolder ee.data.computeValue ee.data.cancelOperation ee.data.startTableIngestion ee.data.renameAsset ee.data.getVideoThumbId ee.data.getThumbId ee.data.authenticateViaOauth ee.data.getOperation ee.data.copyAsset ee.data.getAssetAcl ee.data.getAsset ee.data.getFilmstripThumbId ee.data.deleteAsset ee.data.cancelTask ee.data.authenticate ee.data.getInfo ee.data.makeThumbUrl ee.data.updateTask ee.data.authenticateViaPopup ee.data.getDownloadId ee.data.getList ee.data.startProcessing ee.data.listAssets ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.updateAsset ee.data.makeTableDownloadUrl ee.data.newTaskId ee.data.listImages ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.fromJSON ee.Dictionary ee.initialize ee.apply ee.TILE_SIZE ee.reset ee.Algorithms ee.InitState ee.call ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getInfo ee.Feature ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getMapId ee.Filter.metadata ee.Filter.gt ee.Filter.lte ee.Filter.neq ee.Filter.and ee.Filter.lt ee.Filter.bounds ee.Filter.gte ee.Filter.prototype.not ee.Filter.eq ee.Filter.or ee.Filter ee.Filter.date ee.Filter.inList ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Geometry.Polygon ee.Geometry.LineString ee.Geometry.prototype.toGeoJSONString ee.Geometry.prototype.serialize ee.Geometry.LinearRing ee.Geometry.Rectangle ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.Point ee.Geometry.BBox ee.Geometry.prototype.toGeoJSON ee.Image.prototype.getDownloadURL ee.Image.prototype.select ee.Image.cat ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.rgb ee.Image.prototype.expression ee.Image.prototype.clip ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image ee.Image.prototype.getMap ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getInfo ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
27300
- orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".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 opt_priority".split(" "),
27301
- ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], "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 opt_priority".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 opt_priority".split(" "),
27302
- ["classifier", "opt_description", "opt_assetId", "opt_priority"], "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 opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),
27303
- "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), ["property", "opt_ascending"],
27304
- ["algorithm", "opt_dropNulls"], ["geometry"], ["algorithm", "opt_first"], ["start", "opt_end"], ["filter"], ["name", "operator", "value"], ["max", "opt_property", "opt_ascending"], ["callback"], ["opt_callback"], ["legacy"], ["func", "var_args"], ["assetId", "aclUpdate", "opt_callback"], ["assetId", "properties", "opt_callback"], ["project", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["rootId", "opt_callback"], ["opt_callback"], ["id", "x", "y", "z"], ["requestedId",
27305
- "opt_callback"], ["taskId", "request", "opt_callback"], [], ["opt_callback"], ["opt_limit", "opt_callback"], ["tag"], ["params", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["tag"], ["opt_limit", "opt_callback"], ["asset", "params", "opt_callback"], ["opt_resetDefault"], ["path", "opt_force", "opt_callback"], ["obj", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "request", "opt_callback"], ["sourceId", "destinationId", "opt_callback"],
27306
- ["params", "opt_callback"], ["params", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["operationName", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["assetId", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id", "opt_callback"],
27307
- ["id"], ["taskId", "action", "opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["id"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["id"], ["opt_count", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["date", "opt_tz"], ["json"],
27308
- ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "namedArgs"], [], [], [], [], ["func", "var_args"], ["var_args"], [], ["opt_callback"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["propertySelectors", "opt_newProperties",
27309
- "opt_retainGeometry"], ["args", "opt_column"], ["opt_visParams", "opt_callback"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], [], ["name", "value"], ["var_args"], ["opt_filter"], ["start", "opt_end"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
27310
- ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["west", "south", "east", "north"], [], ["params", "opt_callback"], ["var_args"], ["var_args"],
27311
- ["opt_callback"], ["opt_visParams", "opt_callback"], ["r", "g", "b"], ["expression", "opt_map"], ["geometry"], ["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_args"], ["opt_visParams", "opt_callback"], [], ["opt_callback"], ["args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["opt_visParams", "opt_callback"], ["selectors", "opt_names"],
27312
- ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
27313
- [ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toDrive,
27314
- module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.filterBounds, ee.Collection.prototype.iterate, ee.Collection.prototype.filterDate, ee.Collection.prototype.filter, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.limit, ee.ComputedObject.prototype.evaluate,
27315
- ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.data.setAssetAcl, ee.data.setAssetProperties, ee.data.listBuckets, ee.data.getMapId, ee.data.getTaskStatus, ee.data.getAssetRootQuota, ee.data.getAssetRoots, ee.data.getTileUrl, ee.data.createAssetHome, ee.data.startIngestion, ee.data.getWorkloadTag, ee.data.getTaskList, ee.data.listOperations, ee.data.setWorkloadTag, ee.data.getFeatureViewTilesKey, ee.data.createAsset, ee.data.setDefaultWorkloadTag,
27316
- ee.data.getTaskListWithLimit, ee.data.listFeatures, ee.data.resetWorkloadTag, ee.data.createFolder, ee.data.computeValue, ee.data.cancelOperation, ee.data.startTableIngestion, ee.data.renameAsset, ee.data.getVideoThumbId, ee.data.getThumbId, ee.data.authenticateViaOauth, ee.data.getOperation, ee.data.copyAsset, ee.data.getAssetAcl, ee.data.getAsset, ee.data.getFilmstripThumbId, ee.data.deleteAsset, ee.data.cancelTask, ee.data.authenticate, ee.data.getInfo, ee.data.makeThumbUrl, ee.data.updateTask,
27317
- ee.data.authenticateViaPopup, ee.data.getDownloadId, ee.data.getList, ee.data.startProcessing, ee.data.listAssets, ee.data.makeDownloadUrl, ee.data.authenticateViaPrivateKey, ee.data.getTableDownloadId, ee.data.updateAsset, ee.data.makeTableDownloadUrl, ee.data.newTaskId, ee.data.listImages, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.fromJSON, ee.Dictionary, ee.initialize, ee.apply, ee.TILE_SIZE, ee.reset, ee.Algorithms, ee.InitState,
27318
- ee.call, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getInfo, ee.Feature, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getMapId, ee.Filter.metadata, ee.Filter.gt, ee.Filter.lte, ee.Filter.neq, ee.Filter.and, ee.Filter.lt, ee.Filter.bounds,
27319
- ee.Filter.gte, ee.Filter.prototype.not, ee.Filter.eq, ee.Filter.or, ee.Filter, ee.Filter.date, ee.Filter.inList, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.MultiPoint, ee.Geometry.MultiLineString, ee.Geometry.Polygon, ee.Geometry.LineString, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.prototype.serialize, ee.Geometry.LinearRing, ee.Geometry.Rectangle, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.prototype.toGeoJSON, ee.Image.prototype.getDownloadURL,
27320
- ee.Image.prototype.select, ee.Image.cat, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.rgb, ee.Image.prototype.expression, ee.Image.prototype.clip, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image, ee.Image.prototype.getMap, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getInfo, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMapId,
27321
- ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.select, ee.List, ee.Number, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.String, ee.Terrain].forEach(function(fn, i) {
27302
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction._call ee.ApiFunction.lookup ee.batch.Export.table.toFeatureView ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toDrive ee.batch.Export.image.toAsset ee.batch.Export.table.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.video.toDrive ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.Collection.prototype.map ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.serialize ee.data.renameAsset ee.data.cancelOperation ee.data.getAssetAcl ee.data.getVideoThumbId ee.data.copyAsset ee.data.getThumbId ee.data.getAsset ee.data.authenticateViaOauth ee.data.deleteAsset ee.data.getOperation ee.data.getInfo ee.data.getFilmstripThumbId ee.data.cancelTask ee.data.startProcessing ee.data.makeTableDownloadUrl ee.data.getDownloadId ee.data.authenticate ee.data.makeThumbUrl ee.data.updateTask ee.data.getList ee.data.authenticateViaPopup ee.data.listAssets ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.updateAsset ee.data.listImages ee.data.setAssetAcl ee.data.newTaskId ee.data.listBuckets ee.data.setAssetProperties ee.data.getAssetRoots ee.data.getMapId ee.data.getAssetRootQuota ee.data.getTaskStatus ee.data.createAssetHome ee.data.startIngestion ee.data.getTileUrl ee.data.getWorkloadTag ee.data.createAsset ee.data.getTaskList ee.data.setWorkloadTag ee.data.startTableIngestion ee.data.getFeatureViewTilesKey ee.data.computeValue ee.data.getTaskListWithLimit ee.data.createFolder ee.data.setDefaultWorkloadTag ee.data.listOperations ee.data.resetWorkloadTag ee.data.listFeatures ee.Date ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Dictionary ee.apply ee.initialize ee.TILE_SIZE ee.reset ee.Algorithms ee.InitState ee.call ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMapId ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMapId ee.Filter.bounds ee.Filter.gte ee.Filter.eq ee.Filter.or ee.Filter.neq ee.Filter.gt ee.Filter.date ee.Filter.metadata ee.Filter.inList ee.Filter ee.Filter.lte ee.Filter.lt ee.Filter.prototype.not ee.Filter.and ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.prototype.serialize ee.Geometry.LineString ee.Geometry.MultiLineString ee.Geometry.MultiPolygon ee.Geometry.prototype.toGeoJSON ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.Polygon ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry ee.Geometry.Point ee.Geometry.Rectangle ee.Image.prototype.expression ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.cat ee.Image.prototype.getInfo ee.Image.prototype.getMap ee.Image.rgb ee.Image.prototype.getThumbURL ee.Image.prototype.clip ee.Image.prototype.getDownloadURL ee.Image.prototype.select ee.Image.prototype.getMapId ee.Image ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.linkCollection ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getInfo ee.List ee.Number ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.String ee.Terrain".split(" "),
27303
+ orderedParamLists = [["name", "namedArgs"], ["name", "var_args"], ["name"], "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".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 opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
27304
+ "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
27305
+ "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".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 opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
27306
+ "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 opt_priority".split(" "), ["classifier", "opt_description", "opt_assetId", "opt_priority"], "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), ["property",
27307
+ "opt_ascending"], ["geometry"], ["filter"], ["start", "opt_end"], ["algorithm", "opt_first"], ["name", "operator", "value"], ["max", "opt_property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["opt_callback"], ["func", "var_args"], ["callback"], ["legacy"], ["sourceId", "destinationId", "opt_callback"], ["operationName", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["id",
27308
+ "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["assetId", "opt_callback"], ["operationName", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "params", "opt_callback"], ["id"], ["params", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id"], ["taskId", "action", "opt_callback"], ["params", "opt_callback"], ["opt_success",
27309
+ "opt_error"], ["parent", "opt_params", "opt_callback"], ["id"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["opt_count", "opt_callback"], ["project", "opt_callback"], ["assetId", "properties", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["rootId", "opt_callback"],
27310
+ ["taskId", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "request", "opt_callback"], ["id", "x", "y", "z"], [], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_callback"], ["tag"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["obj", "opt_callback"], ["opt_limit", "opt_callback"], ["path", "opt_force", "opt_callback"], ["tag"], ["opt_limit", "opt_callback"], ["opt_resetDefault"], ["asset", "params", "opt_callback"], ["date", "opt_tz"],
27311
+ ["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func", "namedArgs"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], [], [], [], ["func", "var_args"], ["var_args"], [], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["opt_format",
27312
+ "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["var_args"], ["name", "value"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], ["name", "value"], ["name", "value"], [], ["var_args"], ["namedArgs"], ["var_args"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
27313
+ ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["expression", "opt_map"], ["var_args"], ["params",
27314
+ "opt_callback"], ["var_args"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["r", "g", "b"], ["params", "opt_callback"], ["geometry"], ["params", "opt_callback"], ["var_args"], ["opt_visParams", "opt_callback"], ["opt_args"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["args"], [], ["params", "opt_callback"], ["params", "opt_callback"], ["selectors", "opt_names"], ["opt_callback"],
27315
+ ["list"], ["number"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
27316
+ [ee.ApiFunction._apply, ee.ApiFunction._call, ee.ApiFunction.lookup, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage,
27317
+ module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.video.toDrive, ee.Collection.prototype.sort, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.limit, ee.Collection.prototype.map, ee.ComputedObject.prototype.getInfo,
27318
+ ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.serialize, ee.data.renameAsset, ee.data.cancelOperation, ee.data.getAssetAcl, ee.data.getVideoThumbId, ee.data.copyAsset, ee.data.getThumbId, ee.data.getAsset, ee.data.authenticateViaOauth, ee.data.deleteAsset, ee.data.getOperation, ee.data.getInfo, ee.data.getFilmstripThumbId, ee.data.cancelTask, ee.data.startProcessing, ee.data.makeTableDownloadUrl, ee.data.getDownloadId, ee.data.authenticate,
27319
+ ee.data.makeThumbUrl, ee.data.updateTask, ee.data.getList, ee.data.authenticateViaPopup, ee.data.listAssets, ee.data.makeDownloadUrl, ee.data.authenticateViaPrivateKey, ee.data.getTableDownloadId, ee.data.updateAsset, ee.data.listImages, ee.data.setAssetAcl, ee.data.newTaskId, ee.data.listBuckets, ee.data.setAssetProperties, ee.data.getAssetRoots, ee.data.getMapId, ee.data.getAssetRootQuota, ee.data.getTaskStatus, ee.data.createAssetHome, ee.data.startIngestion, ee.data.getTileUrl, ee.data.getWorkloadTag,
27320
+ ee.data.createAsset, ee.data.getTaskList, ee.data.setWorkloadTag, ee.data.startTableIngestion, ee.data.getFeatureViewTilesKey, ee.data.computeValue, ee.data.getTaskListWithLimit, ee.data.createFolder, ee.data.setDefaultWorkloadTag, ee.data.listOperations, ee.data.resetWorkloadTag, ee.data.listFeatures, ee.Date, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Dictionary, ee.apply, ee.initialize, ee.TILE_SIZE, ee.reset, ee.Algorithms,
27321
+ ee.InitState, ee.call, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMapId, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMapId, ee.Filter.bounds, ee.Filter.gte, ee.Filter.eq, ee.Filter.or, ee.Filter.neq, ee.Filter.gt, ee.Filter.date,
27322
+ ee.Filter.metadata, ee.Filter.inList, ee.Filter, ee.Filter.lte, ee.Filter.lt, ee.Filter.prototype.not, ee.Filter.and, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.prototype.serialize, ee.Geometry.LineString, ee.Geometry.MultiLineString, ee.Geometry.MultiPolygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Polygon, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry, ee.Geometry.Point, ee.Geometry.Rectangle,
27323
+ ee.Image.prototype.expression, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.cat, ee.Image.prototype.getInfo, ee.Image.prototype.getMap, ee.Image.rgb, ee.Image.prototype.getThumbURL, ee.Image.prototype.clip, ee.Image.prototype.getDownloadURL, ee.Image.prototype.select, ee.Image.prototype.getMapId, ee.Image, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection, ee.ImageCollection.prototype.first,
27324
+ ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getInfo, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.String, ee.Terrain].forEach(function(fn, i) {
27322
27325
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
27323
27326
  });
27324
27327
  goog.global.EXPORTED_FN_INFO = exportedFnInfo;
package/build/main.js CHANGED
@@ -1388,7 +1388,10 @@ goog.GENDERED_MESSAGES_ENABLED = !0;
1388
1388
  goog.GrammaticalGender_ = {OTHER:0, MASCULINE:1, FEMININE:2, NEUTER:3};
1389
1389
  goog.GRAMMATICAL_GENDER_MAP_ = {FEMININE:goog.GrammaticalGender_.FEMININE, MASCULINE:goog.GrammaticalGender_.MASCULINE, NEUTER:goog.GrammaticalGender_.NEUTER};
1390
1390
  goog.viewerGrammaticalGender_ = goog.GRAMMATICAL_GENDER_MAP_[goog.GENDERED_MESSAGES_ENABLED && goog.global._F_VIEWER_GRAMMATICAL_GENDER] || goog.GrammaticalGender_.OTHER;
1391
- goog.msgKind = {MASCULINE:goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.MASCULINE, FEMININE:goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.FEMININE, NEUTER:goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.NEUTER};
1391
+ goog.msgKind = {};
1392
+ goog.msgKind.MASCULINE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.MASCULINE;
1393
+ goog.msgKind.FEMININE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.FEMININE;
1394
+ goog.msgKind.NEUTER = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.NEUTER;
1392
1395
  goog.LEGACY_NAMESPACE_OBJECT_ = goog.global;
1393
1396
  goog.provide = function(name) {
1394
1397
  if (goog.isInModuleLoader_()) {
@@ -17892,7 +17895,7 @@ goog.dom.getDocumentScroll = function() {
17892
17895
  };
17893
17896
  goog.dom.getDocumentScroll_ = function(doc) {
17894
17897
  var el = goog.dom.getDocumentScrollElement_(doc), win = goog.dom.getWindow_(doc);
17895
- return new goog.math.Coordinate(win.pageXOffset || el.scrollLeft, win.pageYOffset || el.scrollTop);
17898
+ return new goog.math.Coordinate((win == null ? void 0 : win.pageXOffset) || el.scrollLeft, (win == null ? void 0 : win.pageYOffset) || el.scrollTop);
17896
17899
  };
17897
17900
  goog.dom.getDocumentScrollElement = function() {
17898
17901
  return goog.dom.getDocumentScrollElement_(document);
@@ -19476,7 +19479,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
19476
19479
  ee.apiclient = {};
19477
19480
  var module$contents$ee$apiclient_apiclient = {};
19478
19481
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
19479
- ee.apiclient.API_CLIENT_VERSION = "1.6.8";
19482
+ ee.apiclient.API_CLIENT_VERSION = "1.6.10";
19480
19483
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
19481
19484
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
19482
19485
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -19774,8 +19777,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
19774
19777
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
19775
19778
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
19776
19779
  method = method || "POST";
19777
- var headers = {"Content-Type":contentType}, version = "1.6.8";
19778
- version === "1.6.8" && (version = "latest");
19780
+ var headers = {"Content-Type":contentType}, version = "1.6.10";
19781
+ version === "1.6.10" && (version = "latest");
19779
19782
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
19780
19783
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
19781
19784
  if (authToken != null) {
@@ -27298,29 +27301,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
27298
27301
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
27299
27302
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
27300
27303
  (function() {
27301
- var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.image.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.filterBounds ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.filter ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.setAssetAcl ee.data.setAssetProperties ee.data.listBuckets ee.data.getMapId ee.data.getTaskStatus ee.data.getAssetRootQuota ee.data.getAssetRoots ee.data.getTileUrl ee.data.createAssetHome ee.data.startIngestion ee.data.getWorkloadTag ee.data.getTaskList ee.data.listOperations ee.data.setWorkloadTag ee.data.getFeatureViewTilesKey ee.data.createAsset ee.data.setDefaultWorkloadTag ee.data.getTaskListWithLimit ee.data.listFeatures ee.data.resetWorkloadTag ee.data.createFolder ee.data.computeValue ee.data.cancelOperation ee.data.startTableIngestion ee.data.renameAsset ee.data.getVideoThumbId ee.data.getThumbId ee.data.authenticateViaOauth ee.data.getOperation ee.data.copyAsset ee.data.getAssetAcl ee.data.getAsset ee.data.getFilmstripThumbId ee.data.deleteAsset ee.data.cancelTask ee.data.authenticate ee.data.getInfo ee.data.makeThumbUrl ee.data.updateTask ee.data.authenticateViaPopup ee.data.getDownloadId ee.data.getList ee.data.startProcessing ee.data.listAssets ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.updateAsset ee.data.makeTableDownloadUrl ee.data.newTaskId ee.data.listImages ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.fromJSON ee.Dictionary ee.initialize ee.apply ee.TILE_SIZE ee.reset ee.Algorithms ee.InitState ee.call ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getInfo ee.Feature ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getMapId ee.Filter.metadata ee.Filter.gt ee.Filter.lte ee.Filter.neq ee.Filter.and ee.Filter.lt ee.Filter.bounds ee.Filter.gte ee.Filter.prototype.not ee.Filter.eq ee.Filter.or ee.Filter ee.Filter.date ee.Filter.inList ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Geometry.Polygon ee.Geometry.LineString ee.Geometry.prototype.toGeoJSONString ee.Geometry.prototype.serialize ee.Geometry.LinearRing ee.Geometry.Rectangle ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.Point ee.Geometry.BBox ee.Geometry.prototype.toGeoJSON ee.Image.prototype.getDownloadURL ee.Image.prototype.select ee.Image.cat ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.rgb ee.Image.prototype.expression ee.Image.prototype.clip ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image ee.Image.prototype.getMap ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getInfo ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
27302
- orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".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 opt_priority".split(" "),
27303
- ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], "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 opt_priority".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 opt_priority".split(" "),
27304
- ["classifier", "opt_description", "opt_assetId", "opt_priority"], "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 opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),
27305
- "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), ["property", "opt_ascending"],
27306
- ["algorithm", "opt_dropNulls"], ["geometry"], ["algorithm", "opt_first"], ["start", "opt_end"], ["filter"], ["name", "operator", "value"], ["max", "opt_property", "opt_ascending"], ["callback"], ["opt_callback"], ["legacy"], ["func", "var_args"], ["assetId", "aclUpdate", "opt_callback"], ["assetId", "properties", "opt_callback"], ["project", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["rootId", "opt_callback"], ["opt_callback"], ["id", "x", "y", "z"], ["requestedId",
27307
- "opt_callback"], ["taskId", "request", "opt_callback"], [], ["opt_callback"], ["opt_limit", "opt_callback"], ["tag"], ["params", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["tag"], ["opt_limit", "opt_callback"], ["asset", "params", "opt_callback"], ["opt_resetDefault"], ["path", "opt_force", "opt_callback"], ["obj", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "request", "opt_callback"], ["sourceId", "destinationId", "opt_callback"],
27308
- ["params", "opt_callback"], ["params", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["operationName", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["assetId", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id", "opt_callback"],
27309
- ["id"], ["taskId", "action", "opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["id"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["id"], ["opt_count", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["date", "opt_tz"], ["json"],
27310
- ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "namedArgs"], [], [], [], [], ["func", "var_args"], ["var_args"], [], ["opt_callback"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["propertySelectors", "opt_newProperties",
27311
- "opt_retainGeometry"], ["args", "opt_column"], ["opt_visParams", "opt_callback"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], [], ["name", "value"], ["var_args"], ["opt_filter"], ["start", "opt_end"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
27312
- ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["west", "south", "east", "north"], [], ["params", "opt_callback"], ["var_args"], ["var_args"],
27313
- ["opt_callback"], ["opt_visParams", "opt_callback"], ["r", "g", "b"], ["expression", "opt_map"], ["geometry"], ["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_args"], ["opt_visParams", "opt_callback"], [], ["opt_callback"], ["args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["opt_visParams", "opt_callback"], ["selectors", "opt_names"],
27314
- ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
27315
- [ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toDrive,
27316
- module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.filterBounds, ee.Collection.prototype.iterate, ee.Collection.prototype.filterDate, ee.Collection.prototype.filter, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.limit, ee.ComputedObject.prototype.evaluate,
27317
- ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.data.setAssetAcl, ee.data.setAssetProperties, ee.data.listBuckets, ee.data.getMapId, ee.data.getTaskStatus, ee.data.getAssetRootQuota, ee.data.getAssetRoots, ee.data.getTileUrl, ee.data.createAssetHome, ee.data.startIngestion, ee.data.getWorkloadTag, ee.data.getTaskList, ee.data.listOperations, ee.data.setWorkloadTag, ee.data.getFeatureViewTilesKey, ee.data.createAsset, ee.data.setDefaultWorkloadTag,
27318
- ee.data.getTaskListWithLimit, ee.data.listFeatures, ee.data.resetWorkloadTag, ee.data.createFolder, ee.data.computeValue, ee.data.cancelOperation, ee.data.startTableIngestion, ee.data.renameAsset, ee.data.getVideoThumbId, ee.data.getThumbId, ee.data.authenticateViaOauth, ee.data.getOperation, ee.data.copyAsset, ee.data.getAssetAcl, ee.data.getAsset, ee.data.getFilmstripThumbId, ee.data.deleteAsset, ee.data.cancelTask, ee.data.authenticate, ee.data.getInfo, ee.data.makeThumbUrl, ee.data.updateTask,
27319
- ee.data.authenticateViaPopup, ee.data.getDownloadId, ee.data.getList, ee.data.startProcessing, ee.data.listAssets, ee.data.makeDownloadUrl, ee.data.authenticateViaPrivateKey, ee.data.getTableDownloadId, ee.data.updateAsset, ee.data.makeTableDownloadUrl, ee.data.newTaskId, ee.data.listImages, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.fromJSON, ee.Dictionary, ee.initialize, ee.apply, ee.TILE_SIZE, ee.reset, ee.Algorithms, ee.InitState,
27320
- ee.call, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getInfo, ee.Feature, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getMapId, ee.Filter.metadata, ee.Filter.gt, ee.Filter.lte, ee.Filter.neq, ee.Filter.and, ee.Filter.lt, ee.Filter.bounds,
27321
- ee.Filter.gte, ee.Filter.prototype.not, ee.Filter.eq, ee.Filter.or, ee.Filter, ee.Filter.date, ee.Filter.inList, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.MultiPoint, ee.Geometry.MultiLineString, ee.Geometry.Polygon, ee.Geometry.LineString, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.prototype.serialize, ee.Geometry.LinearRing, ee.Geometry.Rectangle, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.prototype.toGeoJSON, ee.Image.prototype.getDownloadURL,
27322
- ee.Image.prototype.select, ee.Image.cat, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.rgb, ee.Image.prototype.expression, ee.Image.prototype.clip, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image, ee.Image.prototype.getMap, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getInfo, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMapId,
27323
- ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.select, ee.List, ee.Number, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.String, ee.Terrain].forEach(function(fn, i) {
27304
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction._call ee.ApiFunction.lookup ee.batch.Export.table.toFeatureView ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toDrive ee.batch.Export.image.toAsset ee.batch.Export.table.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.video.toDrive ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.Collection.prototype.map ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.serialize ee.data.renameAsset ee.data.cancelOperation ee.data.getAssetAcl ee.data.getVideoThumbId ee.data.copyAsset ee.data.getThumbId ee.data.getAsset ee.data.authenticateViaOauth ee.data.deleteAsset ee.data.getOperation ee.data.getInfo ee.data.getFilmstripThumbId ee.data.cancelTask ee.data.startProcessing ee.data.makeTableDownloadUrl ee.data.getDownloadId ee.data.authenticate ee.data.makeThumbUrl ee.data.updateTask ee.data.getList ee.data.authenticateViaPopup ee.data.listAssets ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.updateAsset ee.data.listImages ee.data.setAssetAcl ee.data.newTaskId ee.data.listBuckets ee.data.setAssetProperties ee.data.getAssetRoots ee.data.getMapId ee.data.getAssetRootQuota ee.data.getTaskStatus ee.data.createAssetHome ee.data.startIngestion ee.data.getTileUrl ee.data.getWorkloadTag ee.data.createAsset ee.data.getTaskList ee.data.setWorkloadTag ee.data.startTableIngestion ee.data.getFeatureViewTilesKey ee.data.computeValue ee.data.getTaskListWithLimit ee.data.createFolder ee.data.setDefaultWorkloadTag ee.data.listOperations ee.data.resetWorkloadTag ee.data.listFeatures ee.Date ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Dictionary ee.apply ee.initialize ee.TILE_SIZE ee.reset ee.Algorithms ee.InitState ee.call ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMapId ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMapId ee.Filter.bounds ee.Filter.gte ee.Filter.eq ee.Filter.or ee.Filter.neq ee.Filter.gt ee.Filter.date ee.Filter.metadata ee.Filter.inList ee.Filter ee.Filter.lte ee.Filter.lt ee.Filter.prototype.not ee.Filter.and ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.prototype.serialize ee.Geometry.LineString ee.Geometry.MultiLineString ee.Geometry.MultiPolygon ee.Geometry.prototype.toGeoJSON ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.Polygon ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry ee.Geometry.Point ee.Geometry.Rectangle ee.Image.prototype.expression ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.cat ee.Image.prototype.getInfo ee.Image.prototype.getMap ee.Image.rgb ee.Image.prototype.getThumbURL ee.Image.prototype.clip ee.Image.prototype.getDownloadURL ee.Image.prototype.select ee.Image.prototype.getMapId ee.Image ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.linkCollection ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getInfo ee.List ee.Number ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.String ee.Terrain".split(" "),
27305
+ orderedParamLists = [["name", "namedArgs"], ["name", "var_args"], ["name"], "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".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 opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
27306
+ "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
27307
+ "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".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 opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
27308
+ "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 opt_priority".split(" "), ["classifier", "opt_description", "opt_assetId", "opt_priority"], "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), ["property",
27309
+ "opt_ascending"], ["geometry"], ["filter"], ["start", "opt_end"], ["algorithm", "opt_first"], ["name", "operator", "value"], ["max", "opt_property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["opt_callback"], ["func", "var_args"], ["callback"], ["legacy"], ["sourceId", "destinationId", "opt_callback"], ["operationName", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["id",
27310
+ "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["assetId", "opt_callback"], ["operationName", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "params", "opt_callback"], ["id"], ["params", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id"], ["taskId", "action", "opt_callback"], ["params", "opt_callback"], ["opt_success",
27311
+ "opt_error"], ["parent", "opt_params", "opt_callback"], ["id"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["opt_count", "opt_callback"], ["project", "opt_callback"], ["assetId", "properties", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["rootId", "opt_callback"],
27312
+ ["taskId", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "request", "opt_callback"], ["id", "x", "y", "z"], [], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_callback"], ["tag"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["obj", "opt_callback"], ["opt_limit", "opt_callback"], ["path", "opt_force", "opt_callback"], ["tag"], ["opt_limit", "opt_callback"], ["opt_resetDefault"], ["asset", "params", "opt_callback"], ["date", "opt_tz"],
27313
+ ["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func", "namedArgs"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], [], [], [], ["func", "var_args"], ["var_args"], [], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["opt_format",
27314
+ "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["var_args"], ["name", "value"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], ["name", "value"], ["name", "value"], [], ["var_args"], ["namedArgs"], ["var_args"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
27315
+ ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["expression", "opt_map"], ["var_args"], ["params",
27316
+ "opt_callback"], ["var_args"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["r", "g", "b"], ["params", "opt_callback"], ["geometry"], ["params", "opt_callback"], ["var_args"], ["opt_visParams", "opt_callback"], ["opt_args"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["args"], [], ["params", "opt_callback"], ["params", "opt_callback"], ["selectors", "opt_names"], ["opt_callback"],
27317
+ ["list"], ["number"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
27318
+ [ee.ApiFunction._apply, ee.ApiFunction._call, ee.ApiFunction.lookup, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage,
27319
+ module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.video.toDrive, ee.Collection.prototype.sort, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.limit, ee.Collection.prototype.map, ee.ComputedObject.prototype.getInfo,
27320
+ ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.serialize, ee.data.renameAsset, ee.data.cancelOperation, ee.data.getAssetAcl, ee.data.getVideoThumbId, ee.data.copyAsset, ee.data.getThumbId, ee.data.getAsset, ee.data.authenticateViaOauth, ee.data.deleteAsset, ee.data.getOperation, ee.data.getInfo, ee.data.getFilmstripThumbId, ee.data.cancelTask, ee.data.startProcessing, ee.data.makeTableDownloadUrl, ee.data.getDownloadId, ee.data.authenticate,
27321
+ ee.data.makeThumbUrl, ee.data.updateTask, ee.data.getList, ee.data.authenticateViaPopup, ee.data.listAssets, ee.data.makeDownloadUrl, ee.data.authenticateViaPrivateKey, ee.data.getTableDownloadId, ee.data.updateAsset, ee.data.listImages, ee.data.setAssetAcl, ee.data.newTaskId, ee.data.listBuckets, ee.data.setAssetProperties, ee.data.getAssetRoots, ee.data.getMapId, ee.data.getAssetRootQuota, ee.data.getTaskStatus, ee.data.createAssetHome, ee.data.startIngestion, ee.data.getTileUrl, ee.data.getWorkloadTag,
27322
+ ee.data.createAsset, ee.data.getTaskList, ee.data.setWorkloadTag, ee.data.startTableIngestion, ee.data.getFeatureViewTilesKey, ee.data.computeValue, ee.data.getTaskListWithLimit, ee.data.createFolder, ee.data.setDefaultWorkloadTag, ee.data.listOperations, ee.data.resetWorkloadTag, ee.data.listFeatures, ee.Date, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Dictionary, ee.apply, ee.initialize, ee.TILE_SIZE, ee.reset, ee.Algorithms,
27323
+ ee.InitState, ee.call, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMapId, ee.Feature, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMapId, ee.Filter.bounds, ee.Filter.gte, ee.Filter.eq, ee.Filter.or, ee.Filter.neq, ee.Filter.gt, ee.Filter.date,
27324
+ ee.Filter.metadata, ee.Filter.inList, ee.Filter, ee.Filter.lte, ee.Filter.lt, ee.Filter.prototype.not, ee.Filter.and, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.prototype.serialize, ee.Geometry.LineString, ee.Geometry.MultiLineString, ee.Geometry.MultiPolygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Polygon, ee.Geometry.MultiPoint, ee.Geometry.BBox, ee.Geometry, ee.Geometry.Point, ee.Geometry.Rectangle,
27325
+ ee.Image.prototype.expression, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.cat, ee.Image.prototype.getInfo, ee.Image.prototype.getMap, ee.Image.rgb, ee.Image.prototype.getThumbURL, ee.Image.prototype.clip, ee.Image.prototype.getDownloadURL, ee.Image.prototype.select, ee.Image.prototype.getMapId, ee.Image, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection, ee.ImageCollection.prototype.first,
27326
+ ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getInfo, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.String, ee.Terrain].forEach(function(fn, i) {
27324
27327
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
27325
27328
  });
27326
27329
  goog.global.EXPORTED_FN_INFO = exportedFnInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google/earthengine",
3
- "version": "1.6.8",
3
+ "version": "1.6.10",
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
@@ -24,7 +24,7 @@ const {trustedResourceUrl} = goog.require('safevalues.index');
24
24
  /** @namespace */
25
25
  const apiclient = {};
26
26
 
27
- const API_CLIENT_VERSION = '1.6.8';
27
+ const API_CLIENT_VERSION = '1.6.10';
28
28
 
29
29
  exports.VERSION = apiVersion.VERSION;
30
30
  exports.API_CLIENT_VERSION = API_CLIENT_VERSION;