@google/earthengine 1.6.10 → 1.6.11

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
@@ -52,6 +52,19 @@ var $jscomp$lookupPolyfilledValue = function(target, property, isOptionalAccess)
52
52
  return polyfill !== void 0 ? polyfill : target[property];
53
53
  }
54
54
  };
55
+ $jscomp.TYPED_ARRAY_CLASSES = function() {
56
+ var classes = "Int8 Uint8 Uint8Clamped Int16 Uint16 Int32 Uint32 Float32 Float64".split(" ");
57
+ $jscomp.global.BigInt64Array && (classes.push("BigInt64"), classes.push("BigUint64"));
58
+ return classes;
59
+ }();
60
+ $jscomp.polyfillTypedArrayMethod = function(methodName, polyfill, fromLang, toLang) {
61
+ if (polyfill) {
62
+ for (var i = 0; i < $jscomp.TYPED_ARRAY_CLASSES.length; i++) {
63
+ var target = $jscomp.TYPED_ARRAY_CLASSES[i] + "Array.prototype." + methodName;
64
+ $jscomp.ISOLATE_POLYFILLS ? $jscomp.polyfillIsolated(target, polyfill, fromLang, toLang) : $jscomp.polyfillUnisolated(target, polyfill, fromLang, toLang);
65
+ }
66
+ }
67
+ };
55
68
  $jscomp.polyfill = function(target, polyfill, fromLang, toLang) {
56
69
  polyfill && ($jscomp.ISOLATE_POLYFILLS ? $jscomp.polyfillIsolated(target, polyfill, fromLang, toLang) : $jscomp.polyfillUnisolated(target, polyfill, fromLang, toLang));
57
70
  };
@@ -114,12 +127,10 @@ $jscomp.polyfill("Symbol.iterator", function(orig) {
114
127
  if (orig) {
115
128
  return orig;
116
129
  }
117
- for (var symbolIterator = Symbol("Symbol.iterator"), arrayLikes = "Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "), i = 0; i < arrayLikes.length; i++) {
118
- var ArrayLikeCtor = $jscomp.global[arrayLikes[i]];
119
- typeof ArrayLikeCtor === "function" && typeof ArrayLikeCtor.prototype[symbolIterator] != "function" && $jscomp.defineProperty(ArrayLikeCtor.prototype, symbolIterator, {configurable:!0, writable:!0, value:function() {
120
- return $jscomp.iteratorPrototype($jscomp.arrayIteratorImpl(this));
121
- }});
122
- }
130
+ var symbolIterator = Symbol("Symbol.iterator");
131
+ $jscomp.defineProperty(Array.prototype, symbolIterator, {configurable:!0, writable:!0, value:function() {
132
+ return $jscomp.iteratorPrototype($jscomp.arrayIteratorImpl(this));
133
+ }});
123
134
  return symbolIterator;
124
135
  }, "es6", "es3");
125
136
  $jscomp.iteratorPrototype = function(next) {
@@ -6563,8 +6574,8 @@ goog.flags.WIZ_ENABLE_NATIVE_PROMISE = module$exports$closure$flags$flags$2etogg
6563
6574
  goog.flags.JSPB_DISALLOW_MESSAGE_TOJSON = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable : goog.readFlagInternalDoNotUseOrElse(722764542, goog.DEBUG);
6564
6575
  goog.flags.JSPB_USE_CONSTANT_DEFAULT_PIVOT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_use_constant_default_pivot__enable : goog.readFlagInternalDoNotUseOrElse(748402145, goog.DEBUG);
6565
6576
  goog.flags.JSPB_SERIALIZE_WITH_DYNAMIC_PIVOT_SELECTOR = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable : goog.readFlagInternalDoNotUseOrElse(748402146, goog.DEBUG);
6566
- goog.flags.JSPB_THROW_IN_ARRAY_CONSTRUCTOR_IF_ARRAY_IS_ALREADY_CONSTRUCTED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.FLAGS_STAGING_DEFAULT && (module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable) :
6567
- goog.readFlagInternalDoNotUseOrElse(748402147, module$contents$goog$flags_STAGING);
6577
+ goog.flags.JSPB_THROW_IN_ARRAY_CONSTRUCTOR_IF_ARRAY_IS_ALREADY_CONSTRUCTED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable : goog.readFlagInternalDoNotUseOrElse(748402147,
6578
+ !0);
6568
6579
  goog.flags.OPTIMIZE_GET_EI_FROM_VED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__optimize_get_ei_from_ved__enable : goog.readFlagInternalDoNotUseOrElse(333098724, !1);
6569
6580
  goog.flags.TESTONLY_DISABLED_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483644, !1);
6570
6581
  goog.flags.TESTONLY_DEBUG_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483645, goog.DEBUG);
@@ -19477,7 +19488,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
19477
19488
  ee.apiclient = {};
19478
19489
  var module$contents$ee$apiclient_apiclient = {};
19479
19490
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
19480
- ee.apiclient.API_CLIENT_VERSION = "1.6.10";
19491
+ ee.apiclient.API_CLIENT_VERSION = "1.6.11";
19481
19492
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
19482
19493
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
19483
19494
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -19775,8 +19786,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
19775
19786
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
19776
19787
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
19777
19788
  method = method || "POST";
19778
- var headers = {"Content-Type":contentType}, version = "1.6.10";
19779
- version === "1.6.10" && (version = "latest");
19789
+ var headers = {"Content-Type":contentType}, version = "1.6.11";
19790
+ version === "1.6.11" && (version = "latest");
19780
19791
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
19781
19792
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
19782
19793
  if (authToken != null) {
@@ -27299,29 +27310,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
27299
27310
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
27300
27311
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
27301
27312
  (function() {
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) {
27313
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.classifier.toAsset ee.batch.Export.video.toDrive ee.batch.Export.table.toFeatureView 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.image.toCloudStorage ee.batch.Export.image.toAsset ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.filter ee.Collection.prototype.map ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.createFolder ee.data.getTaskListWithLimit ee.data.renameAsset ee.data.listOperations ee.data.listFeatures ee.data.getOperation ee.data.startTableIngestion ee.data.cancelOperation ee.data.computeValue ee.data.copyAsset ee.data.getVideoThumbId ee.data.deleteAsset ee.data.getThumbId ee.data.authenticateViaOauth ee.data.cancelTask ee.data.getAsset ee.data.getAssetAcl ee.data.getFilmstripThumbId ee.data.getInfo ee.data.makeThumbUrl ee.data.updateAsset ee.data.updateTask ee.data.authenticate ee.data.getList ee.data.listAssets ee.data.authenticateViaPopup ee.data.getDownloadId ee.data.authenticateViaPrivateKey ee.data.startProcessing ee.data.makeDownloadUrl ee.data.getTableDownloadId ee.data.setAssetAcl ee.data.makeTableDownloadUrl ee.data.listImages ee.data.setAssetProperties ee.data.newTaskId ee.data.listBuckets ee.data.getAssetRootQuota ee.data.setDefaultWorkloadTag ee.data.getAssetRoots ee.data.getMapId ee.data.getWorkloadTag ee.data.getTileUrl ee.data.startIngestion ee.data.setWorkloadTag ee.data.createAsset ee.data.createAssetHome ee.data.getTaskStatus ee.data.getFeatureViewTilesKey ee.data.resetWorkloadTag ee.data.getTaskList ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode 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 ee.Feature.prototype.getMapId 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.inList ee.Filter.lt ee.Filter.prototype.not ee.Filter.and ee.Filter ee.Filter.or ee.Filter.bounds ee.Filter.gte ee.Filter.eq ee.Filter.metadata ee.Filter.date ee.Filter.gt ee.Filter.neq ee.Filter.lte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiPoint ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry ee.Geometry.Rectangle ee.Geometry.LinearRing ee.Geometry.MultiPolygon ee.Geometry.prototype.serialize ee.Geometry.MultiLineString ee.Geometry.Point ee.Geometry.BBox ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Image.rgb ee.Image.prototype.getMapId ee.Image.prototype.clip ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.getMap ee.Image ee.Image.prototype.getDownloadURL ee.Image.cat ee.Image.prototype.getInfo ee.Image.prototype.select ee.Image.prototype.expression ee.Image.prototype.rename ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.List ee.Number ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.String ee.Terrain".split(" "),
27314
+ orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], ["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(" "), "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(" "),
27315
+ "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(" "), "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(" "),
27316
+ "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_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(" "),
27317
+ "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(" "), ["name", "operator", "value"], ["start", "opt_end"], ["algorithm", "opt_first"], ["max",
27318
+ "opt_property", "opt_ascending"], ["filter"], ["algorithm", "opt_dropNulls"], ["property", "opt_ascending"], ["geometry"], ["callback"], ["func", "var_args"], ["opt_callback"], ["legacy"], ["path", "opt_force", "opt_callback"], ["opt_limit", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["opt_limit", "opt_callback"], ["asset", "params", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "request", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"],
27319
+ ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["taskId", "opt_callback"], ["id", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["id", "opt_callback"], ["id"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "action", "opt_callback"], ["clientId",
27320
+ "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["taskId", "params", "opt_callback"], ["id"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["id"], ["parent", "opt_params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["opt_count",
27321
+ "opt_callback"], ["project", "opt_callback"], ["rootId", "opt_callback"], ["tag"], ["opt_callback"], ["params", "opt_callback"], [], ["id", "x", "y", "z"], ["taskId", "request", "opt_callback"], ["tag"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["opt_resetDefault"], ["opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func", "namedArgs"],
27322
+ "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], [], [], [], ["func", "var_args"], ["var_args"], [], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams",
27323
+ "opt_callback"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], [], ["var_args"], ["opt_filter"], ["var_args"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "operator", "value"], ["start", "opt_end"], ["name", "value"], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError",
27324
+ "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj"], ["west", "south", "east", "north"], [], [], ["r", "g", "b"], ["opt_visParams", "opt_callback"], ["geometry"], ["params", "opt_callback"], ["params", "opt_callback"],
27325
+ ["opt_visParams", "opt_callback"], ["opt_args"], ["params", "opt_callback"], ["var_args"], ["opt_callback"], ["var_args"], ["expression", "opt_map"], ["var_args"], ["opt_visParams", "opt_callback"], ["args"], ["params", "opt_callback"], ["params", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["opt_callback"], ["selectors", "opt_names"], [], ["opt_visParams", "opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"],
27326
+ ["obj"], ["obj", "opt_isCompound"], ["string"], []];
27327
+ [ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage,
27328
+ module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.limit, ee.Collection.prototype.filter, ee.Collection.prototype.map, ee.Collection.prototype.sort, ee.Collection.prototype.filterBounds, ee.ComputedObject.prototype.evaluate,
27329
+ ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.createFolder, ee.data.getTaskListWithLimit, ee.data.renameAsset, ee.data.listOperations, ee.data.listFeatures, ee.data.getOperation, ee.data.startTableIngestion, ee.data.cancelOperation, ee.data.computeValue, ee.data.copyAsset, ee.data.getVideoThumbId, ee.data.deleteAsset, ee.data.getThumbId, ee.data.authenticateViaOauth, ee.data.cancelTask, ee.data.getAsset, ee.data.getAssetAcl,
27330
+ ee.data.getFilmstripThumbId, ee.data.getInfo, ee.data.makeThumbUrl, ee.data.updateAsset, ee.data.updateTask, ee.data.authenticate, ee.data.getList, ee.data.listAssets, ee.data.authenticateViaPopup, ee.data.getDownloadId, ee.data.authenticateViaPrivateKey, ee.data.startProcessing, ee.data.makeDownloadUrl, ee.data.getTableDownloadId, ee.data.setAssetAcl, ee.data.makeTableDownloadUrl, ee.data.listImages, ee.data.setAssetProperties, ee.data.newTaskId, ee.data.listBuckets, ee.data.getAssetRootQuota,
27331
+ ee.data.setDefaultWorkloadTag, ee.data.getAssetRoots, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.getTileUrl, ee.data.startIngestion, ee.data.setWorkloadTag, ee.data.createAsset, ee.data.createAssetHome, ee.data.getTaskStatus, ee.data.getFeatureViewTilesKey, ee.data.resetWorkloadTag, ee.data.getTaskList, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Dictionary, ee.apply, ee.initialize, ee.TILE_SIZE, ee.reset,
27332
+ ee.Algorithms, ee.InitState, ee.call, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getMapId, 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.inList, ee.Filter.lt, ee.Filter.prototype.not, ee.Filter.and, ee.Filter,
27333
+ ee.Filter.or, ee.Filter.bounds, ee.Filter.gte, ee.Filter.eq, ee.Filter.metadata, ee.Filter.date, ee.Filter.gt, ee.Filter.neq, ee.Filter.lte, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.MultiPoint, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry, ee.Geometry.Rectangle, ee.Geometry.LinearRing, ee.Geometry.MultiPolygon, ee.Geometry.prototype.serialize, ee.Geometry.MultiLineString, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString,
27334
+ ee.Image.rgb, ee.Image.prototype.getMapId, ee.Image.prototype.clip, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image.prototype.getMap, ee.Image, ee.Image.prototype.getDownloadURL, ee.Image.cat, ee.Image.prototype.getInfo, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image.prototype.rename, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.linkCollection,
27335
+ ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getMap, ee.List, ee.Number, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encode, ee.String, ee.Terrain].forEach(function(fn, i) {
27325
27336
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
27326
27337
  });
27327
27338
  goog.global.EXPORTED_FN_INFO = exportedFnInfo;
@@ -1,8 +1,8 @@
1
1
  (function(){var h,aa=function(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}},ba=typeof Object.defineProperties=="function"?Object.defineProperty:function(a,b,c){if(a==Array.prototype||a==Object.prototype)return a;a[b]=c.value;return a},ca=function(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("Cannot find global object");
2
2
  },k=ca(this),n=function(a,b){if(b)a:{var c=k;a=a.split(".");for(var d=0;d<a.length-1;d++){var e=a[d];if(!(e in c))break a;c=c[e]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&b!=null&&ba(c,a,{configurable:!0,writable:!0,value:b})}};
3
3
  n("Symbol",function(a){if(a)return a;var b=function(g,f){this.Wi=g;ba(this,"description",{configurable:!0,writable:!0,value:f})};b.prototype.toString=function(){return this.Wi};var c="jscomp_symbol_"+(Math.random()*1E9>>>0)+"_",d=0,e=function(g){if(this instanceof e)throw new TypeError("Symbol is not a constructor");return new b(c+(g||"")+"_"+d++,g)};return e});
4
- n("Symbol.iterator",function(a){if(a)return a;a=Symbol("Symbol.iterator");for(var b="Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "),c=0;c<b.length;c++){var d=k[b[c]];typeof d==="function"&&typeof d.prototype[a]!="function"&&ba(d.prototype,a,{configurable:!0,writable:!0,value:function(){return fa(aa(this))}})}return a});
5
- var fa=function(a){a={next:a};a[Symbol.iterator]=function(){return this};return a},ha=typeof Object.create=="function"?Object.create:function(a){var b=function(){};b.prototype=a;return new b},ia;if(typeof Object.setPrototypeOf=="function")ia=Object.setPrototypeOf;else{var ja;a:{var ka={a:!0},la={};try{la.__proto__=ka;ja=la.a;break a}catch(a){}ja=!1}ia=ja?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not extensible");return a}:null}
4
+ n("Symbol.iterator",function(a){if(a)return a;a=Symbol("Symbol.iterator");ba(Array.prototype,a,{configurable:!0,writable:!0,value:function(){return fa(aa(this))}});return a});var fa=function(a){a={next:a};a[Symbol.iterator]=function(){return this};return a},ha=typeof Object.create=="function"?Object.create:function(a){var b=function(){};b.prototype=a;return new b},ia;
5
+ if(typeof Object.setPrototypeOf=="function")ia=Object.setPrototypeOf;else{var ja;a:{var ka={a:!0},la={};try{la.__proto__=ka;ja=la.a;break a}catch(a){}ja=!1}ia=ja?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not extensible");return a}:null}
6
6
  var ma=ia,q=function(a,b){a.prototype=ha(b.prototype);a.prototype.constructor=a;if(ma)ma(a,b);else for(var c in b)if(c!="prototype")if(Object.defineProperties){var d=Object.getOwnPropertyDescriptor(b,c);d&&Object.defineProperty(a,c,d)}else a[c]=b[c];a.M=b.prototype},r=function(a){var b=typeof Symbol!="undefined"&&Symbol.iterator&&a[Symbol.iterator];if(b)return b.call(a);if(typeof a.length=="number")return{next:aa(a)};throw Error(String(a)+" is not an iterable or ArrayLike");},na=function(a){if(!(a instanceof
7
7
  Array)){a=r(a);for(var b,c=[];!(b=a.next()).done;)c.push(b.value);a=c}return a},pa=function(a){return oa(a,a)},oa=function(a,b){a.raw=b;Object.freeze&&(Object.freeze(a),Object.freeze(b));return a},qa=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)},ra=typeof Object.assign=="function"?Object.assign:function(a,b){if(a==null)throw new TypeError("No nullish arg");a=Object(a);for(var c=1;c<arguments.length;c++){var d=arguments[c];if(d)for(var e in d)qa(d,e)&&(a[e]=d[e])}return a};
8
8
  n("Object.assign",function(a){return a||ra});var sa=function(){for(var a=Number(this),b=[],c=a;c<arguments.length;c++)b[c-a]=arguments[c];return b};n("globalThis",function(a){return a||k});
@@ -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.10";p==="1.6.10"&&
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.11";p==="1.6.11"&&
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.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);
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._call ee.ApiFunction._apply ee.batch.Export.table.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.table.toBigQuery ee.batch.Export.video.toDrive ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.Collection.prototype.limit ee.Collection.prototype.filter ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.iterate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.evaluate ee.data.getTaskList ee.data.deleteAsset ee.data.listOperations ee.data.listFeatures ee.data.startTableIngestion ee.data.cancelOperation ee.data.computeValue ee.data.getTaskListWithLimit ee.data.copyAsset ee.data.getVideoThumbId ee.data.renameAsset ee.data.getThumbId ee.data.getDownloadId ee.data.startProcessing ee.data.getTableDownloadId ee.data.getAsset ee.data.getOperation ee.data.authenticateViaOauth ee.data.getFilmstripThumbId ee.data.getInfo ee.data.cancelTask ee.data.makeThumbUrl ee.data.updateTask ee.data.authenticate ee.data.getAssetAcl ee.data.getList ee.data.listAssets ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.updateAsset ee.data.listImages ee.data.makeTableDownloadUrl ee.data.setAssetAcl ee.data.authenticateViaPrivateKey ee.data.setAssetProperties ee.data.newTaskId ee.data.listBuckets ee.data.createFolder ee.data.getAssetRootQuota ee.data.getAssetRoots ee.data.createAssetHome ee.data.getWorkloadTag ee.data.getTileUrl ee.data.getFeatureViewTilesKey ee.data.setWorkloadTag ee.data.startIngestion ee.data.getTaskStatus ee.data.resetWorkloadTag ee.data.getMapId ee.data.createAsset ee.data.setDefaultWorkloadTag ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Deserializer.decode ee.Dictionary ee.reset ee.Algorithms ee.InitState ee.call ee.initialize ee.apply ee.TILE_SIZE ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.Filter.date ee.Filter.lte ee.Filter.gt ee.Filter.inList ee.Filter.or ee.Filter.lt ee.Filter.and ee.Filter.bounds ee.Filter.prototype.not ee.Filter.gte ee.Filter ee.Filter.eq ee.Filter.metadata ee.Filter.neq ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Polygon ee.Geometry.Point ee.Geometry.prototype.serialize ee.Geometry ee.Geometry.BBox ee.Geometry.MultiPoint ee.Geometry.MultiPolygon ee.Geometry.Rectangle ee.Geometry.MultiLineString ee.Geometry.LineString ee.Geometry.prototype.toGeoJSON ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Image.prototype.getMapId ee.Image.prototype.clip ee.Image.rgb ee.Image.prototype.select ee.Image ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.cat ee.Image.prototype.getInfo ee.Image.prototype.rename ee.Image.prototype.expression ee.ImageCollection ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.linkCollection ee.List ee.Number ee.Serializer.encodeCloudApiPretty ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.toJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.String ee.Terrain".split(" "),
713
+ c=[["name"],["name","var_args"],["name","namedArgs"],"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat 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(" "),"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(" "),
714
+ "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices 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(" "),["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(" "),
715
+ "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(" "),["classifier","opt_description","opt_assetId","opt_priority"],"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),
716
+ "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(" "),["max","opt_property","opt_ascending"],["filter"],["name","operator","value"],["geometry"],["start","opt_end"],["property","opt_ascending"],["algorithm","opt_dropNulls"],["algorithm",
717
+ "opt_first"],["func","var_args"],["legacy"],["opt_callback"],["callback"],["opt_callback"],["assetId","opt_callback"],["opt_limit","opt_callback"],["asset","params","opt_callback"],["taskId","request","opt_callback"],["operationName","opt_callback"],["obj","opt_callback"],["opt_limit","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["params","opt_callback"],["sourceId","destinationId","opt_callback"],["params","opt_callback"],["params","opt_callback"],["taskId","params",
718
+ "opt_callback"],["params","opt_callback"],["id","opt_callback"],["operationName","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["params","opt_callback"],["id","opt_callback"],["taskId","opt_callback"],["id"],["taskId","action","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["assetId","opt_callback"],["params","opt_callback"],["parent","opt_params","opt_callback"],["opt_success",
719
+ "opt_error"],["id"],["assetId","asset","updateFields","opt_callback"],["parent","opt_params","opt_callback"],["id"],["assetId","aclUpdate","opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["assetId","properties","opt_callback"],["opt_count","opt_callback"],["project","opt_callback"],["path","opt_force","opt_callback"],["rootId","opt_callback"],["opt_callback"],["requestedId","opt_callback"],[],["id","x","y","z"],["params","opt_callback"],["tag"],
720
+ ["taskId","request","opt_callback"],["taskId","opt_callback"],["opt_resetDefault"],["params","opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],["tag"],["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(" "),["func","namedArgs"],[],["var_args"],[],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],
721
+ ["geometry","opt_properties"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["args","opt_column"],["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],["start","opt_end"],["name","value"],["name","value"],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["var_args"],["name","value"],["var_args"],["geometry","opt_errorMargin"],[],["name","value"],["opt_filter"],["name","value"],
722
+ ["name","operator","value"],["name","value"],["namedArgs"],["var_args"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj"],["legacy"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["west","south","east","north"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_maxError"],[],
723
+ ["coords","opt_proj","opt_geodesic","opt_maxError"],[],["opt_visParams","opt_callback"],["geometry"],["r","g","b"],["var_args"],["opt_args"],["params","opt_callback"],["params","opt_callback"],["opt_visParams","opt_callback"],["params","opt_callback"],["var_args"],["opt_callback"],["var_args"],["expression","opt_map"],["args"],["opt_visParams","opt_callback"],["opt_callback"],["opt_visParams","opt_callback"],["params","opt_callback"],["selectors","opt_names"],[],["params","opt_callback"],["imageCollection",
724
+ "opt_linkedBands","opt_linkedProperties","opt_matchPropertyName"],["list"],["number"],["obj"],["obj"],["obj"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["string"],[]];[Qm,Q,Rm,uo,to,so,yo,Ao,wo,Bo,ro,po,Co,xo,vo,zo,V.prototype.limit,V.prototype.filter,V.prototype.mf,V.prototype.wh,V.prototype.lf,V.prototype.sort,V.prototype.map,V.prototype.Lh,O.prototype.Fg,O.prototype.ua,O.prototype.W,O.prototype.evaluate,Pl,tm,Ql,zl,gm,Rl,Al,Ol,sm,Cl,rm,Bl,Gl,am,Il,hm,Sl,pl,Dl,hm,Ul,El,Tl,ql,um,jm,km,ol,
725
+ Hl,vm,lm,Jl,wm,rl,xm,Kl,mm,qm,ym,nm,om,ul,xl,yl,Am,em,Nl,Cm,wl,pm,Bm,To,Yo,bp,Xo,Wo,cp,op,np,pp,qp,lp,rp,256,S.prototype.set,Mj,X.prototype.S,X.prototype.getMap,X.prototype.W,X,Y.prototype.select,Y,Y.prototype.qb,Y.prototype.S,Y.prototype.getMap,Y.prototype.W,Mn,Jn,In,Nn,Ln,Gn,Kn,On,U.prototype.uc,Hn,U,En,Pn,Fn,Lm.prototype.apply,Lm.prototype.call,vn,kn,T.prototype.ua,T,pn,nn,wn,on,un,sn,T.prototype.pe,tn,T.prototype.xg,N.prototype.S,N.prototype.clip,bo,N.prototype.select,N,N.prototype.Md,N.prototype.uf,
726
+ N.prototype.getMap,N.prototype.qb,co,N.prototype.W,N.prototype.ri,N.prototype.l,Z,Z.prototype.S,Z.prototype.W,Z.prototype.getMap,Z.prototype.tf,Z.prototype.select,Z.prototype.first,Z.prototype.vf,Z.prototype.Ff,eo,Jo,Sk,Ok,Tk,Lk,Jk,Uk,Ik,Mo,fp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});t.EXPORTED_FN_INFO=a})();}).call(this);
@@ -52,6 +52,19 @@ var $jscomp$lookupPolyfilledValue = function(target, property, isOptionalAccess)
52
52
  return polyfill !== void 0 ? polyfill : target[property];
53
53
  }
54
54
  };
55
+ $jscomp.TYPED_ARRAY_CLASSES = function() {
56
+ var classes = "Int8 Uint8 Uint8Clamped Int16 Uint16 Int32 Uint32 Float32 Float64".split(" ");
57
+ $jscomp.global.BigInt64Array && (classes.push("BigInt64"), classes.push("BigUint64"));
58
+ return classes;
59
+ }();
60
+ $jscomp.polyfillTypedArrayMethod = function(methodName, polyfill, fromLang, toLang) {
61
+ if (polyfill) {
62
+ for (var i = 0; i < $jscomp.TYPED_ARRAY_CLASSES.length; i++) {
63
+ var target = $jscomp.TYPED_ARRAY_CLASSES[i] + "Array.prototype." + methodName;
64
+ $jscomp.ISOLATE_POLYFILLS ? $jscomp.polyfillIsolated(target, polyfill, fromLang, toLang) : $jscomp.polyfillUnisolated(target, polyfill, fromLang, toLang);
65
+ }
66
+ }
67
+ };
55
68
  $jscomp.polyfill = function(target, polyfill, fromLang, toLang) {
56
69
  polyfill && ($jscomp.ISOLATE_POLYFILLS ? $jscomp.polyfillIsolated(target, polyfill, fromLang, toLang) : $jscomp.polyfillUnisolated(target, polyfill, fromLang, toLang));
57
70
  };
@@ -114,12 +127,10 @@ $jscomp.polyfill("Symbol.iterator", function(orig) {
114
127
  if (orig) {
115
128
  return orig;
116
129
  }
117
- for (var symbolIterator = Symbol("Symbol.iterator"), arrayLikes = "Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "), i = 0; i < arrayLikes.length; i++) {
118
- var ArrayLikeCtor = $jscomp.global[arrayLikes[i]];
119
- typeof ArrayLikeCtor === "function" && typeof ArrayLikeCtor.prototype[symbolIterator] != "function" && $jscomp.defineProperty(ArrayLikeCtor.prototype, symbolIterator, {configurable:!0, writable:!0, value:function() {
120
- return $jscomp.iteratorPrototype($jscomp.arrayIteratorImpl(this));
121
- }});
122
- }
130
+ var symbolIterator = Symbol("Symbol.iterator");
131
+ $jscomp.defineProperty(Array.prototype, symbolIterator, {configurable:!0, writable:!0, value:function() {
132
+ return $jscomp.iteratorPrototype($jscomp.arrayIteratorImpl(this));
133
+ }});
123
134
  return symbolIterator;
124
135
  }, "es6", "es3");
125
136
  $jscomp.iteratorPrototype = function(next) {
@@ -6563,8 +6574,8 @@ goog.flags.WIZ_ENABLE_NATIVE_PROMISE = module$exports$closure$flags$flags$2etogg
6563
6574
  goog.flags.JSPB_DISALLOW_MESSAGE_TOJSON = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable : goog.readFlagInternalDoNotUseOrElse(722764542, goog.DEBUG);
6564
6575
  goog.flags.JSPB_USE_CONSTANT_DEFAULT_PIVOT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_use_constant_default_pivot__enable : goog.readFlagInternalDoNotUseOrElse(748402145, goog.DEBUG);
6565
6576
  goog.flags.JSPB_SERIALIZE_WITH_DYNAMIC_PIVOT_SELECTOR = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable : goog.readFlagInternalDoNotUseOrElse(748402146, goog.DEBUG);
6566
- goog.flags.JSPB_THROW_IN_ARRAY_CONSTRUCTOR_IF_ARRAY_IS_ALREADY_CONSTRUCTED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.FLAGS_STAGING_DEFAULT && (module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable) :
6567
- goog.readFlagInternalDoNotUseOrElse(748402147, module$contents$goog$flags_STAGING);
6577
+ goog.flags.JSPB_THROW_IN_ARRAY_CONSTRUCTOR_IF_ARRAY_IS_ALREADY_CONSTRUCTED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable : goog.readFlagInternalDoNotUseOrElse(748402147,
6578
+ !0);
6568
6579
  goog.flags.OPTIMIZE_GET_EI_FROM_VED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__optimize_get_ei_from_ved__enable : goog.readFlagInternalDoNotUseOrElse(333098724, !1);
6569
6580
  goog.flags.TESTONLY_DISABLED_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483644, !1);
6570
6581
  goog.flags.TESTONLY_DEBUG_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483645, goog.DEBUG);
@@ -19477,7 +19488,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
19477
19488
  ee.apiclient = {};
19478
19489
  var module$contents$ee$apiclient_apiclient = {};
19479
19490
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
19480
- ee.apiclient.API_CLIENT_VERSION = "1.6.10";
19491
+ ee.apiclient.API_CLIENT_VERSION = "1.6.11";
19481
19492
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
19482
19493
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
19483
19494
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -19775,8 +19786,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
19775
19786
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
19776
19787
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
19777
19788
  method = method || "POST";
19778
- var headers = {"Content-Type":contentType}, version = "1.6.10";
19779
- version === "1.6.10" && (version = "latest");
19789
+ var headers = {"Content-Type":contentType}, version = "1.6.11";
19790
+ version === "1.6.11" && (version = "latest");
19780
19791
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
19781
19792
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
19782
19793
  if (authToken != null) {
@@ -52,6 +52,19 @@ var $jscomp$lookupPolyfilledValue = function(target, property, isOptionalAccess)
52
52
  return polyfill !== void 0 ? polyfill : target[property];
53
53
  }
54
54
  };
55
+ $jscomp.TYPED_ARRAY_CLASSES = function() {
56
+ var classes = "Int8 Uint8 Uint8Clamped Int16 Uint16 Int32 Uint32 Float32 Float64".split(" ");
57
+ $jscomp.global.BigInt64Array && (classes.push("BigInt64"), classes.push("BigUint64"));
58
+ return classes;
59
+ }();
60
+ $jscomp.polyfillTypedArrayMethod = function(methodName, polyfill, fromLang, toLang) {
61
+ if (polyfill) {
62
+ for (var i = 0; i < $jscomp.TYPED_ARRAY_CLASSES.length; i++) {
63
+ var target = $jscomp.TYPED_ARRAY_CLASSES[i] + "Array.prototype." + methodName;
64
+ $jscomp.ISOLATE_POLYFILLS ? $jscomp.polyfillIsolated(target, polyfill, fromLang, toLang) : $jscomp.polyfillUnisolated(target, polyfill, fromLang, toLang);
65
+ }
66
+ }
67
+ };
55
68
  $jscomp.polyfill = function(target, polyfill, fromLang, toLang) {
56
69
  polyfill && ($jscomp.ISOLATE_POLYFILLS ? $jscomp.polyfillIsolated(target, polyfill, fromLang, toLang) : $jscomp.polyfillUnisolated(target, polyfill, fromLang, toLang));
57
70
  };
@@ -114,12 +127,10 @@ $jscomp.polyfill("Symbol.iterator", function(orig) {
114
127
  if (orig) {
115
128
  return orig;
116
129
  }
117
- for (var symbolIterator = Symbol("Symbol.iterator"), arrayLikes = "Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "), i = 0; i < arrayLikes.length; i++) {
118
- var ArrayLikeCtor = $jscomp.global[arrayLikes[i]];
119
- typeof ArrayLikeCtor === "function" && typeof ArrayLikeCtor.prototype[symbolIterator] != "function" && $jscomp.defineProperty(ArrayLikeCtor.prototype, symbolIterator, {configurable:!0, writable:!0, value:function() {
120
- return $jscomp.iteratorPrototype($jscomp.arrayIteratorImpl(this));
121
- }});
122
- }
130
+ var symbolIterator = Symbol("Symbol.iterator");
131
+ $jscomp.defineProperty(Array.prototype, symbolIterator, {configurable:!0, writable:!0, value:function() {
132
+ return $jscomp.iteratorPrototype($jscomp.arrayIteratorImpl(this));
133
+ }});
123
134
  return symbolIterator;
124
135
  }, "es6", "es3");
125
136
  $jscomp.iteratorPrototype = function(next) {
@@ -6563,8 +6574,8 @@ goog.flags.WIZ_ENABLE_NATIVE_PROMISE = module$exports$closure$flags$flags$2etogg
6563
6574
  goog.flags.JSPB_DISALLOW_MESSAGE_TOJSON = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable : goog.readFlagInternalDoNotUseOrElse(722764542, goog.DEBUG);
6564
6575
  goog.flags.JSPB_USE_CONSTANT_DEFAULT_PIVOT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_use_constant_default_pivot__enable : goog.readFlagInternalDoNotUseOrElse(748402145, goog.DEBUG);
6565
6576
  goog.flags.JSPB_SERIALIZE_WITH_DYNAMIC_PIVOT_SELECTOR = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable : goog.readFlagInternalDoNotUseOrElse(748402146, goog.DEBUG);
6566
- goog.flags.JSPB_THROW_IN_ARRAY_CONSTRUCTOR_IF_ARRAY_IS_ALREADY_CONSTRUCTED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.FLAGS_STAGING_DEFAULT && (module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable) :
6567
- goog.readFlagInternalDoNotUseOrElse(748402147, module$contents$goog$flags_STAGING);
6577
+ goog.flags.JSPB_THROW_IN_ARRAY_CONSTRUCTOR_IF_ARRAY_IS_ALREADY_CONSTRUCTED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable : goog.readFlagInternalDoNotUseOrElse(748402147,
6578
+ !0);
6568
6579
  goog.flags.OPTIMIZE_GET_EI_FROM_VED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__optimize_get_ei_from_ved__enable : goog.readFlagInternalDoNotUseOrElse(333098724, !1);
6569
6580
  goog.flags.TESTONLY_DISABLED_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483644, !1);
6570
6581
  goog.flags.TESTONLY_DEBUG_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483645, goog.DEBUG);
@@ -19477,7 +19488,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
19477
19488
  ee.apiclient = {};
19478
19489
  var module$contents$ee$apiclient_apiclient = {};
19479
19490
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
19480
- ee.apiclient.API_CLIENT_VERSION = "1.6.10";
19491
+ ee.apiclient.API_CLIENT_VERSION = "1.6.11";
19481
19492
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
19482
19493
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
19483
19494
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -19775,8 +19786,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
19775
19786
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
19776
19787
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
19777
19788
  method = method || "POST";
19778
- var headers = {"Content-Type":contentType}, version = "1.6.10";
19779
- version === "1.6.10" && (version = "latest");
19789
+ var headers = {"Content-Type":contentType}, version = "1.6.11";
19790
+ version === "1.6.11" && (version = "latest");
19780
19791
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
19781
19792
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
19782
19793
  if (authToken != null) {
@@ -27299,29 +27310,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
27299
27310
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
27300
27311
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
27301
27312
  (function() {
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) {
27313
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.classifier.toAsset ee.batch.Export.video.toDrive ee.batch.Export.table.toFeatureView 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.image.toCloudStorage ee.batch.Export.image.toAsset ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.filter ee.Collection.prototype.map ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.createFolder ee.data.getTaskListWithLimit ee.data.renameAsset ee.data.listOperations ee.data.listFeatures ee.data.getOperation ee.data.startTableIngestion ee.data.cancelOperation ee.data.computeValue ee.data.copyAsset ee.data.getVideoThumbId ee.data.deleteAsset ee.data.getThumbId ee.data.authenticateViaOauth ee.data.cancelTask ee.data.getAsset ee.data.getAssetAcl ee.data.getFilmstripThumbId ee.data.getInfo ee.data.makeThumbUrl ee.data.updateAsset ee.data.updateTask ee.data.authenticate ee.data.getList ee.data.listAssets ee.data.authenticateViaPopup ee.data.getDownloadId ee.data.authenticateViaPrivateKey ee.data.startProcessing ee.data.makeDownloadUrl ee.data.getTableDownloadId ee.data.setAssetAcl ee.data.makeTableDownloadUrl ee.data.listImages ee.data.setAssetProperties ee.data.newTaskId ee.data.listBuckets ee.data.getAssetRootQuota ee.data.setDefaultWorkloadTag ee.data.getAssetRoots ee.data.getMapId ee.data.getWorkloadTag ee.data.getTileUrl ee.data.startIngestion ee.data.setWorkloadTag ee.data.createAsset ee.data.createAssetHome ee.data.getTaskStatus ee.data.getFeatureViewTilesKey ee.data.resetWorkloadTag ee.data.getTaskList ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode 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 ee.Feature.prototype.getMapId 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.inList ee.Filter.lt ee.Filter.prototype.not ee.Filter.and ee.Filter ee.Filter.or ee.Filter.bounds ee.Filter.gte ee.Filter.eq ee.Filter.metadata ee.Filter.date ee.Filter.gt ee.Filter.neq ee.Filter.lte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiPoint ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry ee.Geometry.Rectangle ee.Geometry.LinearRing ee.Geometry.MultiPolygon ee.Geometry.prototype.serialize ee.Geometry.MultiLineString ee.Geometry.Point ee.Geometry.BBox ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Image.rgb ee.Image.prototype.getMapId ee.Image.prototype.clip ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.getMap ee.Image ee.Image.prototype.getDownloadURL ee.Image.cat ee.Image.prototype.getInfo ee.Image.prototype.select ee.Image.prototype.expression ee.Image.prototype.rename ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.List ee.Number ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.String ee.Terrain".split(" "),
27314
+ orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], ["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(" "), "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(" "),
27315
+ "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(" "), "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(" "),
27316
+ "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_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(" "),
27317
+ "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(" "), ["name", "operator", "value"], ["start", "opt_end"], ["algorithm", "opt_first"], ["max",
27318
+ "opt_property", "opt_ascending"], ["filter"], ["algorithm", "opt_dropNulls"], ["property", "opt_ascending"], ["geometry"], ["callback"], ["func", "var_args"], ["opt_callback"], ["legacy"], ["path", "opt_force", "opt_callback"], ["opt_limit", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["opt_limit", "opt_callback"], ["asset", "params", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "request", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"],
27319
+ ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["taskId", "opt_callback"], ["id", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["id", "opt_callback"], ["id"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "action", "opt_callback"], ["clientId",
27320
+ "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["taskId", "params", "opt_callback"], ["id"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["id"], ["parent", "opt_params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["opt_count",
27321
+ "opt_callback"], ["project", "opt_callback"], ["rootId", "opt_callback"], ["tag"], ["opt_callback"], ["params", "opt_callback"], [], ["id", "x", "y", "z"], ["taskId", "request", "opt_callback"], ["tag"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["opt_resetDefault"], ["opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func", "namedArgs"],
27322
+ "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], [], [], [], ["func", "var_args"], ["var_args"], [], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams",
27323
+ "opt_callback"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], [], ["var_args"], ["opt_filter"], ["var_args"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "operator", "value"], ["start", "opt_end"], ["name", "value"], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError",
27324
+ "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj"], ["west", "south", "east", "north"], [], [], ["r", "g", "b"], ["opt_visParams", "opt_callback"], ["geometry"], ["params", "opt_callback"], ["params", "opt_callback"],
27325
+ ["opt_visParams", "opt_callback"], ["opt_args"], ["params", "opt_callback"], ["var_args"], ["opt_callback"], ["var_args"], ["expression", "opt_map"], ["var_args"], ["opt_visParams", "opt_callback"], ["args"], ["params", "opt_callback"], ["params", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["opt_callback"], ["selectors", "opt_names"], [], ["opt_visParams", "opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"],
27326
+ ["obj"], ["obj", "opt_isCompound"], ["string"], []];
27327
+ [ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage,
27328
+ module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.limit, ee.Collection.prototype.filter, ee.Collection.prototype.map, ee.Collection.prototype.sort, ee.Collection.prototype.filterBounds, ee.ComputedObject.prototype.evaluate,
27329
+ ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.createFolder, ee.data.getTaskListWithLimit, ee.data.renameAsset, ee.data.listOperations, ee.data.listFeatures, ee.data.getOperation, ee.data.startTableIngestion, ee.data.cancelOperation, ee.data.computeValue, ee.data.copyAsset, ee.data.getVideoThumbId, ee.data.deleteAsset, ee.data.getThumbId, ee.data.authenticateViaOauth, ee.data.cancelTask, ee.data.getAsset, ee.data.getAssetAcl,
27330
+ ee.data.getFilmstripThumbId, ee.data.getInfo, ee.data.makeThumbUrl, ee.data.updateAsset, ee.data.updateTask, ee.data.authenticate, ee.data.getList, ee.data.listAssets, ee.data.authenticateViaPopup, ee.data.getDownloadId, ee.data.authenticateViaPrivateKey, ee.data.startProcessing, ee.data.makeDownloadUrl, ee.data.getTableDownloadId, ee.data.setAssetAcl, ee.data.makeTableDownloadUrl, ee.data.listImages, ee.data.setAssetProperties, ee.data.newTaskId, ee.data.listBuckets, ee.data.getAssetRootQuota,
27331
+ ee.data.setDefaultWorkloadTag, ee.data.getAssetRoots, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.getTileUrl, ee.data.startIngestion, ee.data.setWorkloadTag, ee.data.createAsset, ee.data.createAssetHome, ee.data.getTaskStatus, ee.data.getFeatureViewTilesKey, ee.data.resetWorkloadTag, ee.data.getTaskList, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Dictionary, ee.apply, ee.initialize, ee.TILE_SIZE, ee.reset,
27332
+ ee.Algorithms, ee.InitState, ee.call, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getMapId, 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.inList, ee.Filter.lt, ee.Filter.prototype.not, ee.Filter.and, ee.Filter,
27333
+ ee.Filter.or, ee.Filter.bounds, ee.Filter.gte, ee.Filter.eq, ee.Filter.metadata, ee.Filter.date, ee.Filter.gt, ee.Filter.neq, ee.Filter.lte, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.MultiPoint, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry, ee.Geometry.Rectangle, ee.Geometry.LinearRing, ee.Geometry.MultiPolygon, ee.Geometry.prototype.serialize, ee.Geometry.MultiLineString, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString,
27334
+ ee.Image.rgb, ee.Image.prototype.getMapId, ee.Image.prototype.clip, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image.prototype.getMap, ee.Image, ee.Image.prototype.getDownloadURL, ee.Image.cat, ee.Image.prototype.getInfo, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image.prototype.rename, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.linkCollection,
27335
+ ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getMap, ee.List, ee.Number, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encode, ee.String, ee.Terrain].forEach(function(fn, i) {
27325
27336
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
27326
27337
  });
27327
27338
  goog.global.EXPORTED_FN_INFO = exportedFnInfo;
package/build/main.js CHANGED
@@ -54,6 +54,19 @@ var $jscomp$lookupPolyfilledValue = function(target, property, isOptionalAccess)
54
54
  return polyfill !== void 0 ? polyfill : target[property];
55
55
  }
56
56
  };
57
+ $jscomp.TYPED_ARRAY_CLASSES = function() {
58
+ var classes = "Int8 Uint8 Uint8Clamped Int16 Uint16 Int32 Uint32 Float32 Float64".split(" ");
59
+ $jscomp.global.BigInt64Array && (classes.push("BigInt64"), classes.push("BigUint64"));
60
+ return classes;
61
+ }();
62
+ $jscomp.polyfillTypedArrayMethod = function(methodName, polyfill, fromLang, toLang) {
63
+ if (polyfill) {
64
+ for (var i = 0; i < $jscomp.TYPED_ARRAY_CLASSES.length; i++) {
65
+ var target = $jscomp.TYPED_ARRAY_CLASSES[i] + "Array.prototype." + methodName;
66
+ $jscomp.ISOLATE_POLYFILLS ? $jscomp.polyfillIsolated(target, polyfill, fromLang, toLang) : $jscomp.polyfillUnisolated(target, polyfill, fromLang, toLang);
67
+ }
68
+ }
69
+ };
57
70
  $jscomp.polyfill = function(target, polyfill, fromLang, toLang) {
58
71
  polyfill && ($jscomp.ISOLATE_POLYFILLS ? $jscomp.polyfillIsolated(target, polyfill, fromLang, toLang) : $jscomp.polyfillUnisolated(target, polyfill, fromLang, toLang));
59
72
  };
@@ -116,12 +129,10 @@ $jscomp.polyfill("Symbol.iterator", function(orig) {
116
129
  if (orig) {
117
130
  return orig;
118
131
  }
119
- for (var symbolIterator = Symbol("Symbol.iterator"), arrayLikes = "Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "), i = 0; i < arrayLikes.length; i++) {
120
- var ArrayLikeCtor = $jscomp.global[arrayLikes[i]];
121
- typeof ArrayLikeCtor === "function" && typeof ArrayLikeCtor.prototype[symbolIterator] != "function" && $jscomp.defineProperty(ArrayLikeCtor.prototype, symbolIterator, {configurable:!0, writable:!0, value:function() {
122
- return $jscomp.iteratorPrototype($jscomp.arrayIteratorImpl(this));
123
- }});
124
- }
132
+ var symbolIterator = Symbol("Symbol.iterator");
133
+ $jscomp.defineProperty(Array.prototype, symbolIterator, {configurable:!0, writable:!0, value:function() {
134
+ return $jscomp.iteratorPrototype($jscomp.arrayIteratorImpl(this));
135
+ }});
125
136
  return symbolIterator;
126
137
  }, "es6", "es3");
127
138
  $jscomp.iteratorPrototype = function(next) {
@@ -6565,8 +6576,8 @@ goog.flags.WIZ_ENABLE_NATIVE_PROMISE = module$exports$closure$flags$flags$2etogg
6565
6576
  goog.flags.JSPB_DISALLOW_MESSAGE_TOJSON = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_message_tojson__enable : goog.readFlagInternalDoNotUseOrElse(722764542, goog.DEBUG);
6566
6577
  goog.flags.JSPB_USE_CONSTANT_DEFAULT_PIVOT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_use_constant_default_pivot__enable : goog.readFlagInternalDoNotUseOrElse(748402145, goog.DEBUG);
6567
6578
  goog.flags.JSPB_SERIALIZE_WITH_DYNAMIC_PIVOT_SELECTOR = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable : goog.readFlagInternalDoNotUseOrElse(748402146, goog.DEBUG);
6568
- goog.flags.JSPB_THROW_IN_ARRAY_CONSTRUCTOR_IF_ARRAY_IS_ALREADY_CONSTRUCTED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.FLAGS_STAGING_DEFAULT && (module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable) :
6569
- goog.readFlagInternalDoNotUseOrElse(748402147, module$contents$goog$flags_STAGING);
6579
+ goog.flags.JSPB_THROW_IN_ARRAY_CONSTRUCTOR_IF_ARRAY_IS_ALREADY_CONSTRUCTED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable : goog.readFlagInternalDoNotUseOrElse(748402147,
6580
+ !0);
6570
6581
  goog.flags.OPTIMIZE_GET_EI_FROM_VED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__optimize_get_ei_from_ved__enable : goog.readFlagInternalDoNotUseOrElse(333098724, !1);
6571
6582
  goog.flags.TESTONLY_DISABLED_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483644, !1);
6572
6583
  goog.flags.TESTONLY_DEBUG_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483645, goog.DEBUG);
@@ -19479,7 +19490,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
19479
19490
  ee.apiclient = {};
19480
19491
  var module$contents$ee$apiclient_apiclient = {};
19481
19492
  ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
19482
- ee.apiclient.API_CLIENT_VERSION = "1.6.10";
19493
+ ee.apiclient.API_CLIENT_VERSION = "1.6.11";
19483
19494
  ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
19484
19495
  ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
19485
19496
  ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
@@ -19777,8 +19788,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
19777
19788
  var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
19778
19789
  body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
19779
19790
  method = method || "POST";
19780
- var headers = {"Content-Type":contentType}, version = "1.6.10";
19781
- version === "1.6.10" && (version = "latest");
19791
+ var headers = {"Content-Type":contentType}, version = "1.6.11";
19792
+ version === "1.6.11" && (version = "latest");
19782
19793
  headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
19783
19794
  var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
19784
19795
  if (authToken != null) {
@@ -27301,29 +27312,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
27301
27312
  ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
27302
27313
  ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
27303
27314
  (function() {
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) {
27315
+ var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.classifier.toAsset ee.batch.Export.video.toDrive ee.batch.Export.table.toFeatureView 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.image.toCloudStorage ee.batch.Export.image.toAsset ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.filter ee.Collection.prototype.map ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.createFolder ee.data.getTaskListWithLimit ee.data.renameAsset ee.data.listOperations ee.data.listFeatures ee.data.getOperation ee.data.startTableIngestion ee.data.cancelOperation ee.data.computeValue ee.data.copyAsset ee.data.getVideoThumbId ee.data.deleteAsset ee.data.getThumbId ee.data.authenticateViaOauth ee.data.cancelTask ee.data.getAsset ee.data.getAssetAcl ee.data.getFilmstripThumbId ee.data.getInfo ee.data.makeThumbUrl ee.data.updateAsset ee.data.updateTask ee.data.authenticate ee.data.getList ee.data.listAssets ee.data.authenticateViaPopup ee.data.getDownloadId ee.data.authenticateViaPrivateKey ee.data.startProcessing ee.data.makeDownloadUrl ee.data.getTableDownloadId ee.data.setAssetAcl ee.data.makeTableDownloadUrl ee.data.listImages ee.data.setAssetProperties ee.data.newTaskId ee.data.listBuckets ee.data.getAssetRootQuota ee.data.setDefaultWorkloadTag ee.data.getAssetRoots ee.data.getMapId ee.data.getWorkloadTag ee.data.getTileUrl ee.data.startIngestion ee.data.setWorkloadTag ee.data.createAsset ee.data.createAssetHome ee.data.getTaskStatus ee.data.getFeatureViewTilesKey ee.data.resetWorkloadTag ee.data.getTaskList ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode 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 ee.Feature.prototype.getMapId 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.inList ee.Filter.lt ee.Filter.prototype.not ee.Filter.and ee.Filter ee.Filter.or ee.Filter.bounds ee.Filter.gte ee.Filter.eq ee.Filter.metadata ee.Filter.date ee.Filter.gt ee.Filter.neq ee.Filter.lte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiPoint ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry ee.Geometry.Rectangle ee.Geometry.LinearRing ee.Geometry.MultiPolygon ee.Geometry.prototype.serialize ee.Geometry.MultiLineString ee.Geometry.Point ee.Geometry.BBox ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Image.rgb ee.Image.prototype.getMapId ee.Image.prototype.clip ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.getMap ee.Image ee.Image.prototype.getDownloadURL ee.Image.cat ee.Image.prototype.getInfo ee.Image.prototype.select ee.Image.prototype.expression ee.Image.prototype.rename ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.List ee.Number ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.String ee.Terrain".split(" "),
27316
+ orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], ["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(" "), "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(" "),
27317
+ "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(" "), "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(" "),
27318
+ "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_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(" "),
27319
+ "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(" "), ["name", "operator", "value"], ["start", "opt_end"], ["algorithm", "opt_first"], ["max",
27320
+ "opt_property", "opt_ascending"], ["filter"], ["algorithm", "opt_dropNulls"], ["property", "opt_ascending"], ["geometry"], ["callback"], ["func", "var_args"], ["opt_callback"], ["legacy"], ["path", "opt_force", "opt_callback"], ["opt_limit", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["opt_limit", "opt_callback"], ["asset", "params", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "request", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"],
27321
+ ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["taskId", "opt_callback"], ["id", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["id", "opt_callback"], ["id"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "action", "opt_callback"], ["clientId",
27322
+ "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["opt_success", "opt_error"], ["params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["taskId", "params", "opt_callback"], ["id"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["id"], ["parent", "opt_params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["opt_count",
27323
+ "opt_callback"], ["project", "opt_callback"], ["rootId", "opt_callback"], ["tag"], ["opt_callback"], ["params", "opt_callback"], [], ["id", "x", "y", "z"], ["taskId", "request", "opt_callback"], ["tag"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["opt_resetDefault"], ["opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func", "namedArgs"],
27324
+ "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], [], [], [], ["func", "var_args"], ["var_args"], [], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams",
27325
+ "opt_callback"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], [], ["var_args"], ["opt_filter"], ["var_args"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "operator", "value"], ["start", "opt_end"], ["name", "value"], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError",
27326
+ "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj"], ["west", "south", "east", "north"], [], [], ["r", "g", "b"], ["opt_visParams", "opt_callback"], ["geometry"], ["params", "opt_callback"], ["params", "opt_callback"],
27327
+ ["opt_visParams", "opt_callback"], ["opt_args"], ["params", "opt_callback"], ["var_args"], ["opt_callback"], ["var_args"], ["expression", "opt_map"], ["var_args"], ["opt_visParams", "opt_callback"], ["args"], ["params", "opt_callback"], ["params", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["opt_callback"], ["selectors", "opt_names"], [], ["opt_visParams", "opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"],
27328
+ ["obj"], ["obj", "opt_isCompound"], ["string"], []];
27329
+ [ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage,
27330
+ module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.limit, ee.Collection.prototype.filter, ee.Collection.prototype.map, ee.Collection.prototype.sort, ee.Collection.prototype.filterBounds, ee.ComputedObject.prototype.evaluate,
27331
+ ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.createFolder, ee.data.getTaskListWithLimit, ee.data.renameAsset, ee.data.listOperations, ee.data.listFeatures, ee.data.getOperation, ee.data.startTableIngestion, ee.data.cancelOperation, ee.data.computeValue, ee.data.copyAsset, ee.data.getVideoThumbId, ee.data.deleteAsset, ee.data.getThumbId, ee.data.authenticateViaOauth, ee.data.cancelTask, ee.data.getAsset, ee.data.getAssetAcl,
27332
+ ee.data.getFilmstripThumbId, ee.data.getInfo, ee.data.makeThumbUrl, ee.data.updateAsset, ee.data.updateTask, ee.data.authenticate, ee.data.getList, ee.data.listAssets, ee.data.authenticateViaPopup, ee.data.getDownloadId, ee.data.authenticateViaPrivateKey, ee.data.startProcessing, ee.data.makeDownloadUrl, ee.data.getTableDownloadId, ee.data.setAssetAcl, ee.data.makeTableDownloadUrl, ee.data.listImages, ee.data.setAssetProperties, ee.data.newTaskId, ee.data.listBuckets, ee.data.getAssetRootQuota,
27333
+ ee.data.setDefaultWorkloadTag, ee.data.getAssetRoots, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.getTileUrl, ee.data.startIngestion, ee.data.setWorkloadTag, ee.data.createAsset, ee.data.createAssetHome, ee.data.getTaskStatus, ee.data.getFeatureViewTilesKey, ee.data.resetWorkloadTag, ee.data.getTaskList, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Dictionary, ee.apply, ee.initialize, ee.TILE_SIZE, ee.reset,
27334
+ ee.Algorithms, ee.InitState, ee.call, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getMapId, 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.inList, ee.Filter.lt, ee.Filter.prototype.not, ee.Filter.and, ee.Filter,
27335
+ ee.Filter.or, ee.Filter.bounds, ee.Filter.gte, ee.Filter.eq, ee.Filter.metadata, ee.Filter.date, ee.Filter.gt, ee.Filter.neq, ee.Filter.lte, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.MultiPoint, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry, ee.Geometry.Rectangle, ee.Geometry.LinearRing, ee.Geometry.MultiPolygon, ee.Geometry.prototype.serialize, ee.Geometry.MultiLineString, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString,
27336
+ ee.Image.rgb, ee.Image.prototype.getMapId, ee.Image.prototype.clip, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image.prototype.getMap, ee.Image, ee.Image.prototype.getDownloadURL, ee.Image.cat, ee.Image.prototype.getInfo, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image.prototype.rename, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.linkCollection,
27337
+ ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getMap, ee.List, ee.Number, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encode, ee.String, ee.Terrain].forEach(function(fn, i) {
27327
27338
  fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
27328
27339
  });
27329
27340
  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.10",
3
+ "version": "1.6.11",
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.10';
27
+ const API_CLIENT_VERSION = '1.6.11';
28
28
 
29
29
  exports.VERSION = apiVersion.VERSION;
30
30
  exports.API_CLIENT_VERSION = API_CLIENT_VERSION;