@google/earthengine 1.6.3 → 1.6.6
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 +37 -29
- package/build/ee_api_js.js +18 -18
- package/build/ee_api_js_debug.js +14 -6
- package/build/ee_api_js_npm.js +37 -29
- package/build/main.js +37 -29
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
package/build/browser.js
CHANGED
|
@@ -227,7 +227,14 @@ $jscomp.createTemplateTagFirstArgWithRaw = function(arrayStrings, rawArrayString
|
|
|
227
227
|
$jscomp.owns = function(obj, prop) {
|
|
228
228
|
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
229
229
|
};
|
|
230
|
-
$jscomp.
|
|
230
|
+
$jscomp.toObject = function(x) {
|
|
231
|
+
if (x == null) {
|
|
232
|
+
throw new TypeError("No nullish arg");
|
|
233
|
+
}
|
|
234
|
+
return Object(x);
|
|
235
|
+
};
|
|
236
|
+
$jscomp.assign = $jscomp.ASSUME_ES6 || $jscomp.TRUST_ES6_POLYFILLS && typeof Object.assign == "function" ? Object.assign : function(target, var_args) {
|
|
237
|
+
target = $jscomp.toObject(target);
|
|
231
238
|
for (var i = 1; i < arguments.length; i++) {
|
|
232
239
|
var source = arguments[i];
|
|
233
240
|
if (source) {
|
|
@@ -1662,6 +1669,7 @@ goog.setCssNameMapping = function(mapping, opt_style) {
|
|
|
1662
1669
|
};
|
|
1663
1670
|
goog.GetMsgOptions = function() {
|
|
1664
1671
|
};
|
|
1672
|
+
goog.USE_GET_MSG_OVERRIDE = !1;
|
|
1665
1673
|
goog.getMsg = function(str, opt_values, opt_options) {
|
|
1666
1674
|
opt_options && opt_options.html && (str = str.replace(/</g, "<"));
|
|
1667
1675
|
opt_options && opt_options.unescapeHtmlEntities && (str = str.replace(/</g, "<").replace(/>/g, ">").replace(/'/g, "'").replace(/"/g, '"').replace(/&/g, "&"));
|
|
@@ -3032,7 +3040,7 @@ module$exports$safevalues$builders$url_builders.SanitizableUrlScheme = {TEL:modu
|
|
|
3032
3040
|
}), SSH:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3033
3041
|
return url.indexOf("ssh://") === 0;
|
|
3034
3042
|
}), RTSP:module$contents$safevalues$builders$url_builders_simpleScheme("rtsp"), DATA:module$contents$safevalues$builders$url_builders_simpleScheme("data"), HTTP:module$contents$safevalues$builders$url_builders_simpleScheme("http"), HTTPS:module$contents$safevalues$builders$url_builders_simpleScheme("https"), EXTENSION:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3035
|
-
return url.indexOf("chrome-extension://") === 0 || url.indexOf("moz-extension://") === 0 || url.indexOf("ms-browser-extension://") === 0;
|
|
3043
|
+
return url.indexOf("chrome-extension://") === 0 || url.indexOf("moz-extension://") === 0 || url.indexOf("ms-browser-extension://") === 0 || url.indexOf("safari-web-extension://") === 0;
|
|
3036
3044
|
}), FTP:module$contents$safevalues$builders$url_builders_simpleScheme("ftp"), RELATIVE:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3037
3045
|
return /^[^:]*([/?#]|$)/.test(url);
|
|
3038
3046
|
}), MAILTO:module$contents$safevalues$builders$url_builders_simpleScheme("mailto"), INTENT:module$contents$safevalues$builders$url_builders_simpleScheme("intent"), MARKET:module$contents$safevalues$builders$url_builders_simpleScheme("market"), ITMS:module$contents$safevalues$builders$url_builders_simpleScheme("itms"), ITMS_APPSS:module$contents$safevalues$builders$url_builders_simpleScheme("itms-appss"),
|
|
@@ -6546,7 +6554,7 @@ goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2eto
|
|
|
6546
6554
|
goog.flags.ASYNC_THROW_ON_UNICODE_TO_BYTE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable : goog.readFlagInternalDoNotUseOrElse(899588437, !1);
|
|
6547
6555
|
goog.flags.CLIENT_ONLY_WIZ_QUEUE_EFFECT_AND_ON_INIT_INITIAL_RUNS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_queue_effect_and_on_init_initial_runs__enable : goog.readFlagInternalDoNotUseOrElse(772657768, !1);
|
|
6548
6556
|
goog.flags.CLIENT_ONLY_WIZ_CONTEXT_PER_COMPONENT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_context_per_component__enable : goog.readFlagInternalDoNotUseOrElse(513659523, goog.DEBUG);
|
|
6549
|
-
goog.flags.CLIENT_ONLY_WIZ_LAZY_TSX = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ?
|
|
6557
|
+
goog.flags.CLIENT_ONLY_WIZ_LAZY_TSX = 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__client_only_wiz_lazy_tsx__disable : goog.readFlagInternalDoNotUseOrElse(568333945, !0);
|
|
6550
6558
|
goog.flags.FIXED_NOOPENER_BEHAVIOR = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__fixed_noopener_behavior__enable : goog.readFlagInternalDoNotUseOrElse(1331761403, !1);
|
|
6551
6559
|
goog.flags.WIZ_ENABLE_NATIVE_PROMISE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable : goog.readFlagInternalDoNotUseOrElse(651175828, goog.DEBUG);
|
|
6552
6560
|
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);
|
|
@@ -19466,7 +19474,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19466
19474
|
ee.apiclient = {};
|
|
19467
19475
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19468
19476
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19469
|
-
ee.apiclient.API_CLIENT_VERSION = "1.6.
|
|
19477
|
+
ee.apiclient.API_CLIENT_VERSION = "1.6.6";
|
|
19470
19478
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19471
19479
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19472
19480
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19764,8 +19772,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19764
19772
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19765
19773
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19766
19774
|
method = method || "POST";
|
|
19767
|
-
var headers = {"Content-Type":contentType}, version = "1.6.
|
|
19768
|
-
version === "1.6.
|
|
19775
|
+
var headers = {"Content-Type":contentType}, version = "1.6.6";
|
|
19776
|
+
version === "1.6.6" && (version = "latest");
|
|
19769
19777
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19770
19778
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19771
19779
|
if (authToken != null) {
|
|
@@ -27288,29 +27296,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27288
27296
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27289
27297
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27290
27298
|
(function() {
|
|
27291
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27292
|
-
orderedParamLists = [["name"
|
|
27293
|
-
|
|
27294
|
-
["
|
|
27295
|
-
"
|
|
27296
|
-
|
|
27297
|
-
|
|
27298
|
-
"
|
|
27299
|
-
|
|
27300
|
-
|
|
27301
|
-
["
|
|
27302
|
-
"
|
|
27303
|
-
|
|
27304
|
-
["
|
|
27305
|
-
[ee.ApiFunction.
|
|
27306
|
-
module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.
|
|
27307
|
-
ee.ComputedObject.prototype.
|
|
27308
|
-
ee.data.
|
|
27309
|
-
ee.data.
|
|
27310
|
-
ee.
|
|
27311
|
-
ee.Filter, ee.Filter.
|
|
27312
|
-
ee.Image.prototype.
|
|
27313
|
-
ee.ImageCollection.prototype.
|
|
27299
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call 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.table.toAsset 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.batch.Export.video.toCloudStorage ee.batch.Export.table.toDrive ee.Collection.prototype.limit ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.updateAsset ee.data.makeDownloadUrl ee.data.getList ee.data.startProcessing ee.data.listAssets ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.makeTableDownloadUrl ee.data.setAssetAcl ee.data.listImages ee.data.setAssetProperties ee.data.getAssetRootQuota ee.data.newTaskId ee.data.getWorkloadTag ee.data.listBuckets ee.data.getMapId ee.data.getAssetRoots ee.data.updateTask ee.data.createAssetHome ee.data.getTaskStatus ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.getTileUrl ee.data.resetWorkloadTag ee.data.startIngestion ee.data.createAsset ee.data.createFolder ee.data.getTaskList ee.data.getThumbId ee.data.getFeatureViewTilesKey ee.data.getTaskListWithLimit ee.data.listOperations ee.data.listFeatures ee.data.renameAsset ee.data.computeValue ee.data.cancelOperation ee.data.startTableIngestion ee.data.copyAsset ee.data.getVideoThumbId ee.data.deleteAsset ee.data.authenticateViaOauth ee.data.getOperation ee.data.getAsset ee.data.getAssetAcl ee.data.getFilmstripThumbId ee.data.cancelTask ee.data.getDownloadId ee.data.authenticate ee.data.makeThumbUrl ee.data.getInfo ee.data.authenticateViaPopup ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON 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.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.Filter.bounds ee.Filter.or ee.Filter.prototype.not ee.Filter.lt ee.Filter.gte ee.Filter.metadata ee.Filter ee.Filter.date ee.Filter.eq ee.Filter.gt ee.Filter.neq ee.Filter.inList ee.Filter.lte ee.Filter.and ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.LinearRing ee.Geometry.Rectangle ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry.Point ee.Geometry.MultiLineString ee.Geometry.BBox ee.Geometry.MultiPoint ee.Geometry ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.LineString ee.Geometry.prototype.toGeoJSONString ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.cat ee.Image.prototype.clip ee.Image ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.expression ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.prototype.select ee.Image.rgb ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.linkCollection ee.ImageCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.String ee.Terrain".split(" "),
|
|
27300
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
27301
|
+
"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),
|
|
27302
|
+
["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], ["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(" "), "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(" "),
|
|
27303
|
+
"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(" "), "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(" "), ["max", "opt_property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["filter"], ["geometry"], ["property", "opt_ascending"], ["name", "operator", "value"], ["algorithm", "opt_first"], ["start", "opt_end"], ["func", "var_args"], ["callback"], ["opt_callback"], ["legacy"], ["assetId", "asset", "updateFields", "opt_callback"], ["id"], ["params", "opt_callback"], ["taskId",
|
|
27305
|
+
"params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["id"], ["assetId", "aclUpdate", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["rootId", "opt_callback"], ["opt_count", "opt_callback"], [], ["project", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["taskId", "action", "opt_callback"],
|
|
27306
|
+
["requestedId", "opt_callback"], ["taskId", "opt_callback"], ["tag"], ["tag"], ["id", "x", "y", "z"], ["opt_resetDefault"], ["taskId", "request", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["path", "opt_force", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_limit", "opt_callback"], ["opt_limit", "opt_callback"], ["asset", "params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["obj",
|
|
27307
|
+
"opt_callback"], ["operationName", "opt_callback"], ["taskId", "request", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["operationName", "opt_callback"], ["id", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["clientId",
|
|
27308
|
+
"success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id"], ["id", "opt_callback"], ["opt_success", "opt_error"], ["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_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"],
|
|
27309
|
+
["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["geometry", "opt_errorMargin"], ["var_args"], [], ["name", "value"], ["name", "value"], ["name", "operator", "value"], ["opt_filter"], ["start", "opt_end"], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField",
|
|
27310
|
+
"opt_leftValue"], ["name", "value"], ["var_args"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["west", "south", "east", "north"], ["coords", "opt_proj"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic",
|
|
27311
|
+
"opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["opt_callback"], ["opt_visParams", "opt_callback"], ["var_args"], ["geometry"], ["opt_args"], ["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["expression", "opt_map"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["var_args"], ["r", "g", "b"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"],
|
|
27312
|
+
["args"], ["params", "opt_callback"], [], ["selectors", "opt_names"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["list"], ["number"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27313
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.image.toCloudStorage,
|
|
27314
|
+
module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, ee.Collection.prototype.limit, ee.Collection.prototype.map, ee.Collection.prototype.filter, ee.Collection.prototype.filterBounds, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.iterate, ee.Collection.prototype.filterDate, ee.ComputedObject.prototype.aside,
|
|
27315
|
+
ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.updateAsset, ee.data.makeDownloadUrl, ee.data.getList, ee.data.startProcessing, ee.data.listAssets, ee.data.authenticateViaPrivateKey, ee.data.getTableDownloadId, ee.data.makeTableDownloadUrl, ee.data.setAssetAcl, ee.data.listImages, ee.data.setAssetProperties, ee.data.getAssetRootQuota, ee.data.newTaskId, ee.data.getWorkloadTag, ee.data.listBuckets, ee.data.getMapId, ee.data.getAssetRoots,
|
|
27316
|
+
ee.data.updateTask, ee.data.createAssetHome, ee.data.getTaskStatus, ee.data.setWorkloadTag, ee.data.setDefaultWorkloadTag, ee.data.getTileUrl, ee.data.resetWorkloadTag, ee.data.startIngestion, ee.data.createAsset, ee.data.createFolder, ee.data.getTaskList, ee.data.getThumbId, ee.data.getFeatureViewTilesKey, ee.data.getTaskListWithLimit, ee.data.listOperations, ee.data.listFeatures, ee.data.renameAsset, ee.data.computeValue, ee.data.cancelOperation, ee.data.startTableIngestion, ee.data.copyAsset,
|
|
27317
|
+
ee.data.getVideoThumbId, ee.data.deleteAsset, ee.data.authenticateViaOauth, ee.data.getOperation, ee.data.getAsset, ee.data.getAssetAcl, ee.data.getFilmstripThumbId, ee.data.cancelTask, ee.data.getDownloadId, ee.data.authenticate, ee.data.makeThumbUrl, ee.data.getInfo, ee.data.authenticateViaPopup, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Dictionary, ee.reset, ee.Algorithms, ee.InitState, ee.call, ee.initialize,
|
|
27318
|
+
ee.apply, ee.TILE_SIZE, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.Feature, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.Filter.bounds, ee.Filter.or, ee.Filter.prototype.not, ee.Filter.lt, ee.Filter.gte, ee.Filter.metadata,
|
|
27319
|
+
ee.Filter, ee.Filter.date, ee.Filter.eq, ee.Filter.gt, ee.Filter.neq, ee.Filter.inList, ee.Filter.lte, ee.Filter.and, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.LinearRing, ee.Geometry.Rectangle, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry.Point, ee.Geometry.MultiLineString, ee.Geometry.BBox, ee.Geometry.MultiPoint, ee.Geometry, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LineString, ee.Geometry.prototype.toGeoJSONString,
|
|
27320
|
+
ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.cat, ee.Image.prototype.clip, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image.prototype.expression, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.prototype.select, ee.Image.rgb, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.first,
|
|
27321
|
+
ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27314
27322
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27315
27323
|
});
|
|
27316
27324
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/build/ee_api_js.js
CHANGED
|
@@ -4,8 +4,8 @@ n("Symbol",function(a){if(a)return a;var b=function(g,f){this.Wi=g;ba(this,"desc
|
|
|
4
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
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}
|
|
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
|
-
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){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
|
-
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});
|
|
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
|
+
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});
|
|
9
9
|
n("Promise",function(a){function b(){this.nb=null}function c(f){return f instanceof e?f:new e(function(l){l(f)})}if(a)return a;b.prototype.Hg=function(f){if(this.nb==null){this.nb=[];var l=this;this.Ig(function(){l.Wk()})}this.nb.push(f)};var d=k.setTimeout;b.prototype.Ig=function(f){d(f,0)};b.prototype.Wk=function(){for(;this.nb&&this.nb.length;){var f=this.nb;this.nb=[];for(var l=0;l<f.length;++l){var m=f[l];f[l]=null;try{m()}catch(p){this.Ok(p)}}}this.nb=null};b.prototype.Ok=function(f){this.Ig(function(){throw f;
|
|
10
10
|
})};var e=function(f){this.U=0;this.ia=void 0;this.wc=[];this.Kh=!1;var l=this.af();try{f(l.resolve,l.reject)}catch(m){l.reject(m)}};e.prototype.af=function(){function f(p){return function(v){m||(m=!0,p.call(l,v))}}var l=this,m=!1;return{resolve:f(this.ul),reject:f(this.Yf)}};e.prototype.ul=function(f){if(f===this)this.Yf(new TypeError("A Promise cannot resolve to itself"));else if(f instanceof e)this.wl(f);else{a:switch(typeof f){case "object":var l=f!=null;break a;case "function":l=!0;break a;default:l=
|
|
11
11
|
!1}l?this.tl(f):this.Bh(f)}};e.prototype.tl=function(f){var l=void 0;try{l=f.then}catch(m){this.Yf(m);return}typeof l=="function"?this.xl(l,f):this.Bh(f)};e.prototype.Yf=function(f){this.zi(2,f)};e.prototype.Bh=function(f){this.zi(1,f)};e.prototype.zi=function(f,l){if(this.U!=0)throw Error("Cannot settle("+f+", "+l+"): Promise already settled in state"+this.U);this.U=f;this.ia=l;this.U===2&&this.vl();this.Yk()};e.prototype.vl=function(){var f=this;d(function(){if(f.ol()){var l=k.console;typeof l!==
|
|
@@ -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.
|
|
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.6";p==="1.6.6"&&
|
|
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.
|
|
713
|
-
c=[["name"],["name","
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
"collection opt_description
|
|
717
|
-
"
|
|
718
|
-
|
|
719
|
-
["
|
|
720
|
-
"
|
|
721
|
-
[],[
|
|
722
|
-
["name","value"],["var_args"],["
|
|
723
|
-
["
|
|
724
|
-
["opt_visParams","opt_callback"],["params","opt_callback"],["
|
|
725
|
-
O.prototype.
|
|
726
|
-
|
|
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.map.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toDrive ee.batch.Export.video.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.Collection.prototype.filter ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.map ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.startProcessing ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.makeTableDownloadUrl ee.data.getTableDownloadId ee.data.updateAsset ee.data.listImages ee.data.setAssetAcl ee.data.newTaskId ee.data.listBuckets ee.data.setAssetProperties ee.data.getMapId ee.data.getAssetRoots ee.data.getAssetRootQuota ee.data.getTaskStatus ee.data.createAssetHome ee.data.getTileUrl ee.data.startIngestion ee.data.getWorkloadTag ee.data.createAsset ee.data.getTaskList ee.data.setWorkloadTag ee.data.getFeatureViewTilesKey ee.data.setDefaultWorkloadTag ee.data.createFolder ee.data.getTaskListWithLimit ee.data.listOperations ee.data.resetWorkloadTag ee.data.listFeatures ee.data.renameAsset ee.data.getOperation ee.data.computeValue ee.data.startTableIngestion ee.data.cancelOperation ee.data.getVideoThumbId ee.data.getAsset ee.data.copyAsset ee.data.getThumbId ee.data.authenticateViaOauth ee.data.deleteAsset ee.data.updateTask ee.data.getFilmstripThumbId ee.data.getInfo ee.data.cancelTask ee.data.getAssetAcl ee.data.authenticate ee.data.getDownloadId ee.data.makeThumbUrl ee.data.getList ee.data.authenticateViaPopup ee.data.listAssets ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Dictionary ee.initialize ee.apply ee.TILE_SIZE ee.reset ee.Algorithms ee.InitState ee.call ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature ee.Feature.prototype.getMapId ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.Filter.date ee.Filter.inList ee.Filter.lt ee.Filter.gt ee.Filter.prototype.not ee.Filter.metadata ee.Filter.and ee.Filter.bounds ee.Filter.or ee.Filter ee.Filter.gte ee.Filter.eq ee.Filter.neq ee.Filter.lte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.LineString ee.Geometry.Point ee.Geometry.prototype.serialize ee.Geometry.LinearRing ee.Geometry.BBox ee.Geometry.MultiLineString ee.Geometry.MultiPoint ee.Geometry ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiPolygon ee.Geometry.Rectangle ee.Geometry.prototype.toGeoJSONString ee.Image.prototype.getMapId ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image ee.Image.prototype.getThumbURL ee.Image.prototype.select ee.Image.prototype.getMap ee.Image.prototype.expression ee.Image.prototype.getDownloadURL ee.Image.cat ee.Image.prototype.clip ee.Image.prototype.getInfo ee.Image.rgb ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.String ee.Terrain".split(" "),
|
|
713
|
+
c=[["name"],["name","var_args"],["name","namedArgs"],"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(" "),["collection",
|
|
714
|
+
"opt_description","opt_assetId","opt_maxVertices","opt_priority"],["classifier","opt_description","opt_assetId","opt_priority"],"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices 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(" "),"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),
|
|
715
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking 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_folder opt_fileNamePrefix opt_fileFormat 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(" "),
|
|
716
|
+
"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices 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(" "),["filter"],["property",
|
|
717
|
+
"opt_ascending"],["name","operator","value"],["geometry"],["algorithm","opt_dropNulls"],["start","opt_end"],["algorithm","opt_first"],["max","opt_property","opt_ascending"],["func","var_args"],["callback"],["opt_callback"],["legacy"],["taskId","params","opt_callback"],["id"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["id"],["params","opt_callback"],["assetId","asset","updateFields","opt_callback"],["parent","opt_params","opt_callback"],["assetId","aclUpdate",
|
|
718
|
+
"opt_callback"],["opt_count","opt_callback"],["project","opt_callback"],["assetId","properties","opt_callback"],["params","opt_callback"],["opt_callback"],["rootId","opt_callback"],["taskId","opt_callback"],["requestedId","opt_callback"],["id","x","y","z"],["taskId","request","opt_callback"],[],["value","opt_path","opt_force","opt_properties","opt_callback"],["opt_callback"],["tag"],["params","opt_callback"],["tag"],["path","opt_force","opt_callback"],["opt_limit","opt_callback"],["opt_limit","opt_callback"],
|
|
719
|
+
["opt_resetDefault"],["asset","params","opt_callback"],["sourceId","destinationId","opt_callback"],["operationName","opt_callback"],["obj","opt_callback"],["taskId","request","opt_callback"],["operationName","opt_callback"],["params","opt_callback"],["id","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["params","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["assetId","opt_callback"],["taskId","action",
|
|
720
|
+
"opt_callback"],["params","opt_callback"],["id","opt_callback"],["taskId","opt_callback"],["assetId","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["params","opt_callback"],["id"],["params","opt_callback"],["opt_success","opt_error"],["parent","opt_params","opt_callback"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),["func","namedArgs"],
|
|
721
|
+
[],[],[],[],["func","var_args"],["var_args"],[],["opt_visParams","opt_callback"],["opt_callback"],["geometry","opt_properties"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["opt_callback"],["args","opt_column"],["opt_visParams","opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["start","opt_end"],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["name","value"],["name",
|
|
722
|
+
"value"],[],["name","operator","value"],["var_args"],["geometry","opt_errorMargin"],["var_args"],["opt_filter"],["name","value"],["name","value"],["name","value"],["name","value"],["namedArgs"],["var_args"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj"],["legacy"],["coords","opt_proj","opt_geodesic","opt_maxError"],["west","south","east","north"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],
|
|
723
|
+
["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],[],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],[],["opt_visParams","opt_callback"],["var_args"],["params","opt_callback"],["opt_args"],["params","opt_callback"],["var_args"],["opt_visParams","opt_callback"],["expression","opt_map"],["params","opt_callback"],["var_args"],["geometry"],["opt_callback"],["r","g","b"],["imageCollection","opt_linkedBands","opt_linkedProperties",
|
|
724
|
+
"opt_matchPropertyName"],["opt_visParams","opt_callback"],["params","opt_callback"],["args"],[],["opt_callback"],["selectors","opt_names"],["opt_visParams","opt_callback"],["params","opt_callback"],["list"],["number"],["obj"],["obj"],["obj","opt_isCompound"],["obj"],["obj"],["obj"],["obj"],["string"],[]];[Qm,Q,Rm,to,so,wo,Co,yo,ro,po,xo,zo,vo,Ao,uo,Bo,V.prototype.filter,V.prototype.sort,V.prototype.mf,V.prototype.wh,V.prototype.map,V.prototype.lf,V.prototype.Lh,V.prototype.limit,O.prototype.Fg,O.prototype.evaluate,
|
|
725
|
+
O.prototype.W,O.prototype.ua,am,Hl,rl,Jl,Il,vm,lm,wm,Kl,mm,xm,wl,nm,ym,Nl,om,xl,em,ul,pm,Pl,Am,yl,Bm,qm,Ol,Ql,Cm,zl,rm,Sl,Al,gm,Rl,Cl,hm,sm,Bl,pl,tm,Tl,Dl,hm,Ul,um,ql,Gl,El,jm,ol,km,To,Yo,Xo,bp,Wo,cp,lp,rp,256,op,np,pp,qp,S.prototype.set,Mj,X.prototype.getMap,X.prototype.W,X,X.prototype.S,Y.prototype.S,Y.prototype.select,Y.prototype.W,Y,Y.prototype.getMap,Y.prototype.qb,Mn,Nn,Gn,In,U.prototype.uc,Pn,Kn,On,Ln,U,Hn,En,Fn,Jn,Lm.prototype.apply,Lm.prototype.call,sn,kn,T.prototype.ua,tn,pn,un,nn,T,vn,
|
|
726
|
+
T.prototype.pe,wn,on,T.prototype.xg,N.prototype.S,N.prototype.ri,N.prototype.Md,N,N.prototype.uf,N.prototype.select,N.prototype.getMap,N.prototype.l,N.prototype.qb,co,N.prototype.clip,N.prototype.W,bo,Z.prototype.Ff,Z.prototype.getMap,Z.prototype.vf,Z,Z.prototype.first,Z.prototype.W,Z.prototype.select,Z.prototype.S,Z.prototype.tf,eo,Jo,Lk,Uk,Ik,Tk,Ok,Sk,Jk,Mo,fp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});t.EXPORTED_FN_INFO=a})();}).call(this);
|
package/build/ee_api_js_debug.js
CHANGED
|
@@ -227,7 +227,14 @@ $jscomp.createTemplateTagFirstArgWithRaw = function(arrayStrings, rawArrayString
|
|
|
227
227
|
$jscomp.owns = function(obj, prop) {
|
|
228
228
|
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
229
229
|
};
|
|
230
|
-
$jscomp.
|
|
230
|
+
$jscomp.toObject = function(x) {
|
|
231
|
+
if (x == null) {
|
|
232
|
+
throw new TypeError("No nullish arg");
|
|
233
|
+
}
|
|
234
|
+
return Object(x);
|
|
235
|
+
};
|
|
236
|
+
$jscomp.assign = $jscomp.ASSUME_ES6 || $jscomp.TRUST_ES6_POLYFILLS && typeof Object.assign == "function" ? Object.assign : function(target, var_args) {
|
|
237
|
+
target = $jscomp.toObject(target);
|
|
231
238
|
for (var i = 1; i < arguments.length; i++) {
|
|
232
239
|
var source = arguments[i];
|
|
233
240
|
if (source) {
|
|
@@ -1662,6 +1669,7 @@ goog.setCssNameMapping = function(mapping, opt_style) {
|
|
|
1662
1669
|
};
|
|
1663
1670
|
goog.GetMsgOptions = function() {
|
|
1664
1671
|
};
|
|
1672
|
+
goog.USE_GET_MSG_OVERRIDE = !1;
|
|
1665
1673
|
goog.getMsg = function(str, opt_values, opt_options) {
|
|
1666
1674
|
opt_options && opt_options.html && (str = str.replace(/</g, "<"));
|
|
1667
1675
|
opt_options && opt_options.unescapeHtmlEntities && (str = str.replace(/</g, "<").replace(/>/g, ">").replace(/'/g, "'").replace(/"/g, '"').replace(/&/g, "&"));
|
|
@@ -3032,7 +3040,7 @@ module$exports$safevalues$builders$url_builders.SanitizableUrlScheme = {TEL:modu
|
|
|
3032
3040
|
}), SSH:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3033
3041
|
return url.indexOf("ssh://") === 0;
|
|
3034
3042
|
}), RTSP:module$contents$safevalues$builders$url_builders_simpleScheme("rtsp"), DATA:module$contents$safevalues$builders$url_builders_simpleScheme("data"), HTTP:module$contents$safevalues$builders$url_builders_simpleScheme("http"), HTTPS:module$contents$safevalues$builders$url_builders_simpleScheme("https"), EXTENSION:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3035
|
-
return url.indexOf("chrome-extension://") === 0 || url.indexOf("moz-extension://") === 0 || url.indexOf("ms-browser-extension://") === 0;
|
|
3043
|
+
return url.indexOf("chrome-extension://") === 0 || url.indexOf("moz-extension://") === 0 || url.indexOf("ms-browser-extension://") === 0 || url.indexOf("safari-web-extension://") === 0;
|
|
3036
3044
|
}), FTP:module$contents$safevalues$builders$url_builders_simpleScheme("ftp"), RELATIVE:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3037
3045
|
return /^[^:]*([/?#]|$)/.test(url);
|
|
3038
3046
|
}), MAILTO:module$contents$safevalues$builders$url_builders_simpleScheme("mailto"), INTENT:module$contents$safevalues$builders$url_builders_simpleScheme("intent"), MARKET:module$contents$safevalues$builders$url_builders_simpleScheme("market"), ITMS:module$contents$safevalues$builders$url_builders_simpleScheme("itms"), ITMS_APPSS:module$contents$safevalues$builders$url_builders_simpleScheme("itms-appss"),
|
|
@@ -6546,7 +6554,7 @@ goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2eto
|
|
|
6546
6554
|
goog.flags.ASYNC_THROW_ON_UNICODE_TO_BYTE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable : goog.readFlagInternalDoNotUseOrElse(899588437, !1);
|
|
6547
6555
|
goog.flags.CLIENT_ONLY_WIZ_QUEUE_EFFECT_AND_ON_INIT_INITIAL_RUNS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_queue_effect_and_on_init_initial_runs__enable : goog.readFlagInternalDoNotUseOrElse(772657768, !1);
|
|
6548
6556
|
goog.flags.CLIENT_ONLY_WIZ_CONTEXT_PER_COMPONENT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_context_per_component__enable : goog.readFlagInternalDoNotUseOrElse(513659523, goog.DEBUG);
|
|
6549
|
-
goog.flags.CLIENT_ONLY_WIZ_LAZY_TSX = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ?
|
|
6557
|
+
goog.flags.CLIENT_ONLY_WIZ_LAZY_TSX = 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__client_only_wiz_lazy_tsx__disable : goog.readFlagInternalDoNotUseOrElse(568333945, !0);
|
|
6550
6558
|
goog.flags.FIXED_NOOPENER_BEHAVIOR = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__fixed_noopener_behavior__enable : goog.readFlagInternalDoNotUseOrElse(1331761403, !1);
|
|
6551
6559
|
goog.flags.WIZ_ENABLE_NATIVE_PROMISE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable : goog.readFlagInternalDoNotUseOrElse(651175828, goog.DEBUG);
|
|
6552
6560
|
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);
|
|
@@ -19466,7 +19474,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19466
19474
|
ee.apiclient = {};
|
|
19467
19475
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19468
19476
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19469
|
-
ee.apiclient.API_CLIENT_VERSION = "1.6.
|
|
19477
|
+
ee.apiclient.API_CLIENT_VERSION = "1.6.6";
|
|
19470
19478
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19471
19479
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19472
19480
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19764,8 +19772,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19764
19772
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19765
19773
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19766
19774
|
method = method || "POST";
|
|
19767
|
-
var headers = {"Content-Type":contentType}, version = "1.6.
|
|
19768
|
-
version === "1.6.
|
|
19775
|
+
var headers = {"Content-Type":contentType}, version = "1.6.6";
|
|
19776
|
+
version === "1.6.6" && (version = "latest");
|
|
19769
19777
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19770
19778
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19771
19779
|
if (authToken != null) {
|
package/build/ee_api_js_npm.js
CHANGED
|
@@ -227,7 +227,14 @@ $jscomp.createTemplateTagFirstArgWithRaw = function(arrayStrings, rawArrayString
|
|
|
227
227
|
$jscomp.owns = function(obj, prop) {
|
|
228
228
|
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
229
229
|
};
|
|
230
|
-
$jscomp.
|
|
230
|
+
$jscomp.toObject = function(x) {
|
|
231
|
+
if (x == null) {
|
|
232
|
+
throw new TypeError("No nullish arg");
|
|
233
|
+
}
|
|
234
|
+
return Object(x);
|
|
235
|
+
};
|
|
236
|
+
$jscomp.assign = $jscomp.ASSUME_ES6 || $jscomp.TRUST_ES6_POLYFILLS && typeof Object.assign == "function" ? Object.assign : function(target, var_args) {
|
|
237
|
+
target = $jscomp.toObject(target);
|
|
231
238
|
for (var i = 1; i < arguments.length; i++) {
|
|
232
239
|
var source = arguments[i];
|
|
233
240
|
if (source) {
|
|
@@ -1662,6 +1669,7 @@ goog.setCssNameMapping = function(mapping, opt_style) {
|
|
|
1662
1669
|
};
|
|
1663
1670
|
goog.GetMsgOptions = function() {
|
|
1664
1671
|
};
|
|
1672
|
+
goog.USE_GET_MSG_OVERRIDE = !1;
|
|
1665
1673
|
goog.getMsg = function(str, opt_values, opt_options) {
|
|
1666
1674
|
opt_options && opt_options.html && (str = str.replace(/</g, "<"));
|
|
1667
1675
|
opt_options && opt_options.unescapeHtmlEntities && (str = str.replace(/</g, "<").replace(/>/g, ">").replace(/'/g, "'").replace(/"/g, '"').replace(/&/g, "&"));
|
|
@@ -3032,7 +3040,7 @@ module$exports$safevalues$builders$url_builders.SanitizableUrlScheme = {TEL:modu
|
|
|
3032
3040
|
}), SSH:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3033
3041
|
return url.indexOf("ssh://") === 0;
|
|
3034
3042
|
}), RTSP:module$contents$safevalues$builders$url_builders_simpleScheme("rtsp"), DATA:module$contents$safevalues$builders$url_builders_simpleScheme("data"), HTTP:module$contents$safevalues$builders$url_builders_simpleScheme("http"), HTTPS:module$contents$safevalues$builders$url_builders_simpleScheme("https"), EXTENSION:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3035
|
-
return url.indexOf("chrome-extension://") === 0 || url.indexOf("moz-extension://") === 0 || url.indexOf("ms-browser-extension://") === 0;
|
|
3043
|
+
return url.indexOf("chrome-extension://") === 0 || url.indexOf("moz-extension://") === 0 || url.indexOf("ms-browser-extension://") === 0 || url.indexOf("safari-web-extension://") === 0;
|
|
3036
3044
|
}), FTP:module$contents$safevalues$builders$url_builders_simpleScheme("ftp"), RELATIVE:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3037
3045
|
return /^[^:]*([/?#]|$)/.test(url);
|
|
3038
3046
|
}), MAILTO:module$contents$safevalues$builders$url_builders_simpleScheme("mailto"), INTENT:module$contents$safevalues$builders$url_builders_simpleScheme("intent"), MARKET:module$contents$safevalues$builders$url_builders_simpleScheme("market"), ITMS:module$contents$safevalues$builders$url_builders_simpleScheme("itms"), ITMS_APPSS:module$contents$safevalues$builders$url_builders_simpleScheme("itms-appss"),
|
|
@@ -6546,7 +6554,7 @@ goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2eto
|
|
|
6546
6554
|
goog.flags.ASYNC_THROW_ON_UNICODE_TO_BYTE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable : goog.readFlagInternalDoNotUseOrElse(899588437, !1);
|
|
6547
6555
|
goog.flags.CLIENT_ONLY_WIZ_QUEUE_EFFECT_AND_ON_INIT_INITIAL_RUNS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_queue_effect_and_on_init_initial_runs__enable : goog.readFlagInternalDoNotUseOrElse(772657768, !1);
|
|
6548
6556
|
goog.flags.CLIENT_ONLY_WIZ_CONTEXT_PER_COMPONENT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_context_per_component__enable : goog.readFlagInternalDoNotUseOrElse(513659523, goog.DEBUG);
|
|
6549
|
-
goog.flags.CLIENT_ONLY_WIZ_LAZY_TSX = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ?
|
|
6557
|
+
goog.flags.CLIENT_ONLY_WIZ_LAZY_TSX = 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__client_only_wiz_lazy_tsx__disable : goog.readFlagInternalDoNotUseOrElse(568333945, !0);
|
|
6550
6558
|
goog.flags.FIXED_NOOPENER_BEHAVIOR = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__fixed_noopener_behavior__enable : goog.readFlagInternalDoNotUseOrElse(1331761403, !1);
|
|
6551
6559
|
goog.flags.WIZ_ENABLE_NATIVE_PROMISE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable : goog.readFlagInternalDoNotUseOrElse(651175828, goog.DEBUG);
|
|
6552
6560
|
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);
|
|
@@ -19466,7 +19474,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19466
19474
|
ee.apiclient = {};
|
|
19467
19475
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19468
19476
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19469
|
-
ee.apiclient.API_CLIENT_VERSION = "1.6.
|
|
19477
|
+
ee.apiclient.API_CLIENT_VERSION = "1.6.6";
|
|
19470
19478
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19471
19479
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19472
19480
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19764,8 +19772,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19764
19772
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19765
19773
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19766
19774
|
method = method || "POST";
|
|
19767
|
-
var headers = {"Content-Type":contentType}, version = "1.6.
|
|
19768
|
-
version === "1.6.
|
|
19775
|
+
var headers = {"Content-Type":contentType}, version = "1.6.6";
|
|
19776
|
+
version === "1.6.6" && (version = "latest");
|
|
19769
19777
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19770
19778
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19771
19779
|
if (authToken != null) {
|
|
@@ -27288,29 +27296,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27288
27296
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27289
27297
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27290
27298
|
(function() {
|
|
27291
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27292
|
-
orderedParamLists = [["name"
|
|
27293
|
-
|
|
27294
|
-
["
|
|
27295
|
-
"
|
|
27296
|
-
|
|
27297
|
-
|
|
27298
|
-
"
|
|
27299
|
-
|
|
27300
|
-
|
|
27301
|
-
["
|
|
27302
|
-
"
|
|
27303
|
-
|
|
27304
|
-
["
|
|
27305
|
-
[ee.ApiFunction.
|
|
27306
|
-
module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.
|
|
27307
|
-
ee.ComputedObject.prototype.
|
|
27308
|
-
ee.data.
|
|
27309
|
-
ee.data.
|
|
27310
|
-
ee.
|
|
27311
|
-
ee.Filter, ee.Filter.
|
|
27312
|
-
ee.Image.prototype.
|
|
27313
|
-
ee.ImageCollection.prototype.
|
|
27299
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call 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.table.toAsset 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.batch.Export.video.toCloudStorage ee.batch.Export.table.toDrive ee.Collection.prototype.limit ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.updateAsset ee.data.makeDownloadUrl ee.data.getList ee.data.startProcessing ee.data.listAssets ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.makeTableDownloadUrl ee.data.setAssetAcl ee.data.listImages ee.data.setAssetProperties ee.data.getAssetRootQuota ee.data.newTaskId ee.data.getWorkloadTag ee.data.listBuckets ee.data.getMapId ee.data.getAssetRoots ee.data.updateTask ee.data.createAssetHome ee.data.getTaskStatus ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.getTileUrl ee.data.resetWorkloadTag ee.data.startIngestion ee.data.createAsset ee.data.createFolder ee.data.getTaskList ee.data.getThumbId ee.data.getFeatureViewTilesKey ee.data.getTaskListWithLimit ee.data.listOperations ee.data.listFeatures ee.data.renameAsset ee.data.computeValue ee.data.cancelOperation ee.data.startTableIngestion ee.data.copyAsset ee.data.getVideoThumbId ee.data.deleteAsset ee.data.authenticateViaOauth ee.data.getOperation ee.data.getAsset ee.data.getAssetAcl ee.data.getFilmstripThumbId ee.data.cancelTask ee.data.getDownloadId ee.data.authenticate ee.data.makeThumbUrl ee.data.getInfo ee.data.authenticateViaPopup ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON 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.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.Filter.bounds ee.Filter.or ee.Filter.prototype.not ee.Filter.lt ee.Filter.gte ee.Filter.metadata ee.Filter ee.Filter.date ee.Filter.eq ee.Filter.gt ee.Filter.neq ee.Filter.inList ee.Filter.lte ee.Filter.and ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.LinearRing ee.Geometry.Rectangle ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry.Point ee.Geometry.MultiLineString ee.Geometry.BBox ee.Geometry.MultiPoint ee.Geometry ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.LineString ee.Geometry.prototype.toGeoJSONString ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.cat ee.Image.prototype.clip ee.Image ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.expression ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.prototype.select ee.Image.rgb ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.linkCollection ee.ImageCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.String ee.Terrain".split(" "),
|
|
27300
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
27301
|
+
"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),
|
|
27302
|
+
["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], ["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(" "), "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(" "),
|
|
27303
|
+
"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(" "), "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(" "), ["max", "opt_property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["filter"], ["geometry"], ["property", "opt_ascending"], ["name", "operator", "value"], ["algorithm", "opt_first"], ["start", "opt_end"], ["func", "var_args"], ["callback"], ["opt_callback"], ["legacy"], ["assetId", "asset", "updateFields", "opt_callback"], ["id"], ["params", "opt_callback"], ["taskId",
|
|
27305
|
+
"params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["id"], ["assetId", "aclUpdate", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["rootId", "opt_callback"], ["opt_count", "opt_callback"], [], ["project", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["taskId", "action", "opt_callback"],
|
|
27306
|
+
["requestedId", "opt_callback"], ["taskId", "opt_callback"], ["tag"], ["tag"], ["id", "x", "y", "z"], ["opt_resetDefault"], ["taskId", "request", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["path", "opt_force", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_limit", "opt_callback"], ["opt_limit", "opt_callback"], ["asset", "params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["obj",
|
|
27307
|
+
"opt_callback"], ["operationName", "opt_callback"], ["taskId", "request", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["operationName", "opt_callback"], ["id", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["clientId",
|
|
27308
|
+
"success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id"], ["id", "opt_callback"], ["opt_success", "opt_error"], ["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_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"],
|
|
27309
|
+
["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["geometry", "opt_errorMargin"], ["var_args"], [], ["name", "value"], ["name", "value"], ["name", "operator", "value"], ["opt_filter"], ["start", "opt_end"], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField",
|
|
27310
|
+
"opt_leftValue"], ["name", "value"], ["var_args"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["west", "south", "east", "north"], ["coords", "opt_proj"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic",
|
|
27311
|
+
"opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["opt_callback"], ["opt_visParams", "opt_callback"], ["var_args"], ["geometry"], ["opt_args"], ["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["expression", "opt_map"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["var_args"], ["r", "g", "b"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"],
|
|
27312
|
+
["args"], ["params", "opt_callback"], [], ["selectors", "opt_names"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["list"], ["number"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27313
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.image.toCloudStorage,
|
|
27314
|
+
module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, ee.Collection.prototype.limit, ee.Collection.prototype.map, ee.Collection.prototype.filter, ee.Collection.prototype.filterBounds, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.iterate, ee.Collection.prototype.filterDate, ee.ComputedObject.prototype.aside,
|
|
27315
|
+
ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.updateAsset, ee.data.makeDownloadUrl, ee.data.getList, ee.data.startProcessing, ee.data.listAssets, ee.data.authenticateViaPrivateKey, ee.data.getTableDownloadId, ee.data.makeTableDownloadUrl, ee.data.setAssetAcl, ee.data.listImages, ee.data.setAssetProperties, ee.data.getAssetRootQuota, ee.data.newTaskId, ee.data.getWorkloadTag, ee.data.listBuckets, ee.data.getMapId, ee.data.getAssetRoots,
|
|
27316
|
+
ee.data.updateTask, ee.data.createAssetHome, ee.data.getTaskStatus, ee.data.setWorkloadTag, ee.data.setDefaultWorkloadTag, ee.data.getTileUrl, ee.data.resetWorkloadTag, ee.data.startIngestion, ee.data.createAsset, ee.data.createFolder, ee.data.getTaskList, ee.data.getThumbId, ee.data.getFeatureViewTilesKey, ee.data.getTaskListWithLimit, ee.data.listOperations, ee.data.listFeatures, ee.data.renameAsset, ee.data.computeValue, ee.data.cancelOperation, ee.data.startTableIngestion, ee.data.copyAsset,
|
|
27317
|
+
ee.data.getVideoThumbId, ee.data.deleteAsset, ee.data.authenticateViaOauth, ee.data.getOperation, ee.data.getAsset, ee.data.getAssetAcl, ee.data.getFilmstripThumbId, ee.data.cancelTask, ee.data.getDownloadId, ee.data.authenticate, ee.data.makeThumbUrl, ee.data.getInfo, ee.data.authenticateViaPopup, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Dictionary, ee.reset, ee.Algorithms, ee.InitState, ee.call, ee.initialize,
|
|
27318
|
+
ee.apply, ee.TILE_SIZE, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.Feature, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.Filter.bounds, ee.Filter.or, ee.Filter.prototype.not, ee.Filter.lt, ee.Filter.gte, ee.Filter.metadata,
|
|
27319
|
+
ee.Filter, ee.Filter.date, ee.Filter.eq, ee.Filter.gt, ee.Filter.neq, ee.Filter.inList, ee.Filter.lte, ee.Filter.and, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.LinearRing, ee.Geometry.Rectangle, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry.Point, ee.Geometry.MultiLineString, ee.Geometry.BBox, ee.Geometry.MultiPoint, ee.Geometry, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LineString, ee.Geometry.prototype.toGeoJSONString,
|
|
27320
|
+
ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.cat, ee.Image.prototype.clip, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image.prototype.expression, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.prototype.select, ee.Image.rgb, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.first,
|
|
27321
|
+
ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27314
27322
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27315
27323
|
});
|
|
27316
27324
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/build/main.js
CHANGED
|
@@ -229,7 +229,14 @@ $jscomp.createTemplateTagFirstArgWithRaw = function(arrayStrings, rawArrayString
|
|
|
229
229
|
$jscomp.owns = function(obj, prop) {
|
|
230
230
|
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
231
231
|
};
|
|
232
|
-
$jscomp.
|
|
232
|
+
$jscomp.toObject = function(x) {
|
|
233
|
+
if (x == null) {
|
|
234
|
+
throw new TypeError("No nullish arg");
|
|
235
|
+
}
|
|
236
|
+
return Object(x);
|
|
237
|
+
};
|
|
238
|
+
$jscomp.assign = $jscomp.ASSUME_ES6 || $jscomp.TRUST_ES6_POLYFILLS && typeof Object.assign == "function" ? Object.assign : function(target, var_args) {
|
|
239
|
+
target = $jscomp.toObject(target);
|
|
233
240
|
for (var i = 1; i < arguments.length; i++) {
|
|
234
241
|
var source = arguments[i];
|
|
235
242
|
if (source) {
|
|
@@ -1664,6 +1671,7 @@ goog.setCssNameMapping = function(mapping, opt_style) {
|
|
|
1664
1671
|
};
|
|
1665
1672
|
goog.GetMsgOptions = function() {
|
|
1666
1673
|
};
|
|
1674
|
+
goog.USE_GET_MSG_OVERRIDE = !1;
|
|
1667
1675
|
goog.getMsg = function(str, opt_values, opt_options) {
|
|
1668
1676
|
opt_options && opt_options.html && (str = str.replace(/</g, "<"));
|
|
1669
1677
|
opt_options && opt_options.unescapeHtmlEntities && (str = str.replace(/</g, "<").replace(/>/g, ">").replace(/'/g, "'").replace(/"/g, '"').replace(/&/g, "&"));
|
|
@@ -3034,7 +3042,7 @@ module$exports$safevalues$builders$url_builders.SanitizableUrlScheme = {TEL:modu
|
|
|
3034
3042
|
}), SSH:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3035
3043
|
return url.indexOf("ssh://") === 0;
|
|
3036
3044
|
}), RTSP:module$contents$safevalues$builders$url_builders_simpleScheme("rtsp"), DATA:module$contents$safevalues$builders$url_builders_simpleScheme("data"), HTTP:module$contents$safevalues$builders$url_builders_simpleScheme("http"), HTTPS:module$contents$safevalues$builders$url_builders_simpleScheme("https"), EXTENSION:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3037
|
-
return url.indexOf("chrome-extension://") === 0 || url.indexOf("moz-extension://") === 0 || url.indexOf("ms-browser-extension://") === 0;
|
|
3045
|
+
return url.indexOf("chrome-extension://") === 0 || url.indexOf("moz-extension://") === 0 || url.indexOf("ms-browser-extension://") === 0 || url.indexOf("safari-web-extension://") === 0;
|
|
3038
3046
|
}), FTP:module$contents$safevalues$builders$url_builders_simpleScheme("ftp"), RELATIVE:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3039
3047
|
return /^[^:]*([/?#]|$)/.test(url);
|
|
3040
3048
|
}), MAILTO:module$contents$safevalues$builders$url_builders_simpleScheme("mailto"), INTENT:module$contents$safevalues$builders$url_builders_simpleScheme("intent"), MARKET:module$contents$safevalues$builders$url_builders_simpleScheme("market"), ITMS:module$contents$safevalues$builders$url_builders_simpleScheme("itms"), ITMS_APPSS:module$contents$safevalues$builders$url_builders_simpleScheme("itms-appss"),
|
|
@@ -6548,7 +6556,7 @@ goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2eto
|
|
|
6548
6556
|
goog.flags.ASYNC_THROW_ON_UNICODE_TO_BYTE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable : goog.readFlagInternalDoNotUseOrElse(899588437, !1);
|
|
6549
6557
|
goog.flags.CLIENT_ONLY_WIZ_QUEUE_EFFECT_AND_ON_INIT_INITIAL_RUNS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_queue_effect_and_on_init_initial_runs__enable : goog.readFlagInternalDoNotUseOrElse(772657768, !1);
|
|
6550
6558
|
goog.flags.CLIENT_ONLY_WIZ_CONTEXT_PER_COMPONENT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_context_per_component__enable : goog.readFlagInternalDoNotUseOrElse(513659523, goog.DEBUG);
|
|
6551
|
-
goog.flags.CLIENT_ONLY_WIZ_LAZY_TSX = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ?
|
|
6559
|
+
goog.flags.CLIENT_ONLY_WIZ_LAZY_TSX = 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__client_only_wiz_lazy_tsx__disable : goog.readFlagInternalDoNotUseOrElse(568333945, !0);
|
|
6552
6560
|
goog.flags.FIXED_NOOPENER_BEHAVIOR = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__fixed_noopener_behavior__enable : goog.readFlagInternalDoNotUseOrElse(1331761403, !1);
|
|
6553
6561
|
goog.flags.WIZ_ENABLE_NATIVE_PROMISE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__wiz_enable_native_promise__enable : goog.readFlagInternalDoNotUseOrElse(651175828, goog.DEBUG);
|
|
6554
6562
|
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);
|
|
@@ -19468,7 +19476,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19468
19476
|
ee.apiclient = {};
|
|
19469
19477
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19470
19478
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19471
|
-
ee.apiclient.API_CLIENT_VERSION = "1.6.
|
|
19479
|
+
ee.apiclient.API_CLIENT_VERSION = "1.6.6";
|
|
19472
19480
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19473
19481
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19474
19482
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19766,8 +19774,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19766
19774
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19767
19775
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19768
19776
|
method = method || "POST";
|
|
19769
|
-
var headers = {"Content-Type":contentType}, version = "1.6.
|
|
19770
|
-
version === "1.6.
|
|
19777
|
+
var headers = {"Content-Type":contentType}, version = "1.6.6";
|
|
19778
|
+
version === "1.6.6" && (version = "latest");
|
|
19771
19779
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19772
19780
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19773
19781
|
if (authToken != null) {
|
|
@@ -27290,29 +27298,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27290
27298
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27291
27299
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27292
27300
|
(function() {
|
|
27293
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27294
|
-
orderedParamLists = [["name"
|
|
27295
|
-
|
|
27296
|
-
["
|
|
27297
|
-
"
|
|
27298
|
-
|
|
27299
|
-
|
|
27300
|
-
"
|
|
27301
|
-
|
|
27302
|
-
|
|
27303
|
-
["
|
|
27304
|
-
"
|
|
27305
|
-
|
|
27306
|
-
["
|
|
27307
|
-
[ee.ApiFunction.
|
|
27308
|
-
module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.
|
|
27309
|
-
ee.ComputedObject.prototype.
|
|
27310
|
-
ee.data.
|
|
27311
|
-
ee.data.
|
|
27312
|
-
ee.
|
|
27313
|
-
ee.Filter, ee.Filter.
|
|
27314
|
-
ee.Image.prototype.
|
|
27315
|
-
ee.ImageCollection.prototype.
|
|
27301
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call 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.table.toAsset 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.batch.Export.video.toCloudStorage ee.batch.Export.table.toDrive ee.Collection.prototype.limit ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.updateAsset ee.data.makeDownloadUrl ee.data.getList ee.data.startProcessing ee.data.listAssets ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.makeTableDownloadUrl ee.data.setAssetAcl ee.data.listImages ee.data.setAssetProperties ee.data.getAssetRootQuota ee.data.newTaskId ee.data.getWorkloadTag ee.data.listBuckets ee.data.getMapId ee.data.getAssetRoots ee.data.updateTask ee.data.createAssetHome ee.data.getTaskStatus ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.getTileUrl ee.data.resetWorkloadTag ee.data.startIngestion ee.data.createAsset ee.data.createFolder ee.data.getTaskList ee.data.getThumbId ee.data.getFeatureViewTilesKey ee.data.getTaskListWithLimit ee.data.listOperations ee.data.listFeatures ee.data.renameAsset ee.data.computeValue ee.data.cancelOperation ee.data.startTableIngestion ee.data.copyAsset ee.data.getVideoThumbId ee.data.deleteAsset ee.data.authenticateViaOauth ee.data.getOperation ee.data.getAsset ee.data.getAssetAcl ee.data.getFilmstripThumbId ee.data.cancelTask ee.data.getDownloadId ee.data.authenticate ee.data.makeThumbUrl ee.data.getInfo ee.data.authenticateViaPopup ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON 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.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.Filter.bounds ee.Filter.or ee.Filter.prototype.not ee.Filter.lt ee.Filter.gte ee.Filter.metadata ee.Filter ee.Filter.date ee.Filter.eq ee.Filter.gt ee.Filter.neq ee.Filter.inList ee.Filter.lte ee.Filter.and ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.LinearRing ee.Geometry.Rectangle ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry.Point ee.Geometry.MultiLineString ee.Geometry.BBox ee.Geometry.MultiPoint ee.Geometry ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.LineString ee.Geometry.prototype.toGeoJSONString ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.cat ee.Image.prototype.clip ee.Image ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.expression ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.prototype.select ee.Image.rgb ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.linkCollection ee.ImageCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.String ee.Terrain".split(" "),
|
|
27302
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
27303
|
+
"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),
|
|
27304
|
+
["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], ["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(" "), "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(" "),
|
|
27305
|
+
"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(" "), "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(" "), ["max", "opt_property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["filter"], ["geometry"], ["property", "opt_ascending"], ["name", "operator", "value"], ["algorithm", "opt_first"], ["start", "opt_end"], ["func", "var_args"], ["callback"], ["opt_callback"], ["legacy"], ["assetId", "asset", "updateFields", "opt_callback"], ["id"], ["params", "opt_callback"], ["taskId",
|
|
27307
|
+
"params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["id"], ["assetId", "aclUpdate", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["rootId", "opt_callback"], ["opt_count", "opt_callback"], [], ["project", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["taskId", "action", "opt_callback"],
|
|
27308
|
+
["requestedId", "opt_callback"], ["taskId", "opt_callback"], ["tag"], ["tag"], ["id", "x", "y", "z"], ["opt_resetDefault"], ["taskId", "request", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["path", "opt_force", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_limit", "opt_callback"], ["opt_limit", "opt_callback"], ["asset", "params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["obj",
|
|
27309
|
+
"opt_callback"], ["operationName", "opt_callback"], ["taskId", "request", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["operationName", "opt_callback"], ["id", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["clientId",
|
|
27310
|
+
"success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id"], ["id", "opt_callback"], ["opt_success", "opt_error"], ["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_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"],
|
|
27311
|
+
["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["geometry", "opt_errorMargin"], ["var_args"], [], ["name", "value"], ["name", "value"], ["name", "operator", "value"], ["opt_filter"], ["start", "opt_end"], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField",
|
|
27312
|
+
"opt_leftValue"], ["name", "value"], ["var_args"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["west", "south", "east", "north"], ["coords", "opt_proj"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic",
|
|
27313
|
+
"opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["opt_callback"], ["opt_visParams", "opt_callback"], ["var_args"], ["geometry"], ["opt_args"], ["var_args"], ["params", "opt_callback"], ["params", "opt_callback"], ["expression", "opt_map"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["var_args"], ["r", "g", "b"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"],
|
|
27314
|
+
["args"], ["params", "opt_callback"], [], ["selectors", "opt_names"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["list"], ["number"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27315
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.image.toCloudStorage,
|
|
27316
|
+
module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, ee.Collection.prototype.limit, ee.Collection.prototype.map, ee.Collection.prototype.filter, ee.Collection.prototype.filterBounds, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.iterate, ee.Collection.prototype.filterDate, ee.ComputedObject.prototype.aside,
|
|
27317
|
+
ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.updateAsset, ee.data.makeDownloadUrl, ee.data.getList, ee.data.startProcessing, ee.data.listAssets, ee.data.authenticateViaPrivateKey, ee.data.getTableDownloadId, ee.data.makeTableDownloadUrl, ee.data.setAssetAcl, ee.data.listImages, ee.data.setAssetProperties, ee.data.getAssetRootQuota, ee.data.newTaskId, ee.data.getWorkloadTag, ee.data.listBuckets, ee.data.getMapId, ee.data.getAssetRoots,
|
|
27318
|
+
ee.data.updateTask, ee.data.createAssetHome, ee.data.getTaskStatus, ee.data.setWorkloadTag, ee.data.setDefaultWorkloadTag, ee.data.getTileUrl, ee.data.resetWorkloadTag, ee.data.startIngestion, ee.data.createAsset, ee.data.createFolder, ee.data.getTaskList, ee.data.getThumbId, ee.data.getFeatureViewTilesKey, ee.data.getTaskListWithLimit, ee.data.listOperations, ee.data.listFeatures, ee.data.renameAsset, ee.data.computeValue, ee.data.cancelOperation, ee.data.startTableIngestion, ee.data.copyAsset,
|
|
27319
|
+
ee.data.getVideoThumbId, ee.data.deleteAsset, ee.data.authenticateViaOauth, ee.data.getOperation, ee.data.getAsset, ee.data.getAssetAcl, ee.data.getFilmstripThumbId, ee.data.cancelTask, ee.data.getDownloadId, ee.data.authenticate, ee.data.makeThumbUrl, ee.data.getInfo, ee.data.authenticateViaPopup, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Dictionary, ee.reset, ee.Algorithms, ee.InitState, ee.call, ee.initialize,
|
|
27320
|
+
ee.apply, ee.TILE_SIZE, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.Feature, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.Filter.bounds, ee.Filter.or, ee.Filter.prototype.not, ee.Filter.lt, ee.Filter.gte, ee.Filter.metadata,
|
|
27321
|
+
ee.Filter, ee.Filter.date, ee.Filter.eq, ee.Filter.gt, ee.Filter.neq, ee.Filter.inList, ee.Filter.lte, ee.Filter.and, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.LinearRing, ee.Geometry.Rectangle, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry.Point, ee.Geometry.MultiLineString, ee.Geometry.BBox, ee.Geometry.MultiPoint, ee.Geometry, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LineString, ee.Geometry.prototype.toGeoJSONString,
|
|
27322
|
+
ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.cat, ee.Image.prototype.clip, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image.prototype.expression, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.prototype.select, ee.Image.rgb, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.first,
|
|
27323
|
+
ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27316
27324
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27317
27325
|
});
|
|
27318
27326
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/package.json
CHANGED
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.
|
|
27
|
+
const API_CLIENT_VERSION = '1.6.6';
|
|
28
28
|
|
|
29
29
|
exports.VERSION = apiVersion.VERSION;
|
|
30
30
|
exports.API_CLIENT_VERSION = API_CLIENT_VERSION;
|