@google/earthengine 0.1.323 → 0.1.325

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.tmp/BUILD CHANGED
@@ -376,6 +376,14 @@ Fileset(
376
376
  srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.323:public",
377
377
  destdir = "0.1.323",
378
378
  ),
379
+ FilesetEntry(
380
+ srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.324:public",
381
+ destdir = "0.1.324",
382
+ ),
383
+ FilesetEntry(
384
+ srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.325:public",
385
+ destdir = "0.1.325",
386
+ ),
379
387
  # NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
380
388
  ],
381
389
  )
package/.tmp/METADATA CHANGED
@@ -1,6 +1,6 @@
1
1
  # Format: google3/devtools/metadata/metadata.proto (go/google3metadata)
2
2
 
3
- name: "0.1.323"
3
+ name: "0.1.325"
4
4
  description:
5
5
  "Google Earth Engine is a cloud-based platform for planetary-scale "
6
6
  "environmental data analysis. The Earth Engine JavaScript API allows "
@@ -12,10 +12,10 @@ third_party {
12
12
  type: GIT
13
13
  value: "https://github.com/google/earthengine-api.git"
14
14
  }
15
- version: "v0.1.323"
15
+ version: "v0.1.325"
16
16
  last_upgrade_date: {
17
17
  year: 2022
18
18
  month: 9
19
- day: 7
19
+ day: 21
20
20
  }
21
21
  }
package/build/browser.js CHANGED
@@ -7361,7 +7361,7 @@ goog.dom.safe.getNonce_ = function(selector, win) {
7361
7361
  };
7362
7362
  goog.string.DETECT_DOUBLE_ESCAPING = !1;
7363
7363
  goog.string.FORCE_NON_DOM_HTML_UNESCAPING = !1;
7364
- goog.string.Unicode = {NBSP:"\u00a0"};
7364
+ goog.string.Unicode = {NBSP:"\u00a0", ZERO_WIDTH_SPACE:"\u200b"};
7365
7365
  goog.string.startsWith = goog.string.internal.startsWith;
7366
7366
  goog.string.endsWith = goog.string.internal.endsWith;
7367
7367
  goog.string.caseInsensitiveStartsWith = goog.string.internal.caseInsensitiveStartsWith;
@@ -14007,7 +14007,7 @@ module$exports$eeapiclient$ee_api_client.ProjectsVideoThumbnailsApiClientImpl.pr
14007
14007
  module$exports$eeapiclient$ee_api_client.ProjectsVideoThumbnailsApiClient = function() {
14008
14008
  };
14009
14009
  ee.api = module$exports$eeapiclient$ee_api_client;
14010
- var module$exports$ee$apiVersion = {V1ALPHA:"v1alpha"};
14010
+ var module$exports$ee$apiVersion = {V1ALPHA:"v1alpha", V1:"v1"};
14011
14011
  module$exports$ee$apiVersion.VERSION = module$exports$ee$apiVersion.V1ALPHA;
14012
14012
  var module$exports$eeapiclient$promise_request_service = {}, module$contents$eeapiclient$promise_request_service_module = module$contents$eeapiclient$promise_request_service_module || {id:"javascript/typescript/contrib/apiclient/request_service/promise_request_service.closure.js"};
14013
14013
  module$exports$eeapiclient$promise_request_service.PromiseRequestService = function() {
@@ -16859,7 +16859,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
16859
16859
  ee.apiclient = {};
16860
16860
  var module$contents$ee$apiclient_apiclient = {};
16861
16861
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
16862
- ee.apiclient.API_CLIENT_VERSION = "0.1.323";
16862
+ ee.apiclient.API_CLIENT_VERSION = "0.1.325";
16863
16863
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
16864
16864
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
16865
16865
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -17140,8 +17140,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
17140
17140
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
17141
17141
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
17142
17142
  method = method || "POST";
17143
- var headers = {"Content-Type":contentType,}, version = "0.1.323";
17144
- "0.1.323" === version && (version = "latest");
17143
+ var headers = {"Content-Type":contentType,}, version = "0.1.325";
17144
+ "0.1.325" === version && (version = "latest");
17145
17145
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
17146
17146
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
17147
17147
  if (null != authToken) {
@@ -22098,7 +22098,8 @@ ee.initializeUnboundMethods_ = function() {
22098
22098
  ee.initializeGeneratedClasses_ = function() {
22099
22099
  var signatures = ee.ApiFunction.allSignatures(), names = {}, returnTypes = {}, sig;
22100
22100
  for (sig in signatures) {
22101
- var type = -1 != sig.indexOf(".") ? sig.slice(0, sig.indexOf(".")) : sig;
22101
+ var type = void 0;
22102
+ type = -1 != sig.indexOf(".") ? sig.slice(0, sig.indexOf(".")) : sig;
22102
22103
  names[type] = !0;
22103
22104
  var rtype = signatures[sig].returns.replace(/<.*>/, "");
22104
22105
  returnTypes[rtype] = !0;
@@ -24573,28 +24574,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
24573
24574
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
24574
24575
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
24575
24576
  (function() {
24576
- var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._call ee.ApiFunction._apply ee.batch.Export.table.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.batch.Export.video.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.Collection.prototype.limit ee.Collection.prototype.filterBounds ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.createFolder ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.cancelTask ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.renameAsset ee.data.updateTask ee.data.authenticateViaOauth ee.data.copyAsset ee.data.startProcessing ee.data.getTaskList ee.data.getDownloadId ee.data.deleteAsset ee.data.getTaskListWithLimit ee.data.makeDownloadUrl ee.data.getAssetAcl ee.data.getTableDownloadId ee.data.listOperations ee.data.cancelOperation ee.data.authenticateViaPrivateKey ee.data.makeTableDownloadUrl ee.data.authenticateViaPopup ee.data.newTaskId ee.data.getOperation ee.data.authenticate ee.data.updateAsset ee.data.computeValue ee.data.getList ee.data.getTileUrl ee.data.setAssetAcl ee.data.getMapId ee.data.startIngestion ee.data.listAssets ee.data.setAssetProperties ee.data.listImages ee.data.getAssetRootQuota ee.data.listFeatures ee.data.listBuckets ee.data.getFeatureViewTilesKey ee.data.startTableIngestion ee.data.getWorkloadTag ee.data.getAssetRoots ee.data.createAssetHome ee.data.setWorkloadTag ee.data.getAsset ee.data.getThumbId ee.data.setDefaultWorkloadTag ee.data.createAsset ee.data.resetWorkloadTag ee.data.getInfo ee.Date ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Dictionary ee.initialize ee.call ee.apply ee.TILE_SIZE ee.reset ee.InitState ee.Algorithms ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.prototype.not ee.Filter.inList ee.Filter ee.Filter.eq ee.Filter.metadata ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.Point ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry ee.Geometry.MultiPolygon ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Image.prototype.expression ee.Image.cat ee.Image ee.Image.prototype.clip ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image.prototype.getDownloadURL ee.Image.prototype.getInfo ee.Image.rgb ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.select ee.ImageCollection ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.encodeCloudApiPretty ee.Serializer.toReadableCloudApiJSON ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApi ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
24577
- orderedParamLists = [["name"], ["name", "var_args"], ["name", "namedArgs"], ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),
24578
- "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "), ["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
24579
- "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris".split(" "),
24580
- "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "), ["max", "opt_property", "opt_ascending"], ["geometry"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["filter"], ["start", "opt_end"], ["property",
24581
- "opt_ascending"], ["name", "operator", "value"], ["callback"], ["func", "var_args"], ["opt_callback"], ["legacy"], ["path", "opt_force", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["id"], ["sourceId", "destinationId", "opt_callback"], ["taskId", "action", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["sourceId", "destinationId", "opt_overwrite",
24582
- "opt_callback"], ["taskId", "params", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["opt_limit", "opt_callback"], ["id"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["id"], ["opt_success", "opt_error"], ["opt_count", "opt_callback"], ["operationName", "opt_callback"], ["clientId",
24583
- "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["assetId", "asset", "updateFields", "opt_callback"], ["obj", "opt_callback"], ["params", "opt_callback"], ["id", "x", "y", "z"], ["assetId", "aclUpdate", "opt_callback"], ["params", "opt_callback"], ["taskId", "request", "opt_callback"], ["parent", "params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["parent", "params", "opt_callback"], ["rootId", "opt_callback"], ["asset", "params", "opt_callback"], ["project",
24584
- "opt_callback"], ["params", "opt_callback"], ["taskId", "request", "opt_callback"], [], ["opt_callback"], ["requestedId", "opt_callback"], ["tag"], ["id", "opt_callback"], ["params", "opt_callback"], ["tag"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_resetDefault"], ["id", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
24585
- ["func", "var_args"], ["func", "namedArgs"], [], [], [], [], ["var_args"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["opt_callback"], ["name", "value"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], [], ["opt_leftField", "opt_rightValue", "opt_rightField",
24586
- "opt_leftValue"], ["opt_filter"], ["name", "value"], ["name", "operator", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], [], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError",
24587
- "opt_evenOdd"], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["expression", "opt_map"], ["var_args"], ["opt_args"], ["geometry"], ["opt_visParams", "opt_callback"], ["var_args"], ["params", "opt_callback"], ["opt_callback"], ["r", "g", "b"], ["params", "opt_callback"], ["params", "opt_callback"], ["var_args"], ["args"], ["selectors", "opt_names"],
24588
- ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
24589
- [ee.ApiFunction.lookup, ee.ApiFunction._call, ee.ApiFunction._apply, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.image.toCloudStorage,
24590
- module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, ee.Collection.prototype.limit, ee.Collection.prototype.filterBounds, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.aside,
24591
- ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.createFolder, ee.data.getVideoThumbId, ee.data.getTaskStatus, ee.data.cancelTask, ee.data.getFilmstripThumbId, ee.data.makeThumbUrl, ee.data.renameAsset, ee.data.updateTask, ee.data.authenticateViaOauth, ee.data.copyAsset, ee.data.startProcessing, ee.data.getTaskList, ee.data.getDownloadId, ee.data.deleteAsset, ee.data.getTaskListWithLimit, ee.data.makeDownloadUrl, ee.data.getAssetAcl, ee.data.getTableDownloadId,
24592
- ee.data.listOperations, ee.data.cancelOperation, ee.data.authenticateViaPrivateKey, ee.data.makeTableDownloadUrl, ee.data.authenticateViaPopup, ee.data.newTaskId, ee.data.getOperation, ee.data.authenticate, ee.data.updateAsset, ee.data.computeValue, ee.data.getList, ee.data.getTileUrl, ee.data.setAssetAcl, ee.data.getMapId, ee.data.startIngestion, ee.data.listAssets, ee.data.setAssetProperties, ee.data.listImages, ee.data.getAssetRootQuota, ee.data.listFeatures, ee.data.listBuckets, ee.data.getFeatureViewTilesKey,
24593
- ee.data.startTableIngestion, ee.data.getWorkloadTag, ee.data.getAssetRoots, ee.data.createAssetHome, ee.data.setWorkloadTag, ee.data.getAsset, ee.data.getThumbId, ee.data.setDefaultWorkloadTag, ee.data.createAsset, ee.data.resetWorkloadTag, ee.data.getInfo, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Dictionary, ee.initialize, ee.call, ee.apply, ee.TILE_SIZE, ee.reset, ee.InitState, ee.Algorithms, ee.Element.prototype.set,
24594
- ee.Feature, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.Filter.lt, ee.Filter.and, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.prototype.not, ee.Filter.inList, ee.Filter, ee.Filter.eq, ee.Filter.metadata, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, ee.Function.prototype.apply,
24595
- ee.Function.prototype.call, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry, ee.Geometry.MultiPolygon, ee.Geometry.MultiPoint, ee.Geometry.prototype.serialize, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Image.prototype.expression, ee.Image.cat, ee.Image, ee.Image.prototype.clip, ee.Image.prototype.getMap, ee.Image.prototype.rename, ee.Image.prototype.getDownloadURL,
24596
- ee.Image.prototype.getInfo, ee.Image.rgb, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image.prototype.select, ee.ImageCollection, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first, ee.List, ee.Number, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toCloudApiJSON,
24597
- ee.Serializer.encode, ee.Serializer.encodeCloudApi, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
24577
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction._apply ee.ApiFunction.lookup ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.table.toAsset ee.batch.Export.table.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.map.toCloudStorage ee.Collection.prototype.sort ee.Collection.prototype.iterate ee.Collection.prototype.map ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.limit ee.Collection.prototype.filter ee.Collection.prototype.filterBounds ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.data.getList ee.data.newTaskId ee.data.startIngestion ee.data.authenticateViaOauth ee.data.listAssets ee.data.authenticateViaPrivateKey ee.data.listFeatures ee.data.listImages ee.data.listBuckets ee.data.getMapId ee.data.authenticate ee.data.startTableIngestion ee.data.authenticateViaPopup ee.data.getAssetRoots ee.data.getTileUrl ee.data.makeTableDownloadUrl ee.data.createAssetHome ee.data.getAsset ee.data.getFeatureViewTilesKey ee.data.createAsset ee.data.getInfo ee.data.getTableDownloadId ee.data.updateAsset ee.data.createFolder ee.data.getTaskStatus ee.data.cancelTask ee.data.setAssetAcl ee.data.computeValue ee.data.renameAsset ee.data.updateTask ee.data.setAssetProperties ee.data.makeThumbUrl ee.data.getFilmstripThumbId ee.data.copyAsset ee.data.getVideoThumbId ee.data.startProcessing ee.data.getTaskList ee.data.getAssetRootQuota ee.data.getThumbId ee.data.deleteAsset ee.data.getTaskListWithLimit ee.data.getAssetAcl ee.data.getDownloadId ee.data.getWorkloadTag ee.data.listOperations ee.data.cancelOperation ee.data.makeDownloadUrl ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.resetWorkloadTag ee.data.getOperation ee.Date ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Dictionary ee.initialize ee.call ee.apply ee.TILE_SIZE ee.reset ee.InitState ee.Algorithms ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.prototype.not ee.Filter.inList ee.Filter ee.Filter.eq ee.Filter.metadata ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.Point ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry ee.Geometry.MultiPolygon ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Image.prototype.getThumbURL ee.Image.prototype.getThumbId ee.Image.prototype.select ee.Image.prototype.expression ee.Image.cat ee.Image.prototype.clip ee.Image ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image.prototype.getDownloadURL ee.Image.prototype.getInfo ee.Image.rgb ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.List ee.Number ee.Serializer.encodeCloudApi ee.Serializer.encodeCloudApiPretty ee.Serializer.toReadableCloudApiJSON ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
24578
+ orderedParamLists = [["name", "var_args"], ["name", "namedArgs"], ["name"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "),
24579
+ ["classifier", "opt_description", "opt_assetId"], ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
24580
+ "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "),
24581
+ "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris".split(" "), ["property", "opt_ascending"], ["algorithm", "opt_first"], ["algorithm", "opt_dropNulls"], ["name", "operator", "value"], ["start", "opt_end"], ["max", "opt_property", "opt_ascending"], ["filter"], ["geometry"], ["legacy"], ["callback"], ["func", "var_args"], ["opt_callback"], ["params", "opt_callback"], ["opt_count",
24582
+ "opt_callback"], ["taskId", "request", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["parent", "params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["asset", "params", "opt_callback"], ["parent", "params", "opt_callback"], ["project", "opt_callback"], ["params", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"],
24583
+ ["taskId", "request", "opt_callback"], ["opt_success", "opt_error"], ["opt_callback"], ["id", "x", "y", "z"], ["id"], ["requestedId", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["path", "opt_force", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "opt_callback"], ["assetId", "aclUpdate",
24584
+ "opt_callback"], ["obj", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["taskId", "action", "opt_callback"], ["assetId", "properties", "opt_callback"], ["id"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["taskId", "params", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["opt_limit", "opt_callback"], ["assetId", "opt_callback"],
24585
+ ["params", "opt_callback"], [], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["id"], ["tag"], ["tag"], ["opt_resetDefault"], ["operationName", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], ["func", "namedArgs"], [], [], [], [], ["var_args"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"],
24586
+ ["opt_callback"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["name", "value"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], ["name", "value"], ["name", "operator", "value"], ["name", "value"], ["geometry", "opt_errorMargin"],
24587
+ ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], [], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj",
24588
+ "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["params", "opt_callback"], ["params", "opt_callback"], ["var_args"], ["expression", "opt_map"], ["var_args"], ["geometry"], ["opt_args"], ["opt_visParams", "opt_callback"], ["var_args"], ["params", "opt_callback"], ["opt_callback"], ["r", "g", "b"], ["args"], [], ["params", "opt_callback"], ["params", "opt_callback"], ["selectors", "opt_names"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["list"],
24589
+ ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["string"], []];
24590
+ [ee.ApiFunction._call, ee.ApiFunction._apply, ee.ApiFunction.lookup, 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.table.toAsset, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage,
24591
+ module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.map.toCloudStorage, ee.Collection.prototype.sort, ee.Collection.prototype.iterate, ee.Collection.prototype.map, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterDate, ee.Collection.prototype.limit, ee.Collection.prototype.filter, ee.Collection.prototype.filterBounds, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.aside,
24592
+ ee.ComputedObject.prototype.getInfo, ee.data.getList, ee.data.newTaskId, ee.data.startIngestion, ee.data.authenticateViaOauth, ee.data.listAssets, ee.data.authenticateViaPrivateKey, ee.data.listFeatures, ee.data.listImages, ee.data.listBuckets, ee.data.getMapId, ee.data.authenticate, ee.data.startTableIngestion, ee.data.authenticateViaPopup, ee.data.getAssetRoots, ee.data.getTileUrl, ee.data.makeTableDownloadUrl, ee.data.createAssetHome, ee.data.getAsset, ee.data.getFeatureViewTilesKey, ee.data.createAsset,
24593
+ ee.data.getInfo, ee.data.getTableDownloadId, ee.data.updateAsset, ee.data.createFolder, ee.data.getTaskStatus, ee.data.cancelTask, ee.data.setAssetAcl, ee.data.computeValue, ee.data.renameAsset, ee.data.updateTask, ee.data.setAssetProperties, ee.data.makeThumbUrl, ee.data.getFilmstripThumbId, ee.data.copyAsset, ee.data.getVideoThumbId, ee.data.startProcessing, ee.data.getTaskList, ee.data.getAssetRootQuota, ee.data.getThumbId, ee.data.deleteAsset, ee.data.getTaskListWithLimit, ee.data.getAssetAcl,
24594
+ ee.data.getDownloadId, ee.data.getWorkloadTag, ee.data.listOperations, ee.data.cancelOperation, ee.data.makeDownloadUrl, ee.data.setWorkloadTag, ee.data.setDefaultWorkloadTag, ee.data.resetWorkloadTag, ee.data.getOperation, ee.Date, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Deserializer.decodeCloudApi, ee.Dictionary, ee.initialize, ee.call, ee.apply, ee.TILE_SIZE, ee.reset, ee.InitState, ee.Algorithms, ee.Element.prototype.set, ee.Feature, ee.Feature.prototype.getMap,
24595
+ ee.Feature.prototype.getInfo, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.Filter.lt, ee.Filter.and, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.prototype.not, ee.Filter.inList, ee.Filter, ee.Filter.eq, ee.Filter.metadata, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.Polygon,
24596
+ ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry, ee.Geometry.MultiPolygon, ee.Geometry.MultiPoint, ee.Geometry.prototype.serialize, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Image.prototype.getThumbURL, ee.Image.prototype.getThumbId, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image.cat, ee.Image.prototype.clip, ee.Image, ee.Image.prototype.getMap,
24597
+ ee.Image.prototype.rename, ee.Image.prototype.getDownloadURL, ee.Image.prototype.getInfo, ee.Image.rgb, ee.ImageCollection, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.List, ee.Number, ee.Serializer.encodeCloudApi, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toCloudApiJSON,
24598
+ ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
24598
24599
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
24599
24600
  });
24600
24601
  goog.global.EXPORTED_FN_INFO = exportedFnInfo;
@@ -451,7 +451,7 @@ Vc(p,g[m]))});return b?b(l):l};return this.callback?(nj(d,null,function(g,l){ret
451
451
  oj.prototype.send=function(a,b){var c=[a.A+" "+a.path+" HTTP/1.1"];c.push("Content-Type: application/json; charset=utf-8");var d=rj();null!=d&&c.push("Authorization: "+d);a=a.body?JSON.stringify(a.body):"";return[c.join("\r\n")+"\r\n\r\n"+a,b]};
452
452
  var sj=function(a,b,c){a=n(b.split("--"+a.split("; boundary=")[1]));for(b=a.next();!b.done;b=a.next())if(b=b.value.split("\r\n\r\n"),!(3>b.length)){var d=b[0].match(/\r\nContent-ID: <response-([^>]*)>/)[1],e=Number(b[1].match(/^HTTP\S*\s(\d+)\s/)[1]);c(d,e,b.slice(2).join("\r\n\r\n"))}},lj=function(){var a=tj.replace(/\/api$/,"");return"window"in r&&!a.match(/^https?:\/\/content-/)?a.replace(/^(https?:\/\/)(.*\.googleapis\.com)$/,"$1content-$2"):a},vj=function(a,b,c){var d=[];a&&(d=d.concat(uj));
453
453
  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 f=a[c++],g=t(f)?"o"+xa(f):(typeof f).charAt(0)+f;Object.prototype.hasOwnProperty.call(e,g)||(e[g]=!0,a[b++]=f)}a.length=b;return d},Bj=function(a,b,c){wj&&xj&&wj({client_id:String(xj),immediate:!0,scope:yj.join(" ")},function(d){if("immediate_failed"==d.error&&c)c();else if("window"in r)try{zj(function(){try{r.gapi.auth.setToken(d),Aj(a,b,d)}catch(e){b(e.toString())}})}catch(e){b(e.toString())}else Aj(a,
454
- b,d)})},rj=function(){Cj&&0<=Date.now()-Cj&&Dj();return Ej},Dj=function(){Cj=Ej=null},ij=function(a,b,c,d){null!=a?tj=a:Fj||(tj="https://earthengine.googleapis.com/api");null!=b?Gj=b:Fj||(Gj="https://earthengine.googleapis.com");void 0!==c&&(Hj=c);hj=null!=d?d:hj||"earthengine-legacy";Fj=!0},nj=function(a,b,c,d,e,f){ij();var g=Ij,l="application/x-www-form-urlencoded";e&&(l="application/json",d&&d.startsWith("multipart")&&(l=d,d="POST"));d=d||"POST";l={"Content-Type":l};var m="0.1.323";"0.1.323"===
454
+ b,d)})},rj=function(){Cj&&0<=Date.now()-Cj&&Dj();return Ej},Dj=function(){Cj=Ej=null},ij=function(a,b,c,d){null!=a?tj=a:Fj||(tj="https://earthengine.googleapis.com/api");null!=b?Gj=b:Fj||(Gj="https://earthengine.googleapis.com");void 0!==c&&(Hj=c);hj=null!=d?d:hj||"earthengine-legacy";Fj=!0},nj=function(a,b,c,d,e,f){ij();var g=Ij,l="application/x-www-form-urlencoded";e&&(l="application/json",d&&d.startsWith("multipart")&&(l=d,d="POST"));d=d||"POST";l={"Content-Type":l};var m="0.1.325";"0.1.325"===
455
455
  m&&(m="latest");l["x-goog-api-client"]="ee-js/"+m;m=rj();if(null!=m)l.Authorization=m;else if(c&&wj&&xj)return Bj(function(){Jj(g,function(){nj(a,b,c,d)})}),null;b=b?b.clone():new Gd;null!=Kj&&b.add("key",Kj);g&&(l["X-Earth-Engine-Computation-Profiling"]="1");hj&&"earthengine-legacy"!==hj&&(l["X-Goog-User-Project"]=hj);b=Lj(b,a);null!=Hj&&(l["X-XSRF-Token"]=Hj);null!=Mj&&(l["X-Earth-Engine-App-ID-Token"]=Mj);m=e||null;var p=b?b.toString():"";"POST"===d&&void 0===e?m=p:/^[\s\xa0]*$/.test(p)||(a+=-1!=
456
456
  a.indexOf("?")?"&":"?",a+=p);e=a.startsWith("/")?tj+a:a;if(c)return Nj.push(Oj(e,c,d,m,l,f)),Pj.hf(),null;p=function(D,R){this.setRequestHeader&&this.setRequestHeader(R,D)};var v=0;for(f=null!=f?f:5;;){var B=Ui(Si);B.open(d,e,!1);Eb(l,p,B);B.send(m);if(429!=B.status||v>f)break;v++}return Qj(B.status,function(D){try{return B.getResponseHeader(D)}catch(R){return null}},B.responseText,g,void 0,e,d)},Oj=function(a,b,c,d,e,f){var g=0,l={url:a,method:c,content:d,headers:e},m=Ij,p=null!=f?f:10;l.callback=
457
457
  function(v){v=v.target;if(429==v.getStatus()&&g<p)return g++,setTimeout(function(){Nj.push(l);Pj.hf()},Math.min(12E4,1E3*Math.pow(2,g))),null;var B=Qj,D=v.getStatus(),R=u(v.getResponseHeader,v);try{var Y=v.s?v.s.responseText:""}catch(U){Ni(v.ma,"Can not get responseText: "+U.message),Y=""}return B(D,R,Y,m,b,a,c)};return l},Jj=function(a,b){var c=Ij;try{Ij=a,b.call(void 0)}finally{Ij=c}},Qj=function(a,b,c,d,e,f,g){var l=d?b("X-Earth-Engine-Computation-Profile"):"";l&&d&&d(l);var m=function(Y){try{var U=
@@ -652,9 +652,9 @@ g.Yb?bp(new Le({Yb:g.Yb}),g.Yb):null!==g.Sa?d(g.Sa,"reference"):null;return g},f
652
652
  ep.prototype.qa=function(a){return null!==this.Oc?Uj(Zk(a,this.Oc)):ep.L.qa.call(this,a)};ep.prototype.name=function(){return"Dictionary"};var hp={};w("ee.Terrain",hp);hp.yf=!1;hp.initialize=function(){hp.yf||(an(hp,"Terrain","Terrain"),hp.yf=!0)};hp.reset=function(){bn(hp);hp.yf=!1};var np=function(a,b,c,d,e,f){if("ready"!=ip||a||b){var g=null!=c;if(d)if(g)jp.push(d);else throw Error("Can't pass an error callback without a success callback.");if("loading"==ip&&g)kp.push(c);else if(ip="loading",ij(a,b,e,f),g)kp.push(c),Xm(lp,mp);else try{Xm(),lp()}catch(l){throw mp(l),l;}}else c&&c()};w("ee.initialize",np);
653
653
  var qp=function(){ip="not_ready";Hj=Gj=tj=null;Fj=!1;Vm=null;Wm={};bn(Vo);Xo=!1;bn(ep);gp=!1;bn(Q);jn=!1;bn(L);eo=!1;bn(W);Wn=!1;bn(V);Un=!1;bn(Z);no=!1;bn(X);lo=!1;bn(T);Fn=!1;bn(S);mn=!1;bn(ho);jo=!1;bn(Lo);No=!1;bn(Oo);Qo=!1;hp.reset();for(var a=r.ee,b=0;b<op.length;b++){var c=op[b];bn(a[c]);delete a[c]}op=[];Im=a;a=pp;for(var d in a)delete a[d]};w("ee.reset",qp);var rp={wl:"not_ready",LOADING:"loading",xl:"ready"};w("ee.InitState",rp);w("ee.InitState.NOT_READY","not_ready");
654
654
  w("ee.InitState.LOADING","loading");w("ee.InitState.READY","ready");var ip="not_ready",kp=[],jp=[];w("ee.TILE_SIZE",256);var op=[],pp={};w("ee.Algorithms",pp);var sp=function(a,b){"string"===typeof a&&(a=new N(a));return Om.prototype.call.apply(a,Array.prototype.slice.call(arguments,1))};w("ee.call",sp);var tp=function(a,b){"string"===typeof a&&(a=new N(a));return a.apply(b)};w("ee.apply",tp);
655
- var lp=function(){if("loading"==ip){try{Wo();fp();hn();bo();Vn();Tn();mo();ko();En();kn();io();Mo();Po();hp.initialize();var a=Ym(),b={},c={},d;for(d in a){b[-1!=d.indexOf(".")?d.slice(0,d.indexOf(".")):d]=!0;var e=a[d].returns.replace(/<.*>/,"");c[e]=!0}var f=r.ee,g;for(g in b)g in c&&!(g in f)&&(f[g]=up(g),op.push(g),a[g]?(f[g].signature=a[g],f[g].signature.isConstructor=!0,Wm[g]=!0):f[g].signature={});Im=f;vp()}catch(l){mp(l);return}ip="ready";for(jp=[];0<kp.length;)kp.shift()()}},mp=function(a){if("loading"==
656
- ip)for(ip="not_ready",kp=[];0<jp.length;)jp.shift()(a)},vp=function(){var a=Zm();Kb(a).sort().forEach(function(b){var c=a[b],d=c.Z();if(!d.hidden){b=b.split(".");var e=pp;for(e.signature={};1<b.length;){var f=b[0];f in e||(e[f]={signature:{}});e=e[f];b=$a(b,1)}f=function(g){return Sm(c,void 0,Array.prototype.slice.call(arguments,0))};f.signature=d;f.toString=u(c.toString,c);e[b[0]]=f}})},up=function(a){var b=function(c){var d=r.ee[a],e=Array.prototype.slice.call(arguments),f=1==e.length;if(f&&e[0]instanceof
657
- d)return e[0];if(!(this instanceof d))return Gm(d,e);d=$m(a);var g=!(e[0]instanceof M),l=!1;d&&(f?g?l=!0:e[0].I&&e[0].I.Z().returns==d.Z().returns||(l=!0):l=!0);if(l)e=Nm(e,d.Z())?e[0]:Qm(d,e),M.call(this,d,Rm(d,e));else{if(!f)throw Error("Too many arguments for ee."+a+"(): "+e);if(g)throw Error("Invalid argument for ee."+a+"(): "+e+". Must be a ComputedObject.");e=e[0];M.call(this,e.I,e.args,e.T)}};x(b,M);b.prototype.name=function(){return a};an(b,a,a);return b};
655
+ var lp=function(){if("loading"==ip){try{Wo();fp();hn();bo();Vn();Tn();mo();ko();En();kn();io();Mo();Po();hp.initialize();var a=Ym(),b={},c={},d;for(d in a){var e=void 0;e=-1!=d.indexOf(".")?d.slice(0,d.indexOf(".")):d;b[e]=!0;var f=a[d].returns.replace(/<.*>/,"");c[f]=!0}var g=r.ee,l;for(l in b)l in c&&!(l in g)&&(g[l]=up(l),op.push(l),a[l]?(g[l].signature=a[l],g[l].signature.isConstructor=!0,Wm[l]=!0):g[l].signature={});Im=g;vp()}catch(m){mp(m);return}ip="ready";for(jp=[];0<kp.length;)kp.shift()()}},
656
+ mp=function(a){if("loading"==ip)for(ip="not_ready",kp=[];0<jp.length;)jp.shift()(a)},vp=function(){var a=Zm();Kb(a).sort().forEach(function(b){var c=a[b],d=c.Z();if(!d.hidden){b=b.split(".");var e=pp;for(e.signature={};1<b.length;){var f=b[0];f in e||(e[f]={signature:{}});e=e[f];b=$a(b,1)}f=function(g){return Sm(c,void 0,Array.prototype.slice.call(arguments,0))};f.signature=d;f.toString=u(c.toString,c);e[b[0]]=f}})},up=function(a){var b=function(c){var d=r.ee[a],e=Array.prototype.slice.call(arguments),
657
+ f=1==e.length;if(f&&e[0]instanceof d)return e[0];if(!(this instanceof d))return Gm(d,e);d=$m(a);var g=!(e[0]instanceof M),l=!1;d&&(f?g?l=!0:e[0].I&&e[0].I.Z().returns==d.Z().returns||(l=!0):l=!0);if(l)e=Nm(e,d.Z())?e[0]:Qm(d,e),M.call(this,d,Rm(d,e));else{if(!f)throw Error("Too many arguments for ee."+a+"(): "+e);if(g)throw Error("Invalid argument for ee."+a+"(): "+e+". Must be a ComputedObject.");e=e[0];M.call(this,e.I,e.args,e.T)}};x(b,M);b.prototype.name=function(){return a};an(b,a,a);return b};
658
658
  Pm=function(a,b){if(null===a)return null;if(void 0!==a){var c=r.ee;switch(b){case "Image":return new L(a);case "Feature":return a instanceof V?O("Feature",O("Collection.geometry",a)):new W(a);case "Element":if(a instanceof Q)return a;if(a instanceof S)return new W(a);if(a instanceof M)return new Q(a.I,a.args,a.T);throw Error("Cannot convert "+a+" to Element.");case "Geometry":return a instanceof X?O("Collection.geometry",a):new S(a);case "FeatureCollection":case "Collection":return a instanceof V?
659
659
  a:new X(a);case "ImageCollection":return new Z(a);case "Filter":return new T(a);case "Algorithm":if("string"===typeof a)return new N(a);if("function"===typeof a){b=a.length;c=[];for(var d=0;d<b;d++)c[d]="Object";return Uo(a,c)}if(a instanceof Sj)return a;throw Error("Argument is not a function: "+a);case "String":return Lm(a)||a instanceof Oo||a instanceof M?new Oo(a):a;case "Dictionary":return Mm(a)?a:new ep(a);case "List":return new ho(a);case "Number":case "Float":case "Long":case "Integer":case "Short":case "Byte":return new Lo(a);
660
660
  default:if(b in c){d=$m(b);if(a instanceof c[b])return a;if(d)return new c[b](a);if("string"===typeof a){if(a in c[b])return c[b][a].call();throw Error("Unknown algorithm: "+b+"."+a);}return new c[b](a)}return a}}};var wp=function(a,b,c){Mc.call(this,a,b,c);this.tileSize=new google.maps.Size(256,256);this.wh=new yc;this.vh=new yc};q(wp,Mc);wp.prototype.getTile=function(a,b){var c=Nc(this,a,b);b=[this.url,c].join("/")+"?token="+this.token;c=[c,this.Bb,this.token].join("/");this.Db.push(c);this.Bb+=1;var d=nh("DIV");xp(this,b,a,c,d);yp(this);return d};
@@ -694,17 +694,17 @@ h.pl=function(){if(!this.nc){var a=u(function(d){this.nc||(aq(this.ha,this.ga,d)
694
694
  h.ha=null;h.Ni=null;h.Na=null;h.ji=null;var zq=["load","abort","error"],Aq=function(){y.call(this);this.Ia=!1};q(Aq,y);Aq.prototype.setActive=function(a){this.Ia=a};Aq.prototype.isActive=function(){return this.Ia};var vq=function(a,b){qq.call(this,a,b)};q(vq,qq);vq.prototype.Ve=function(){return new Aq};vq.prototype.Ad=function(a){a.Va()};vq.prototype.Lf=function(a){return!a.Wa&&!a.isActive()};var Bq=function(a,b,c,d,e){Mc.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.rg=new Hc;this.Mf=1;this.xa=e||null};q(Bq,Mc);h=Bq.prototype;h.Me=function(a){return ac(this,"tileevent",a)};h.Wf=function(a){ic(a)};
695
695
  h.getTile=function(a,b,c){if(b<this.minZoom||0>a.y||a.y>=1<<b)return a=c.createElement("IMG"),a.style.width="0px",a.style.height="0px",a;b=Nc(this,a,b);a=[this.url,b].join("/")+"?token="+this.token;this.xa&&this.xa.isEnabled()&&(a+="&profiling=1");b=[b,this.Bb,this.token].join("/");this.Bb+=1;c=nh("DIV",{id:b});var d=(new Date).getTime()/1E3;this.Db.push(b);sl(wq).send(b,a,d,u(this.Pk,this,c,b));yp(this);return c};h.Rc=function(){return this.Db.length};
696
696
  h.releaseTile=function(a){sl(wq).abort(a.id);if(void 0!==a.firstElementChild)var b=a.firstElementChild;else for(b=a.firstChild;b&&1!=b.nodeType;)b=b.nextSibling;this.rg.remove(b);""!==a.id&&(this.qg.remove(a.id),this.xa&&this.xa.hl(a.id))};h.setOpacity=function(a){this.Mf=a;var b=this.rg.Ha();tc(b,function(c){Jp(c,a)})};
697
- h.Pk=function(a,b,c,d){"error"==c.type?(Wa(this.Db,b),this.qg.add(b),this.dispatchEvent(c)):(Wa(this.Db,b),c.target&&"load"==c.type&&(c=c.target,this.rg.add(c),1!=this.Mf&&Jp(c,this.Mf),a.appendChild(c)),yp(this));this.xa&&null!==d&&this.xa.Dk(b,d)};w("ee.MapLayerOverlay",Bq);Bq.prototype.removeTileCallback=Bq.prototype.Wf;Bq.prototype.addTileCallback=Bq.prototype.Me;Bq.prototype.getTile=Bq.prototype.getTile;Bq.prototype.setOpacity=Bq.prototype.setOpacity;Bq.prototype.releaseTile=Bq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction.lookup ee.ApiFunction._call ee.ApiFunction._apply ee.batch.Export.table.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.batch.Export.video.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.Collection.prototype.limit ee.Collection.prototype.filterBounds ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.computeValue ee.data.getList ee.data.getVideoThumbId ee.data.getTileUrl ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.setAssetAcl ee.data.getMapId ee.data.listAssets ee.data.setAssetProperties ee.data.listImages ee.data.getAssetRootQuota ee.data.getDownloadId ee.data.listFeatures ee.data.listBuckets ee.data.makeDownloadUrl ee.data.getFeatureViewTilesKey ee.data.getWorkloadTag ee.data.getAssetRoots ee.data.getTableDownloadId ee.data.createAssetHome ee.data.setWorkloadTag ee.data.getThumbId ee.data.setDefaultWorkloadTag ee.data.makeTableDownloadUrl ee.data.createAsset ee.data.resetWorkloadTag ee.data.newTaskId ee.data.createFolder ee.data.getTaskStatus ee.data.cancelTask ee.data.startIngestion ee.data.renameAsset ee.data.updateTask ee.data.authenticateViaOauth ee.data.copyAsset ee.data.startProcessing ee.data.getTaskList ee.data.deleteAsset ee.data.getTaskListWithLimit ee.data.startTableIngestion ee.data.getAssetAcl ee.data.listOperations ee.data.cancelOperation ee.data.authenticateViaPrivateKey ee.data.getAsset ee.data.authenticateViaPopup ee.data.getInfo ee.data.getOperation ee.data.authenticate ee.data.updateAsset ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Dictionary ee.initialize ee.call ee.apply ee.TILE_SIZE ee.reset ee.InitState ee.Algorithms ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.prototype.not ee.Filter.inList ee.Filter ee.Filter.eq ee.Filter.metadata ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.Point ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry ee.Geometry.MultiPolygon ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Image.prototype.expression ee.Image.cat ee.Image.prototype.clip ee.Image ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image.prototype.getDownloadURL ee.Image.prototype.getInfo ee.Image.rgb ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.select ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.encodeCloudApiPretty ee.Serializer.toReadableCloudApiJSON ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApi ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
698
- c=[["name"],["name","var_args"],["name","namedArgs"],["collection","opt_description","opt_assetId","opt_maxVertices"],"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),"image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "),
699
- "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "),["classifier","opt_description","opt_assetId"],"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
700
- "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),"image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "),
701
- ["max","opt_property","opt_ascending"],["geometry"],["algorithm","opt_dropNulls"],["algorithm","opt_first"],["filter"],["start","opt_end"],["property","opt_ascending"],["name","operator","value"],["callback"],["func","var_args"],["opt_callback"],["legacy"],["obj","opt_callback"],["params","opt_callback"],["params","opt_callback"],["id","x","y","z"],["params","opt_callback"],["id"],["assetId","aclUpdate","opt_callback"],["params","opt_callback"],["parent","params","opt_callback"],["assetId","properties",
702
- "opt_callback"],["parent","params","opt_callback"],["rootId","opt_callback"],["params","opt_callback"],["asset","params","opt_callback"],["project","opt_callback"],["id"],["params","opt_callback"],[],["opt_callback"],["params","opt_callback"],["requestedId","opt_callback"],["tag"],["params","opt_callback"],["tag"],["id"],["value","opt_path","opt_force","opt_properties","opt_callback"],["opt_resetDefault"],["opt_count","opt_callback"],["path","opt_force","opt_callback"],["taskId","opt_callback"],["taskId",
703
- "opt_callback"],["taskId","request","opt_callback"],["sourceId","destinationId","opt_callback"],["taskId","action","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["sourceId","destinationId","opt_overwrite","opt_callback"],["taskId","params","opt_callback"],["opt_callback"],["assetId","opt_callback"],["opt_limit","opt_callback"],["taskId","request","opt_callback"],["assetId","opt_callback"],["opt_limit","opt_callback"],["operationName",
704
- "opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["id","opt_callback"],["opt_success","opt_error"],["id","opt_callback"],["operationName","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["assetId","asset","updateFields","opt_callback"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
705
- ["func","var_args"],["func","namedArgs"],[],[],[],[],["var_args"],["geometry","opt_properties"],["opt_visParams","opt_callback"],["opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_visParams","opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["args","opt_column"],["opt_callback"],["name","value"],["var_args"],["var_args"],["name","value"],["start","opt_end"],[],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["opt_filter"],
706
- ["name","value"],["name","operator","value"],["name","value"],["geometry","opt_errorMargin"],["name","value"],["name","value"],["namedArgs"],["var_args"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],[],[],["coords","opt_proj"],["west","south","east","north"],["coords","opt_proj","opt_geodesic","opt_maxError"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj"],["legacy"],["coords","opt_proj",
707
- "opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],["expression","opt_map"],["var_args"],["geometry"],["opt_args"],["opt_visParams","opt_callback"],["var_args"],["params","opt_callback"],["opt_callback"],["r","g","b"],["params","opt_callback"],["params","opt_callback"],["var_args"],["args"],["params","opt_callback"],["params","opt_callback"],["selectors","opt_names"],["opt_visParams","opt_callback"],["opt_callback"],
708
- [],["list"],["number"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["obj"],["obj"],["obj"],["string"],[]];[Tm,O,Um,zo,Ao,Bo,vo,uo,Eo,yo,Co,xo,so,wo,Do,V.prototype.limit,V.prototype.th,V.prototype.map,V.prototype.Ih,V.prototype.filter,V.prototype.ff,V.prototype.sort,V.prototype.gf,M.prototype.evaluate,M.prototype.Bg,M.prototype.U,M.prototype.ya,Fl,mm,Hl,Bl,Il,Jl,zm,Al,nm,Am,om,Bm,Ll,Dl,pm,Ml,Cl,El,qm,Nl,rm,Dm,Gl,Em,Ol,sm,Fm,Pl,tm,Rl,Yl,im,um,Xl,ul,vm,em,Tl,wm,Sl,km,xm,Ul,Vl,wl,lm,tl,lm,Wl,vl,
709
- ym,Vo,Zo,$o,dp,Yo,ep,np,sp,tp,256,qp,rp,pp,Q.prototype.set,W,W.prototype.getMap,W.prototype.U,X.prototype.vb,X.prototype.getMap,X.prototype.select,X,X.prototype.U,Jn,Nn,On,Kn,Pn,T.prototype.xc,Qn,T,Hn,Sn,In,Rn,Ln,Mn,Om.prototype.apply,Om.prototype.call,yn,S.prototype.je,S.prototype.tg,nn,sn,wn,S,zn,qn,S.prototype.ya,xn,rn,vn,L.prototype.l,go,L.prototype.clip,L,L.prototype.getMap,L.prototype.oi,L.prototype.vb,L.prototype.U,fo,L.prototype.Id,L.prototype.pf,L.prototype.select,Z,Z.prototype.mf,Z.prototype.sf,
710
- Z.prototype.select,Z.prototype.getMap,Z.prototype.U,Z.prototype.first,ho,Lo,Wk,Yk,Xk,Ok,Uk,Pk,Rk,Oo,hp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});r.EXPORTED_FN_INFO=a})();}).call(this);
697
+ h.Pk=function(a,b,c,d){"error"==c.type?(Wa(this.Db,b),this.qg.add(b),this.dispatchEvent(c)):(Wa(this.Db,b),c.target&&"load"==c.type&&(c=c.target,this.rg.add(c),1!=this.Mf&&Jp(c,this.Mf),a.appendChild(c)),yp(this));this.xa&&null!==d&&this.xa.Dk(b,d)};w("ee.MapLayerOverlay",Bq);Bq.prototype.removeTileCallback=Bq.prototype.Wf;Bq.prototype.addTileCallback=Bq.prototype.Me;Bq.prototype.getTile=Bq.prototype.getTile;Bq.prototype.setOpacity=Bq.prototype.setOpacity;Bq.prototype.releaseTile=Bq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._call ee.ApiFunction._apply ee.ApiFunction.lookup ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.table.toAsset ee.batch.Export.table.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.map.toCloudStorage ee.Collection.prototype.iterate ee.Collection.prototype.map ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.Collection.prototype.filter ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.sort ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.data.createFolder ee.data.getTaskStatus ee.data.cancelTask ee.data.computeValue ee.data.renameAsset ee.data.authenticateViaPrivateKey ee.data.updateTask ee.data.makeThumbUrl ee.data.getFilmstripThumbId ee.data.copyAsset ee.data.getVideoThumbId ee.data.startProcessing ee.data.getTaskList ee.data.getThumbId ee.data.deleteAsset ee.data.getTaskListWithLimit ee.data.getAssetAcl ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.listOperations ee.data.cancelOperation ee.data.makeDownloadUrl ee.data.getOperation ee.data.updateAsset ee.data.getList ee.data.newTaskId ee.data.setAssetAcl ee.data.startIngestion ee.data.authenticateViaOauth ee.data.listAssets ee.data.setAssetProperties ee.data.listFeatures ee.data.listImages ee.data.getAssetRootQuota ee.data.listBuckets ee.data.getMapId ee.data.authenticate ee.data.startTableIngestion ee.data.getWorkloadTag ee.data.getAssetRoots ee.data.getTileUrl ee.data.makeTableDownloadUrl ee.data.createAssetHome ee.data.setWorkloadTag ee.data.getAsset ee.data.setDefaultWorkloadTag ee.data.getFeatureViewTilesKey ee.data.createAsset ee.data.resetWorkloadTag ee.data.getInfo ee.data.getTableDownloadId ee.Date ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Dictionary ee.initialize ee.call ee.apply ee.TILE_SIZE ee.reset ee.InitState ee.Algorithms ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.prototype.not ee.Filter.inList ee.Filter ee.Filter.eq ee.Filter.metadata ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.Point ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry ee.Geometry.MultiPolygon ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Image.prototype.getThumbURL ee.Image.prototype.getThumbId ee.Image.prototype.select ee.Image.prototype.expression ee.Image.cat ee.Image.prototype.clip ee.Image ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image.prototype.getDownloadURL ee.Image.prototype.getInfo ee.Image.rgb ee.ImageCollection.prototype.select ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.List ee.Number ee.Serializer.encodeCloudApiPretty ee.Serializer.toReadableCloudApiJSON ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
698
+ c=[["name","var_args"],["name","namedArgs"],["name"],"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "),"image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "),
699
+ ["classifier","opt_description","opt_assetId"],["collection","opt_description","opt_assetId","opt_maxVertices"],"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),"image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "),"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
700
+ "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "),
701
+ "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris".split(" "),["algorithm","opt_first"],["algorithm","opt_dropNulls"],["name","operator","value"],["max","opt_property","opt_ascending"],["filter"],["geometry"],["start","opt_end"],["property","opt_ascending"],["legacy"],["callback"],["func","var_args"],["opt_callback"],["path","opt_force","opt_callback"],["taskId","opt_callback"],
702
+ ["taskId","opt_callback"],["obj","opt_callback"],["sourceId","destinationId","opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["taskId","action","opt_callback"],["id"],["params","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["params","opt_callback"],["taskId","params","opt_callback"],["opt_callback"],["params","opt_callback"],["assetId","opt_callback"],["opt_limit","opt_callback"],["assetId","opt_callback"],["params",
703
+ "opt_callback"],["opt_success","opt_error"],["opt_limit","opt_callback"],["operationName","opt_callback"],["id"],["operationName","opt_callback"],["assetId","asset","updateFields","opt_callback"],["params","opt_callback"],["opt_count","opt_callback"],["assetId","aclUpdate","opt_callback"],["taskId","request","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["parent","params","opt_callback"],["assetId","properties","opt_callback"],
704
+ ["asset","params","opt_callback"],["parent","params","opt_callback"],["rootId","opt_callback"],["project","opt_callback"],["params","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["taskId","request","opt_callback"],[],["opt_callback"],["id","x","y","z"],["id"],["requestedId","opt_callback"],["tag"],["id","opt_callback"],["tag"],["params","opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],["opt_resetDefault"],["id","opt_callback"],
705
+ ["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","var_args"],["func","namedArgs"],[],[],[],[],["var_args"],["geometry","opt_properties"],["opt_visParams","opt_callback"],["opt_callback"],["opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_visParams","opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],
706
+ ["args","opt_column"],["name","value"],["var_args"],["var_args"],["name","value"],["start","opt_end"],[],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["opt_filter"],["name","value"],["name","operator","value"],["name","value"],["geometry","opt_errorMargin"],["name","value"],["name","value"],["namedArgs"],["var_args"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],[],[],["coords","opt_proj"],["west","south","east","north"],["coords","opt_proj","opt_geodesic",
707
+ "opt_maxError"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj"],["legacy"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],["params","opt_callback"],["params","opt_callback"],["var_args"],["expression","opt_map"],["var_args"],["geometry"],["opt_args"],["opt_visParams","opt_callback"],["var_args"],["params",
708
+ "opt_callback"],["opt_callback"],["r","g","b"],["selectors","opt_names"],["args"],["params","opt_callback"],["params","opt_callback"],[],["opt_visParams","opt_callback"],["opt_callback"],["list"],["number"],["obj"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["obj"],["obj"],["string"],[]];[O,Um,Tm,Do,vo,Eo,zo,yo,uo,Co,xo,Bo,so,Ao,wo,V.prototype.Ih,V.prototype.map,V.prototype.gf,V.prototype.limit,V.prototype.filter,V.prototype.th,V.prototype.ff,V.prototype.sort,M.prototype.ya,M.prototype.evaluate,
709
+ M.prototype.Bg,M.prototype.U,tm,Rl,Yl,Fl,um,wl,Xl,Jl,Il,vm,Hl,em,Tl,Gl,wm,Sl,xm,Ll,tl,Ul,Vl,Ml,Wl,ym,mm,Pl,zm,im,ul,nm,Am,Dl,om,Bm,pm,Al,vl,km,El,qm,Bl,Ol,rm,Dm,lm,Em,Cl,sm,Fm,lm,Nl,Vo,Yo,dp,Zo,$o,ep,np,sp,tp,256,qp,rp,pp,Q.prototype.set,W,W.prototype.getMap,W.prototype.U,X.prototype.U,X.prototype.vb,X.prototype.getMap,X.prototype.select,X,Jn,Nn,On,Kn,Pn,T.prototype.xc,Qn,T,Hn,Sn,In,Rn,Ln,Mn,Om.prototype.apply,Om.prototype.call,yn,S.prototype.je,S.prototype.tg,nn,sn,wn,S,zn,qn,S.prototype.ya,xn,rn,
710
+ vn,L.prototype.pf,L.prototype.Id,L.prototype.select,L.prototype.l,go,L.prototype.clip,L,L.prototype.getMap,L.prototype.oi,L.prototype.vb,L.prototype.U,fo,Z.prototype.select,Z,Z.prototype.mf,Z.prototype.sf,Z.prototype.first,Z.prototype.getMap,Z.prototype.U,ho,Lo,Wk,Yk,Xk,Uk,Ok,Pk,Rk,Oo,hp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});r.EXPORTED_FN_INFO=a})();}).call(this);
@@ -7361,7 +7361,7 @@ goog.dom.safe.getNonce_ = function(selector, win) {
7361
7361
  };
7362
7362
  goog.string.DETECT_DOUBLE_ESCAPING = !1;
7363
7363
  goog.string.FORCE_NON_DOM_HTML_UNESCAPING = !1;
7364
- goog.string.Unicode = {NBSP:"\u00a0"};
7364
+ goog.string.Unicode = {NBSP:"\u00a0", ZERO_WIDTH_SPACE:"\u200b"};
7365
7365
  goog.string.startsWith = goog.string.internal.startsWith;
7366
7366
  goog.string.endsWith = goog.string.internal.endsWith;
7367
7367
  goog.string.caseInsensitiveStartsWith = goog.string.internal.caseInsensitiveStartsWith;
@@ -14007,7 +14007,7 @@ module$exports$eeapiclient$ee_api_client.ProjectsVideoThumbnailsApiClientImpl.pr
14007
14007
  module$exports$eeapiclient$ee_api_client.ProjectsVideoThumbnailsApiClient = function() {
14008
14008
  };
14009
14009
  ee.api = module$exports$eeapiclient$ee_api_client;
14010
- var module$exports$ee$apiVersion = {V1ALPHA:"v1alpha"};
14010
+ var module$exports$ee$apiVersion = {V1ALPHA:"v1alpha", V1:"v1"};
14011
14011
  module$exports$ee$apiVersion.VERSION = module$exports$ee$apiVersion.V1ALPHA;
14012
14012
  var module$exports$eeapiclient$promise_request_service = {}, module$contents$eeapiclient$promise_request_service_module = module$contents$eeapiclient$promise_request_service_module || {id:"javascript/typescript/contrib/apiclient/request_service/promise_request_service.closure.js"};
14013
14013
  module$exports$eeapiclient$promise_request_service.PromiseRequestService = function() {
@@ -16859,7 +16859,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
16859
16859
  ee.apiclient = {};
16860
16860
  var module$contents$ee$apiclient_apiclient = {};
16861
16861
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
16862
- ee.apiclient.API_CLIENT_VERSION = "0.1.323";
16862
+ ee.apiclient.API_CLIENT_VERSION = "0.1.325";
16863
16863
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
16864
16864
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
16865
16865
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -17140,8 +17140,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
17140
17140
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
17141
17141
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
17142
17142
  method = method || "POST";
17143
- var headers = {"Content-Type":contentType,}, version = "0.1.323";
17144
- "0.1.323" === version && (version = "latest");
17143
+ var headers = {"Content-Type":contentType,}, version = "0.1.325";
17144
+ "0.1.325" === version && (version = "latest");
17145
17145
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
17146
17146
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
17147
17147
  if (null != authToken) {
@@ -22098,7 +22098,8 @@ ee.initializeUnboundMethods_ = function() {
22098
22098
  ee.initializeGeneratedClasses_ = function() {
22099
22099
  var signatures = ee.ApiFunction.allSignatures(), names = {}, returnTypes = {}, sig;
22100
22100
  for (sig in signatures) {
22101
- var type = -1 != sig.indexOf(".") ? sig.slice(0, sig.indexOf(".")) : sig;
22101
+ var type = void 0;
22102
+ type = -1 != sig.indexOf(".") ? sig.slice(0, sig.indexOf(".")) : sig;
22102
22103
  names[type] = !0;
22103
22104
  var rtype = signatures[sig].returns.replace(/<.*>/, "");
22104
22105
  returnTypes[rtype] = !0;