@google/earthengine 1.5.17 → 1.5.18
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 +26 -31
- package/build/ee_api_js.js +16 -16
- package/build/ee_api_js_debug.js +3 -8
- package/build/ee_api_js_npm.js +26 -31
- package/build/main.js +26 -31
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/layers/abstractoverlay.js +0 -3
- package/src/layers/binaryoverlay.js +0 -8
- package/src/layers/imageoverlay.js +0 -8
package/build/browser.js
CHANGED
|
@@ -1437,7 +1437,6 @@ goog.loadedModules_ = {};
|
|
|
1437
1437
|
goog.DEPENDENCIES_ENABLED = !1;
|
|
1438
1438
|
goog.ASSUME_ES_MODULES_TRANSPILED = !1;
|
|
1439
1439
|
goog.TRUSTED_TYPES_POLICY_NAME = "goog";
|
|
1440
|
-
goog.hasBadLetScoping = null;
|
|
1441
1440
|
goog.loadModule = function(moduleDef) {
|
|
1442
1441
|
var previousState = goog.moduleLoaderState_;
|
|
1443
1442
|
try {
|
|
@@ -19372,7 +19371,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19372
19371
|
ee.apiclient = {};
|
|
19373
19372
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19374
19373
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19375
|
-
ee.apiclient.API_CLIENT_VERSION = "1.5.
|
|
19374
|
+
ee.apiclient.API_CLIENT_VERSION = "1.5.18";
|
|
19376
19375
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19377
19376
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19378
19377
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19670,8 +19669,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19670
19669
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19671
19670
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19672
19671
|
method = method || "POST";
|
|
19673
|
-
var headers = {"Content-Type":contentType}, version = "1.5.
|
|
19674
|
-
version === "1.5.
|
|
19672
|
+
var headers = {"Content-Type":contentType}, version = "1.5.18";
|
|
19673
|
+
version === "1.5.18" && (version = "latest");
|
|
19675
19674
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19676
19675
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19677
19676
|
if (authToken != null) {
|
|
@@ -26173,8 +26172,6 @@ ee_root.third_party.earthengine_api.javascript.layers.binaryoverlay.BinaryTile.p
|
|
|
26173
26172
|
}, void 0, this);
|
|
26174
26173
|
reader.readAsArrayBuffer(this.sourceData);
|
|
26175
26174
|
};
|
|
26176
|
-
ee.layers.BinaryOverlay = ee_root.third_party.earthengine_api.javascript.layers.binaryoverlay.BinaryOverlay;
|
|
26177
|
-
ee.layers.BinaryTile = ee_root.third_party.earthengine_api.javascript.layers.binaryoverlay.BinaryTile;
|
|
26178
26175
|
goog.net.ImageLoader = function(opt_parent) {
|
|
26179
26176
|
goog.events.EventTarget.call(this);
|
|
26180
26177
|
this.imageIdToRequestMap_ = {};
|
|
@@ -26280,8 +26277,6 @@ ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageTile.def
|
|
|
26280
26277
|
tile.div.appendChild(tile.imageEl);
|
|
26281
26278
|
};
|
|
26282
26279
|
ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageTile.IMAGE_LOADER_EVENTS_ = [goog.events.EventType.LOAD, goog.net.EventType.ABORT, goog.net.EventType.ERROR];
|
|
26283
|
-
ee.layers.ImageOverlay = ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageOverlay;
|
|
26284
|
-
ee.layers.ImageTile = ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageTile;
|
|
26285
26280
|
goog.string.path = {};
|
|
26286
26281
|
goog.string.path.baseName = function(path) {
|
|
26287
26282
|
var i = path.lastIndexOf("/") + 1;
|
|
@@ -27198,29 +27193,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27198
27193
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27199
27194
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27200
27195
|
(function() {
|
|
27201
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.
|
|
27202
|
-
orderedParamLists = [["name", "namedArgs"], ["name", "var_args"], ["
|
|
27203
|
-
"collection opt_description
|
|
27204
|
-
|
|
27205
|
-
"
|
|
27206
|
-
["
|
|
27207
|
-
|
|
27208
|
-
"
|
|
27209
|
-
"opt_callback"], ["
|
|
27210
|
-
"opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"],
|
|
27211
|
-
"opt_callback"], ["
|
|
27212
|
-
"
|
|
27213
|
-
["
|
|
27214
|
-
|
|
27215
|
-
[ee.ApiFunction._apply, ee.ApiFunction.
|
|
27216
|
-
module$contents$ee$batch_Export.
|
|
27217
|
-
ee.ComputedObject.prototype.
|
|
27218
|
-
ee.data.
|
|
27219
|
-
ee.data.
|
|
27220
|
-
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.Feature, ee.Feature.
|
|
27221
|
-
ee.Filter.
|
|
27222
|
-
ee.Image, ee.Image.prototype.
|
|
27223
|
-
ee.ImageCollection.prototype.
|
|
27196
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.classifier.toAsset ee.batch.Export.table.toBigQuery ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toDrive ee.batch.Export.table.toFeatureView ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.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.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.serialize ee.data.getAsset ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.getInfo ee.data.getAssetAcl ee.data.cancelTask ee.data.updateTask ee.data.makeThumbUrl ee.data.authenticate ee.data.getList ee.data.getDownloadId ee.data.listAssets ee.data.startProcessing ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.makeTableDownloadUrl ee.data.updateAsset ee.data.newTaskId ee.data.listImages ee.data.setAssetAcl ee.data.listBuckets ee.data.setAssetProperties ee.data.getAssetRoots ee.data.getMapId ee.data.getTaskStatus ee.data.getAssetRootQuota ee.data.createAssetHome ee.data.getTileUrl ee.data.startIngestion ee.data.setWorkloadTag ee.data.listOperations ee.data.getWorkloadTag ee.data.getTaskList ee.data.createAsset ee.data.setDefaultWorkloadTag ee.data.resetWorkloadTag ee.data.getFeatureViewTilesKey ee.data.getTaskListWithLimit ee.data.createFolder ee.data.authenticateViaOauth ee.data.listFeatures ee.data.renameAsset ee.data.startTableIngestion ee.data.cancelOperation ee.data.computeValue ee.data.copyAsset ee.data.getThumbId ee.data.deleteAsset ee.data.getOperation ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Dictionary ee.initialize ee.call ee.apply ee.TILE_SIZE ee.reset ee.Algorithms ee.InitState ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature ee.FeatureCollection ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getMap ee.Filter.prototype.not ee.Filter.lt ee.Filter.bounds ee.Filter.or ee.Filter.date ee.Filter.gte ee.Filter.gt ee.Filter.eq ee.Filter.metadata ee.Filter.inList ee.Filter.neq ee.Filter.lte ee.Filter.and ee.Filter ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.LinearRing ee.Geometry.BBox ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.prototype.toGeoJSON ee.Geometry.LineString ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.Point ee.Geometry.prototype.toGeoJSONString ee.Geometry.Polygon ee.Image.prototype.getThumbId ee.Image.cat ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getMap ee.Image.prototype.getThumbURL ee.Image ee.Image.prototype.clip ee.Image.prototype.getMapId ee.Image.prototype.select ee.Image.prototype.expression ee.Image.prototype.rename ee.Image.prototype.getInfo ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.linkCollection ee.List ee.Number ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
|
|
27197
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], ["classifier", "opt_description", "opt_assetId", "opt_priority"], "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
27198
|
+
"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_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
27199
|
+
"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(" "), "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(" "),
|
|
27200
|
+
"image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
27201
|
+
["filter"], ["property", "opt_ascending"], ["name", "operator", "value"], ["geometry"], ["algorithm", "opt_dropNulls"], ["start", "opt_end"], ["algorithm", "opt_first"], ["max", "opt_property", "opt_ascending"], ["callback"], ["opt_callback"], ["func", "var_args"], ["legacy"], ["id", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["id", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "action", "opt_callback"], ["id"], ["clientId", "success",
|
|
27202
|
+
"opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["params", "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["taskId", "params", "opt_callback"], ["opt_success", "opt_error"], ["id"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["id"], ["assetId", "asset", "updateFields", "opt_callback"], ["opt_count", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId",
|
|
27203
|
+
"aclUpdate", "opt_callback"], ["project", "opt_callback"], ["assetId", "properties", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["rootId", "opt_callback"], ["requestedId", "opt_callback"], ["id", "x", "y", "z"], ["taskId", "request", "opt_callback"], ["tag"], ["opt_limit", "opt_callback"], [], ["opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["tag"], ["opt_resetDefault"], ["params", "opt_callback"], ["opt_limit",
|
|
27204
|
+
"opt_callback"], ["path", "opt_force", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["asset", "params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["taskId", "request", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["operationName", "opt_callback"],
|
|
27205
|
+
["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], ["func", "namedArgs"], [], [], [], [], ["var_args"], [], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["args", "opt_column"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_format", "opt_selectors", "opt_filename",
|
|
27206
|
+
"opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], [], ["name", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["start", "opt_end"], ["name", "value"], ["name", "value"], ["name", "value"], ["name", "operator", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["name", "value"], ["var_args"], ["opt_filter"], ["var_args"], ["namedArgs"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
|
|
27207
|
+
["west", "south", "east", "north"], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["params", "opt_callback"], ["var_args"],
|
|
27208
|
+
["params", "opt_callback"], ["r", "g", "b"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["opt_args"], ["geometry"], ["opt_visParams", "opt_callback"], ["var_args"], ["expression", "opt_map"], ["var_args"], ["opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["args"], ["selectors", "opt_names"], ["opt_callback"], [], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"],
|
|
27209
|
+
["list"], ["number"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27210
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toCloudStorage,
|
|
27211
|
+
module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.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.evaluate,
|
|
27212
|
+
ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.serialize, ee.data.getAsset, ee.data.getVideoThumbId, ee.data.getFilmstripThumbId, ee.data.getInfo, ee.data.getAssetAcl, ee.data.cancelTask, ee.data.updateTask, ee.data.makeThumbUrl, ee.data.authenticate, ee.data.getList, ee.data.getDownloadId, ee.data.listAssets, ee.data.startProcessing, ee.data.authenticateViaPopup, ee.data.makeDownloadUrl, ee.data.authenticateViaPrivateKey, ee.data.getTableDownloadId,
|
|
27213
|
+
ee.data.makeTableDownloadUrl, ee.data.updateAsset, ee.data.newTaskId, ee.data.listImages, ee.data.setAssetAcl, ee.data.listBuckets, ee.data.setAssetProperties, ee.data.getAssetRoots, ee.data.getMapId, ee.data.getTaskStatus, ee.data.getAssetRootQuota, ee.data.createAssetHome, ee.data.getTileUrl, ee.data.startIngestion, ee.data.setWorkloadTag, ee.data.listOperations, ee.data.getWorkloadTag, ee.data.getTaskList, ee.data.createAsset, ee.data.setDefaultWorkloadTag, ee.data.resetWorkloadTag, ee.data.getFeatureViewTilesKey,
|
|
27214
|
+
ee.data.getTaskListWithLimit, ee.data.createFolder, ee.data.authenticateViaOauth, ee.data.listFeatures, ee.data.renameAsset, ee.data.startTableIngestion, ee.data.cancelOperation, ee.data.computeValue, ee.data.copyAsset, ee.data.getThumbId, ee.data.deleteAsset, ee.data.getOperation, ee.Date, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Dictionary, ee.initialize, ee.call, ee.apply, ee.TILE_SIZE, ee.reset, ee.Algorithms, ee.InitState,
|
|
27215
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature, ee.FeatureCollection, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getMap, ee.Filter.prototype.not, ee.Filter.lt, ee.Filter.bounds, ee.Filter.or, ee.Filter.date, ee.Filter.gte, ee.Filter.gt, ee.Filter.eq,
|
|
27216
|
+
ee.Filter.metadata, ee.Filter.inList, ee.Filter.neq, ee.Filter.lte, ee.Filter.and, ee.Filter, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.LinearRing, ee.Geometry.BBox, ee.Geometry.MultiPoint, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LineString, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.Point, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Polygon, ee.Image.prototype.getThumbId,
|
|
27217
|
+
ee.Image.cat, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getMap, ee.Image.prototype.getThumbURL, ee.Image, ee.Image.prototype.clip, ee.Image.prototype.getMapId, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image.prototype.rename, ee.Image.prototype.getInfo, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first,
|
|
27218
|
+
ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.linkCollection, ee.List, ee.Number, ee.Serializer.toCloudApiJSON, ee.Serializer.encode, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27224
27219
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27225
27220
|
});
|
|
27226
27221
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/build/ee_api_js.js
CHANGED
|
@@ -453,7 +453,7 @@ Ma(p,f[m]))});return b?b(l):l};return this.callback?(fj(d,null,function(f,l){ret
|
|
|
453
453
|
gj.prototype.send=function(a,b){var c=[a.B+" "+a.path+" HTTP/1.1"];c.push("Content-Type: application/json; charset=utf-8");var d=ij();d!=null&&c.push("Authorization: "+d);a=a.body?JSON.stringify(a.body):"";return[c.join("\r\n")+"\r\n\r\n"+a,b]};
|
|
454
454
|
var jj=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"))}},dj=function(){var a=kj.replace(/\/api$/,"");return"window"in t&&!a.match(/^https?:\/\/content-/)?a.replace(/^(https?:\/\/)(.*\.googleapis\.com)$/,"$1content-$2"):a},mj=function(a,b,c){var d=[];a&&(d=d.concat(lj));
|
|
455
455
|
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"+Ba(g):(typeof g).charAt(0)+g;Object.prototype.hasOwnProperty.call(e,f)||(e[f]=!0,a[b++]=g)}a.length=b;return d},tj=function(a,b,c){oj&&pj&&oj({client_id:String(pj),scope:qj.join(" "),plugin_name:"earthengine"},function(d){if(d.error=="immediate_failed"&&c)c();else if("window"in t)try{rj(function(){try{sj(a,b,d)}catch(e){b(e.toString())}})}catch(e){b(e.toString())}else sj(a,
|
|
456
|
-
b,d)})},ij=function(){uj&&Date.now()-uj>=0&&vj();return wj},vj=function(){uj=wj=null},aj=function(a,b,c,d){a!=null?kj=a:xj||(kj="https://earthengine.googleapis.com/api");b!=null?yj=b:xj||(yj="https://earthengine.googleapis.com");c!==void 0&&(zj=c);$i=d!=null?d:$i||"earthengine-legacy";xj=!0},fj=function(a,b,c,d,e,g,f){aj();var l=Aj,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.5.
|
|
456
|
+
b,d)})},ij=function(){uj&&Date.now()-uj>=0&&vj();return wj},vj=function(){uj=wj=null},aj=function(a,b,c,d){a!=null?kj=a:xj||(kj="https://earthengine.googleapis.com/api");b!=null?yj=b:xj||(yj="https://earthengine.googleapis.com");c!==void 0&&(zj=c);$i=d!=null?d:$i||"earthengine-legacy";xj=!0},fj=function(a,b,c,d,e,g,f){aj();var l=Aj,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.5.18";p==="1.5.18"&&
|
|
457
457
|
(p="latest");m["x-goog-api-client"]="ee-js/"+p;p=ij();if(p!=null)m.Authorization=p;else if(c&&oj&&pj)return tj(function(){Bj(l,function(){fj(a,b,c,d)})}),null;b=b?b.clone():new Uc;Cj!=null&&b.add("key",Cj);l&&(m["X-Earth-Engine-Computation-Profiling"]="1");$i&&$i!=="earthengine-legacy"&&(m["X-Goog-User-Project"]=$i);b=Dj(b,a);zj!=null&&(m["X-XSRF-Token"]=zj);Ej!=null&&(m["X-Earth-Engine-App-ID-Token"]=Ej);p=e||null;var v=b?b.toString():"";d==="POST"&&e===void 0?p=v:/^[\s\xa0]*$/.test(v)||(a+=a.indexOf("?")!=
|
|
458
458
|
-1?"&":"?",a+=v);e=a.startsWith("/")?kj+a:a;if(c)return Fj.push(Gj(e,c,d,p,m,g,f)),Hj.pf(),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);Wa(m,v,B);B.send(p);if(B.status!=429||z>g)break;z++}return Ij(B.status,function(H){try{return B.getResponseHeader(H)}catch(ea){return null}},B.responseText,l,void 0,e,d,f)},Gj=function(a,b,c,d,e,g,f){var l=0,m={url:a,method:c,content:d,headers:e},p=Aj,v=g!=null?g:10;
|
|
459
459
|
m.callback=function(z){z=z.target;if(z.getStatus()==429&&l<v)return l++,setTimeout(function(){Fj.push(m);Hj.pf()},Math.min(12E4,Math.pow(2,l)*1E3)),null;var B=Ij,H=z.getStatus(),ea=w(z.getResponseHeader,z);try{var W=z.s?z.s.responseText:""}catch(da){Ec(z.ha,"Can not get responseText: "+da.message),W=""}return B(H,ea,W,p,b,a,c,f)};return m},Bj=function(a,b){var c=Aj;try{Aj=a,b.call(void 0)}finally{Aj=c}},Ij=function(a,b,c,d,e,g,f,l){var m=d?b("X-Earth-Engine-Computation-Profile"):"";m&&d&&d(m);var p=
|
|
@@ -706,18 +706,18 @@ h.yl=function(){if(!this.lc){var a=w(function(d){this.lc||(Yp(this.fa,this.ea,d)
|
|
|
706
706
|
h.Ni=null;h.Ia=null;h.ki=null;var wq=["load","abort","error"],xq=function(){I.call(this);this.Da=!1};q(xq,I);xq.prototype.setActive=function(a){this.Da=a};xq.prototype.isActive=function(){return this.Da};var sq=function(a,b){nq.call(this,a,b)};q(sq,nq);sq.prototype.af=function(){return new xq};sq.prototype.Fd=function(a){a.dispose()};sq.prototype.Qf=function(a){return!a.Qa&&!a.isActive()};var yq=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.ug=new ce;this.Rf=1;this.ta=e||null};q(yq,ie);h=yq.prototype;h.Ne=function(a){return Bd(this,"tileevent",a)};h.Zf=function(a){Jd(a)};
|
|
707
707
|
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);ml(tq).send(b,a,d,w(this.Xk,this,c,b));vp(this);return c};h.Oc=function(){return this.yb.length};
|
|
708
708
|
h.releaseTile=function(a){ml(tq).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.ug.remove(b);a.id!==""&&(this.tg.remove(a.id),this.ta&&this.ta.pl(a.id))};h.setOpacity=function(a){this.Rf=a;var b=this.ug.Ca();Ud(b,function(c){Gp(c,a)})};
|
|
709
|
-
h.Xk=function(a,b,c,d){c.type=="error"?(fc(this.yb,b),this.tg.add(b),this.dispatchEvent(c)):(fc(this.yb,b),c.target&&c.type=="load"&&(c=c.target,this.ug.add(c),this.Rf!=1&&Gp(c,this.Rf),a.appendChild(c)),vp(this));this.ta&&d!==null&&this.ta.Lk(b,d)};x("ee.MapLayerOverlay",yq);yq.prototype.removeTileCallback=yq.prototype.Zf;yq.prototype.addTileCallback=yq.prototype.Ne;yq.prototype.getTile=yq.prototype.getTile;yq.prototype.setOpacity=yq.prototype.setOpacity;yq.prototype.releaseTile=yq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._apply ee.ApiFunction.
|
|
710
|
-
c=[["name","namedArgs"],["name","var_args"],["
|
|
711
|
-
"collection opt_description
|
|
712
|
-
|
|
713
|
-
"
|
|
714
|
-
["
|
|
715
|
-
["
|
|
716
|
-
"opt_callback"],["
|
|
717
|
-
"
|
|
718
|
-
["func","
|
|
719
|
-
|
|
720
|
-
"opt_maxError"
|
|
721
|
-
"
|
|
722
|
-
O.prototype.
|
|
723
|
-
|
|
709
|
+
h.Xk=function(a,b,c,d){c.type=="error"?(fc(this.yb,b),this.tg.add(b),this.dispatchEvent(c)):(fc(this.yb,b),c.target&&c.type=="load"&&(c=c.target,this.ug.add(c),this.Rf!=1&&Gp(c,this.Rf),a.appendChild(c)),vp(this));this.ta&&d!==null&&this.ta.Lk(b,d)};x("ee.MapLayerOverlay",yq);yq.prototype.removeTileCallback=yq.prototype.Zf;yq.prototype.addTileCallback=yq.prototype.Ne;yq.prototype.getTile=yq.prototype.getTile;yq.prototype.setOpacity=yq.prototype.setOpacity;yq.prototype.releaseTile=yq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.classifier.toAsset ee.batch.Export.table.toBigQuery ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toDrive ee.batch.Export.table.toFeatureView ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.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.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.serialize ee.data.getAsset ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.getInfo ee.data.getAssetAcl ee.data.cancelTask ee.data.updateTask ee.data.makeThumbUrl ee.data.authenticate ee.data.getList ee.data.getDownloadId ee.data.listAssets ee.data.startProcessing ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.makeTableDownloadUrl ee.data.updateAsset ee.data.newTaskId ee.data.listImages ee.data.setAssetAcl ee.data.listBuckets ee.data.setAssetProperties ee.data.getAssetRoots ee.data.getMapId ee.data.getTaskStatus ee.data.getAssetRootQuota ee.data.createAssetHome ee.data.getTileUrl ee.data.startIngestion ee.data.setWorkloadTag ee.data.listOperations ee.data.getWorkloadTag ee.data.getTaskList ee.data.createAsset ee.data.setDefaultWorkloadTag ee.data.resetWorkloadTag ee.data.getFeatureViewTilesKey ee.data.getTaskListWithLimit ee.data.createFolder ee.data.authenticateViaOauth ee.data.listFeatures ee.data.renameAsset ee.data.startTableIngestion ee.data.cancelOperation ee.data.computeValue ee.data.copyAsset ee.data.getThumbId ee.data.deleteAsset ee.data.getOperation ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Dictionary ee.initialize ee.call ee.apply ee.TILE_SIZE ee.reset ee.Algorithms ee.InitState ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.select ee.Filter.lte ee.Filter.prototype.not ee.Filter.and ee.Filter.metadata ee.Filter.bounds ee.Filter ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.eq ee.Filter.inList ee.Filter.gt ee.Filter.neq ee.Filter.lt ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.Point ee.Geometry.LinearRing ee.Geometry.BBox ee.Geometry.MultiPoint ee.Geometry.LineString ee.Geometry.MultiPolygon ee.Geometry.Rectangle ee.Geometry.prototype.toGeoJSON ee.Geometry.Polygon ee.Geometry.prototype.serialize ee.Geometry ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSONString ee.Image ee.Image.prototype.getThumbURL ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.cat ee.Image.prototype.getMapId ee.Image.prototype.select ee.Image.prototype.expression ee.Image.prototype.getThumbId ee.Image.prototype.getInfo ee.Image.prototype.rename ee.Image.prototype.clip ee.Image.rgb ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMap ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApiPretty ee.String ee.Terrain".split(" "),
|
|
710
|
+
c=[["name","namedArgs"],["name"],["name","var_args"],["classifier","opt_description","opt_assetId","opt_priority"],"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "),["collection","opt_description","opt_assetId","opt_maxVertices","opt_priority"],"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
711
|
+
"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_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
712
|
+
"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(" "),"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(" "),
|
|
713
|
+
"image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
714
|
+
["filter"],["property","opt_ascending"],["name","operator","value"],["geometry"],["algorithm","opt_dropNulls"],["start","opt_end"],["algorithm","opt_first"],["max","opt_property","opt_ascending"],["callback"],["opt_callback"],["func","var_args"],["legacy"],["id","opt_callback"],["params","opt_callback"],["params","opt_callback"],["id","opt_callback"],["assetId","opt_callback"],["taskId","opt_callback"],["taskId","action","opt_callback"],["id"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],
|
|
715
|
+
["params","opt_callback"],["params","opt_callback"],["parent","opt_params","opt_callback"],["taskId","params","opt_callback"],["opt_success","opt_error"],["id"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["params","opt_callback"],["id"],["assetId","asset","updateFields","opt_callback"],["opt_count","opt_callback"],["parent","opt_params","opt_callback"],["assetId","aclUpdate","opt_callback"],["project","opt_callback"],["assetId","properties","opt_callback"],
|
|
716
|
+
["opt_callback"],["params","opt_callback"],["taskId","opt_callback"],["rootId","opt_callback"],["requestedId","opt_callback"],["id","x","y","z"],["taskId","request","opt_callback"],["tag"],["opt_limit","opt_callback"],[],["opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],["tag"],["opt_resetDefault"],["params","opt_callback"],["opt_limit","opt_callback"],["path","opt_force","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),
|
|
717
|
+
["asset","params","opt_callback"],["sourceId","destinationId","opt_callback"],["taskId","request","opt_callback"],["operationName","opt_callback"],["obj","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["params","opt_callback"],["assetId","opt_callback"],["operationName","opt_callback"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),["func","var_args"],
|
|
718
|
+
["func","namedArgs"],[],[],[],[],["var_args"],[],["opt_visParams","opt_callback"],["opt_callback"],["opt_visParams","opt_callback"],["geometry","opt_properties"],["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],["args","opt_column"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["name","value"],[],["var_args"],["name","operator","value"],["geometry","opt_errorMargin"],["opt_filter"],["var_args"],
|
|
719
|
+
["name","value"],["start","opt_end"],["name","value"],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["name","value"],["name","value"],["name","value"],["var_args"],["namedArgs"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError"],["west","south","east","north"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],[],["coords",
|
|
720
|
+
"opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["legacy"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],[],["opt_args"],["params","opt_callback"],["opt_visParams","opt_callback"],["params","opt_callback"],["var_args"],["opt_visParams","opt_callback"],["var_args"],["expression","opt_map"],["params","opt_callback"],["opt_callback"],["var_args"],["geometry"],["r","g","b"],["imageCollection","opt_linkedBands","opt_linkedProperties","opt_matchPropertyName"],
|
|
721
|
+
["params","opt_callback"],["params","opt_callback"],["args"],[],["opt_visParams","opt_callback"],["opt_callback"],["selectors","opt_names"],["opt_visParams","opt_callback"],["list"],["number"],["obj"],["obj"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["obj"],["string"],[]];[Qm,Pm,Q,Bo,xo,vo,Ao,zo,so,uo,wo,yo,ro,qo,oo,to,V.prototype.filter,V.prototype.sort,V.prototype.nf,V.prototype.uh,V.prototype.map,V.prototype.mf,V.prototype.Kh,V.prototype.limit,O.prototype.evaluate,O.prototype.V,O.prototype.Eg,
|
|
722
|
+
O.prototype.ua,gm,Bl,Cl,gm,tm,Tl,Sl,Dl,pl,im,Fl,jm,$l,nl,Gl,ql,Hl,Il,um,Jl,km,vm,lm,wm,mm,vl,Ml,xm,nm,wl,dm,zm,Pl,tl,Ol,om,Am,Bm,xl,Nl,pm,ol,yl,qm,fm,Ql,zl,rm,Al,sm,Rl,So,Vo,Xo,ap,Wo,bp,kp,pp,qp,256,np,mp,op,S.prototype.set,Lj,X.prototype.getMap,X.prototype.V,X.prototype.R,X,Y.prototype.qb,Y.prototype.getMap,Y.prototype.R,Y.prototype.V,Y,Y.prototype.select,In,U.prototype.uc,Jn,On,Nn,U,Kn,Gn,Ln,Dn,Mn,Hn,En,Fn,Km.prototype.call,Km.prototype.apply,jn,sn,on,mn,rn,vn,nn,T.prototype.qe,un,T.prototype.ua,
|
|
723
|
+
T,tn,T.prototype.wg,N,N.prototype.vf,N.prototype.getMap,N.prototype.qb,bo,N.prototype.R,N.prototype.select,N.prototype.l,N.prototype.Nd,N.prototype.V,N.prototype.pi,N.prototype.clip,ao,Z.prototype.Ff,Z.prototype.uf,Z.prototype.wf,Z,Z.prototype.first,Z.prototype.R,Z.prototype.V,Z.prototype.select,Z.prototype.getMap,co,Io,Tk,Ik,Kk,Nk,Sk,Hk,Rk,Lo,ep].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
|
@@ -1437,7 +1437,6 @@ goog.loadedModules_ = {};
|
|
|
1437
1437
|
goog.DEPENDENCIES_ENABLED = !1;
|
|
1438
1438
|
goog.ASSUME_ES_MODULES_TRANSPILED = !1;
|
|
1439
1439
|
goog.TRUSTED_TYPES_POLICY_NAME = "goog";
|
|
1440
|
-
goog.hasBadLetScoping = null;
|
|
1441
1440
|
goog.loadModule = function(moduleDef) {
|
|
1442
1441
|
var previousState = goog.moduleLoaderState_;
|
|
1443
1442
|
try {
|
|
@@ -19372,7 +19371,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19372
19371
|
ee.apiclient = {};
|
|
19373
19372
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19374
19373
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19375
|
-
ee.apiclient.API_CLIENT_VERSION = "1.5.
|
|
19374
|
+
ee.apiclient.API_CLIENT_VERSION = "1.5.18";
|
|
19376
19375
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19377
19376
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19378
19377
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19670,8 +19669,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19670
19669
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19671
19670
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19672
19671
|
method = method || "POST";
|
|
19673
|
-
var headers = {"Content-Type":contentType}, version = "1.5.
|
|
19674
|
-
version === "1.5.
|
|
19672
|
+
var headers = {"Content-Type":contentType}, version = "1.5.18";
|
|
19673
|
+
version === "1.5.18" && (version = "latest");
|
|
19675
19674
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19676
19675
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19677
19676
|
if (authToken != null) {
|
|
@@ -26173,8 +26172,6 @@ ee_root.third_party.earthengine_api.javascript.layers.binaryoverlay.BinaryTile.p
|
|
|
26173
26172
|
}, void 0, this);
|
|
26174
26173
|
reader.readAsArrayBuffer(this.sourceData);
|
|
26175
26174
|
};
|
|
26176
|
-
ee.layers.BinaryOverlay = ee_root.third_party.earthengine_api.javascript.layers.binaryoverlay.BinaryOverlay;
|
|
26177
|
-
ee.layers.BinaryTile = ee_root.third_party.earthengine_api.javascript.layers.binaryoverlay.BinaryTile;
|
|
26178
26175
|
goog.net.ImageLoader = function(opt_parent) {
|
|
26179
26176
|
goog.events.EventTarget.call(this);
|
|
26180
26177
|
this.imageIdToRequestMap_ = {};
|
|
@@ -26280,8 +26277,6 @@ ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageTile.def
|
|
|
26280
26277
|
tile.div.appendChild(tile.imageEl);
|
|
26281
26278
|
};
|
|
26282
26279
|
ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageTile.IMAGE_LOADER_EVENTS_ = [goog.events.EventType.LOAD, goog.net.EventType.ABORT, goog.net.EventType.ERROR];
|
|
26283
|
-
ee.layers.ImageOverlay = ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageOverlay;
|
|
26284
|
-
ee.layers.ImageTile = ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageTile;
|
|
26285
26280
|
goog.string.path = {};
|
|
26286
26281
|
goog.string.path.baseName = function(path) {
|
|
26287
26282
|
var i = path.lastIndexOf("/") + 1;
|
package/build/ee_api_js_npm.js
CHANGED
|
@@ -1437,7 +1437,6 @@ goog.loadedModules_ = {};
|
|
|
1437
1437
|
goog.DEPENDENCIES_ENABLED = !1;
|
|
1438
1438
|
goog.ASSUME_ES_MODULES_TRANSPILED = !1;
|
|
1439
1439
|
goog.TRUSTED_TYPES_POLICY_NAME = "goog";
|
|
1440
|
-
goog.hasBadLetScoping = null;
|
|
1441
1440
|
goog.loadModule = function(moduleDef) {
|
|
1442
1441
|
var previousState = goog.moduleLoaderState_;
|
|
1443
1442
|
try {
|
|
@@ -19372,7 +19371,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19372
19371
|
ee.apiclient = {};
|
|
19373
19372
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19374
19373
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19375
|
-
ee.apiclient.API_CLIENT_VERSION = "1.5.
|
|
19374
|
+
ee.apiclient.API_CLIENT_VERSION = "1.5.18";
|
|
19376
19375
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19377
19376
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19378
19377
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19670,8 +19669,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19670
19669
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19671
19670
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19672
19671
|
method = method || "POST";
|
|
19673
|
-
var headers = {"Content-Type":contentType}, version = "1.5.
|
|
19674
|
-
version === "1.5.
|
|
19672
|
+
var headers = {"Content-Type":contentType}, version = "1.5.18";
|
|
19673
|
+
version === "1.5.18" && (version = "latest");
|
|
19675
19674
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19676
19675
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19677
19676
|
if (authToken != null) {
|
|
@@ -26173,8 +26172,6 @@ ee_root.third_party.earthengine_api.javascript.layers.binaryoverlay.BinaryTile.p
|
|
|
26173
26172
|
}, void 0, this);
|
|
26174
26173
|
reader.readAsArrayBuffer(this.sourceData);
|
|
26175
26174
|
};
|
|
26176
|
-
ee.layers.BinaryOverlay = ee_root.third_party.earthengine_api.javascript.layers.binaryoverlay.BinaryOverlay;
|
|
26177
|
-
ee.layers.BinaryTile = ee_root.third_party.earthengine_api.javascript.layers.binaryoverlay.BinaryTile;
|
|
26178
26175
|
goog.net.ImageLoader = function(opt_parent) {
|
|
26179
26176
|
goog.events.EventTarget.call(this);
|
|
26180
26177
|
this.imageIdToRequestMap_ = {};
|
|
@@ -26280,8 +26277,6 @@ ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageTile.def
|
|
|
26280
26277
|
tile.div.appendChild(tile.imageEl);
|
|
26281
26278
|
};
|
|
26282
26279
|
ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageTile.IMAGE_LOADER_EVENTS_ = [goog.events.EventType.LOAD, goog.net.EventType.ABORT, goog.net.EventType.ERROR];
|
|
26283
|
-
ee.layers.ImageOverlay = ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageOverlay;
|
|
26284
|
-
ee.layers.ImageTile = ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageTile;
|
|
26285
26280
|
goog.string.path = {};
|
|
26286
26281
|
goog.string.path.baseName = function(path) {
|
|
26287
26282
|
var i = path.lastIndexOf("/") + 1;
|
|
@@ -27198,29 +27193,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27198
27193
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27199
27194
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27200
27195
|
(function() {
|
|
27201
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.
|
|
27202
|
-
orderedParamLists = [["name", "namedArgs"], ["name", "var_args"], ["
|
|
27203
|
-
"collection opt_description
|
|
27204
|
-
|
|
27205
|
-
"
|
|
27206
|
-
["
|
|
27207
|
-
|
|
27208
|
-
"
|
|
27209
|
-
"opt_callback"], ["
|
|
27210
|
-
"opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"],
|
|
27211
|
-
"opt_callback"], ["
|
|
27212
|
-
"
|
|
27213
|
-
["
|
|
27214
|
-
|
|
27215
|
-
[ee.ApiFunction._apply, ee.ApiFunction.
|
|
27216
|
-
module$contents$ee$batch_Export.
|
|
27217
|
-
ee.ComputedObject.prototype.
|
|
27218
|
-
ee.data.
|
|
27219
|
-
ee.data.
|
|
27220
|
-
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.Feature, ee.Feature.
|
|
27221
|
-
ee.Filter.
|
|
27222
|
-
ee.Image, ee.Image.prototype.
|
|
27223
|
-
ee.ImageCollection.prototype.
|
|
27196
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.classifier.toAsset ee.batch.Export.table.toBigQuery ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toDrive ee.batch.Export.table.toFeatureView ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.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.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.serialize ee.data.getAsset ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.getInfo ee.data.getAssetAcl ee.data.cancelTask ee.data.updateTask ee.data.makeThumbUrl ee.data.authenticate ee.data.getList ee.data.getDownloadId ee.data.listAssets ee.data.startProcessing ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.makeTableDownloadUrl ee.data.updateAsset ee.data.newTaskId ee.data.listImages ee.data.setAssetAcl ee.data.listBuckets ee.data.setAssetProperties ee.data.getAssetRoots ee.data.getMapId ee.data.getTaskStatus ee.data.getAssetRootQuota ee.data.createAssetHome ee.data.getTileUrl ee.data.startIngestion ee.data.setWorkloadTag ee.data.listOperations ee.data.getWorkloadTag ee.data.getTaskList ee.data.createAsset ee.data.setDefaultWorkloadTag ee.data.resetWorkloadTag ee.data.getFeatureViewTilesKey ee.data.getTaskListWithLimit ee.data.createFolder ee.data.authenticateViaOauth ee.data.listFeatures ee.data.renameAsset ee.data.startTableIngestion ee.data.cancelOperation ee.data.computeValue ee.data.copyAsset ee.data.getThumbId ee.data.deleteAsset ee.data.getOperation ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Dictionary ee.initialize ee.call ee.apply ee.TILE_SIZE ee.reset ee.Algorithms ee.InitState ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature ee.FeatureCollection ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getMap ee.Filter.prototype.not ee.Filter.lt ee.Filter.bounds ee.Filter.or ee.Filter.date ee.Filter.gte ee.Filter.gt ee.Filter.eq ee.Filter.metadata ee.Filter.inList ee.Filter.neq ee.Filter.lte ee.Filter.and ee.Filter ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.LinearRing ee.Geometry.BBox ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.prototype.toGeoJSON ee.Geometry.LineString ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.Point ee.Geometry.prototype.toGeoJSONString ee.Geometry.Polygon ee.Image.prototype.getThumbId ee.Image.cat ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getMap ee.Image.prototype.getThumbURL ee.Image ee.Image.prototype.clip ee.Image.prototype.getMapId ee.Image.prototype.select ee.Image.prototype.expression ee.Image.prototype.rename ee.Image.prototype.getInfo ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.linkCollection ee.List ee.Number ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
|
|
27197
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], ["classifier", "opt_description", "opt_assetId", "opt_priority"], "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
27198
|
+
"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_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
27199
|
+
"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(" "), "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(" "),
|
|
27200
|
+
"image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
27201
|
+
["filter"], ["property", "opt_ascending"], ["name", "operator", "value"], ["geometry"], ["algorithm", "opt_dropNulls"], ["start", "opt_end"], ["algorithm", "opt_first"], ["max", "opt_property", "opt_ascending"], ["callback"], ["opt_callback"], ["func", "var_args"], ["legacy"], ["id", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["id", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "action", "opt_callback"], ["id"], ["clientId", "success",
|
|
27202
|
+
"opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["params", "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["taskId", "params", "opt_callback"], ["opt_success", "opt_error"], ["id"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["id"], ["assetId", "asset", "updateFields", "opt_callback"], ["opt_count", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId",
|
|
27203
|
+
"aclUpdate", "opt_callback"], ["project", "opt_callback"], ["assetId", "properties", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["rootId", "opt_callback"], ["requestedId", "opt_callback"], ["id", "x", "y", "z"], ["taskId", "request", "opt_callback"], ["tag"], ["opt_limit", "opt_callback"], [], ["opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["tag"], ["opt_resetDefault"], ["params", "opt_callback"], ["opt_limit",
|
|
27204
|
+
"opt_callback"], ["path", "opt_force", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["asset", "params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["taskId", "request", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["operationName", "opt_callback"],
|
|
27205
|
+
["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], ["func", "namedArgs"], [], [], [], [], ["var_args"], [], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["args", "opt_column"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_format", "opt_selectors", "opt_filename",
|
|
27206
|
+
"opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], [], ["name", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["start", "opt_end"], ["name", "value"], ["name", "value"], ["name", "value"], ["name", "operator", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["name", "value"], ["var_args"], ["opt_filter"], ["var_args"], ["namedArgs"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
|
|
27207
|
+
["west", "south", "east", "north"], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["params", "opt_callback"], ["var_args"],
|
|
27208
|
+
["params", "opt_callback"], ["r", "g", "b"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["opt_args"], ["geometry"], ["opt_visParams", "opt_callback"], ["var_args"], ["expression", "opt_map"], ["var_args"], ["opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["args"], ["selectors", "opt_names"], ["opt_callback"], [], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"],
|
|
27209
|
+
["list"], ["number"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27210
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toCloudStorage,
|
|
27211
|
+
module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.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.evaluate,
|
|
27212
|
+
ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.serialize, ee.data.getAsset, ee.data.getVideoThumbId, ee.data.getFilmstripThumbId, ee.data.getInfo, ee.data.getAssetAcl, ee.data.cancelTask, ee.data.updateTask, ee.data.makeThumbUrl, ee.data.authenticate, ee.data.getList, ee.data.getDownloadId, ee.data.listAssets, ee.data.startProcessing, ee.data.authenticateViaPopup, ee.data.makeDownloadUrl, ee.data.authenticateViaPrivateKey, ee.data.getTableDownloadId,
|
|
27213
|
+
ee.data.makeTableDownloadUrl, ee.data.updateAsset, ee.data.newTaskId, ee.data.listImages, ee.data.setAssetAcl, ee.data.listBuckets, ee.data.setAssetProperties, ee.data.getAssetRoots, ee.data.getMapId, ee.data.getTaskStatus, ee.data.getAssetRootQuota, ee.data.createAssetHome, ee.data.getTileUrl, ee.data.startIngestion, ee.data.setWorkloadTag, ee.data.listOperations, ee.data.getWorkloadTag, ee.data.getTaskList, ee.data.createAsset, ee.data.setDefaultWorkloadTag, ee.data.resetWorkloadTag, ee.data.getFeatureViewTilesKey,
|
|
27214
|
+
ee.data.getTaskListWithLimit, ee.data.createFolder, ee.data.authenticateViaOauth, ee.data.listFeatures, ee.data.renameAsset, ee.data.startTableIngestion, ee.data.cancelOperation, ee.data.computeValue, ee.data.copyAsset, ee.data.getThumbId, ee.data.deleteAsset, ee.data.getOperation, ee.Date, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Dictionary, ee.initialize, ee.call, ee.apply, ee.TILE_SIZE, ee.reset, ee.Algorithms, ee.InitState,
|
|
27215
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature, ee.FeatureCollection, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getMap, ee.Filter.prototype.not, ee.Filter.lt, ee.Filter.bounds, ee.Filter.or, ee.Filter.date, ee.Filter.gte, ee.Filter.gt, ee.Filter.eq,
|
|
27216
|
+
ee.Filter.metadata, ee.Filter.inList, ee.Filter.neq, ee.Filter.lte, ee.Filter.and, ee.Filter, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.LinearRing, ee.Geometry.BBox, ee.Geometry.MultiPoint, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LineString, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.Point, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Polygon, ee.Image.prototype.getThumbId,
|
|
27217
|
+
ee.Image.cat, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getMap, ee.Image.prototype.getThumbURL, ee.Image, ee.Image.prototype.clip, ee.Image.prototype.getMapId, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image.prototype.rename, ee.Image.prototype.getInfo, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first,
|
|
27218
|
+
ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.linkCollection, ee.List, ee.Number, ee.Serializer.toCloudApiJSON, ee.Serializer.encode, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27224
27219
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27225
27220
|
});
|
|
27226
27221
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/build/main.js
CHANGED
|
@@ -1439,7 +1439,6 @@ goog.loadedModules_ = {};
|
|
|
1439
1439
|
goog.DEPENDENCIES_ENABLED = !1;
|
|
1440
1440
|
goog.ASSUME_ES_MODULES_TRANSPILED = !1;
|
|
1441
1441
|
goog.TRUSTED_TYPES_POLICY_NAME = "goog";
|
|
1442
|
-
goog.hasBadLetScoping = null;
|
|
1443
1442
|
goog.loadModule = function(moduleDef) {
|
|
1444
1443
|
var previousState = goog.moduleLoaderState_;
|
|
1445
1444
|
try {
|
|
@@ -19374,7 +19373,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19374
19373
|
ee.apiclient = {};
|
|
19375
19374
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19376
19375
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19377
|
-
ee.apiclient.API_CLIENT_VERSION = "1.5.
|
|
19376
|
+
ee.apiclient.API_CLIENT_VERSION = "1.5.18";
|
|
19378
19377
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19379
19378
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19380
19379
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19672,8 +19671,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19672
19671
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19673
19672
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19674
19673
|
method = method || "POST";
|
|
19675
|
-
var headers = {"Content-Type":contentType}, version = "1.5.
|
|
19676
|
-
version === "1.5.
|
|
19674
|
+
var headers = {"Content-Type":contentType}, version = "1.5.18";
|
|
19675
|
+
version === "1.5.18" && (version = "latest");
|
|
19677
19676
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19678
19677
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19679
19678
|
if (authToken != null) {
|
|
@@ -26175,8 +26174,6 @@ ee_root.third_party.earthengine_api.javascript.layers.binaryoverlay.BinaryTile.p
|
|
|
26175
26174
|
}, void 0, this);
|
|
26176
26175
|
reader.readAsArrayBuffer(this.sourceData);
|
|
26177
26176
|
};
|
|
26178
|
-
ee.layers.BinaryOverlay = ee_root.third_party.earthengine_api.javascript.layers.binaryoverlay.BinaryOverlay;
|
|
26179
|
-
ee.layers.BinaryTile = ee_root.third_party.earthengine_api.javascript.layers.binaryoverlay.BinaryTile;
|
|
26180
26177
|
goog.net.ImageLoader = function(opt_parent) {
|
|
26181
26178
|
goog.events.EventTarget.call(this);
|
|
26182
26179
|
this.imageIdToRequestMap_ = {};
|
|
@@ -26282,8 +26279,6 @@ ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageTile.def
|
|
|
26282
26279
|
tile.div.appendChild(tile.imageEl);
|
|
26283
26280
|
};
|
|
26284
26281
|
ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageTile.IMAGE_LOADER_EVENTS_ = [goog.events.EventType.LOAD, goog.net.EventType.ABORT, goog.net.EventType.ERROR];
|
|
26285
|
-
ee.layers.ImageOverlay = ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageOverlay;
|
|
26286
|
-
ee.layers.ImageTile = ee_root.third_party.earthengine_api.javascript.layers.imageoverlay.ImageTile;
|
|
26287
26282
|
goog.string.path = {};
|
|
26288
26283
|
goog.string.path.baseName = function(path) {
|
|
26289
26284
|
var i = path.lastIndexOf("/") + 1;
|
|
@@ -27200,29 +27195,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27200
27195
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27201
27196
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27202
27197
|
(function() {
|
|
27203
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.
|
|
27204
|
-
orderedParamLists = [["name", "namedArgs"], ["name", "var_args"], ["
|
|
27205
|
-
"collection opt_description
|
|
27206
|
-
|
|
27207
|
-
"
|
|
27208
|
-
["
|
|
27209
|
-
|
|
27210
|
-
"
|
|
27211
|
-
"opt_callback"], ["
|
|
27212
|
-
"opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"],
|
|
27213
|
-
"opt_callback"], ["
|
|
27214
|
-
"
|
|
27215
|
-
["
|
|
27216
|
-
|
|
27217
|
-
[ee.ApiFunction._apply, ee.ApiFunction.
|
|
27218
|
-
module$contents$ee$batch_Export.
|
|
27219
|
-
ee.ComputedObject.prototype.
|
|
27220
|
-
ee.data.
|
|
27221
|
-
ee.data.
|
|
27222
|
-
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.Feature, ee.Feature.
|
|
27223
|
-
ee.Filter.
|
|
27224
|
-
ee.Image, ee.Image.prototype.
|
|
27225
|
-
ee.ImageCollection.prototype.
|
|
27198
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.classifier.toAsset ee.batch.Export.table.toBigQuery ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toDrive ee.batch.Export.table.toFeatureView ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.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.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.serialize ee.data.getAsset ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.getInfo ee.data.getAssetAcl ee.data.cancelTask ee.data.updateTask ee.data.makeThumbUrl ee.data.authenticate ee.data.getList ee.data.getDownloadId ee.data.listAssets ee.data.startProcessing ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.getTableDownloadId ee.data.makeTableDownloadUrl ee.data.updateAsset ee.data.newTaskId ee.data.listImages ee.data.setAssetAcl ee.data.listBuckets ee.data.setAssetProperties ee.data.getAssetRoots ee.data.getMapId ee.data.getTaskStatus ee.data.getAssetRootQuota ee.data.createAssetHome ee.data.getTileUrl ee.data.startIngestion ee.data.setWorkloadTag ee.data.listOperations ee.data.getWorkloadTag ee.data.getTaskList ee.data.createAsset ee.data.setDefaultWorkloadTag ee.data.resetWorkloadTag ee.data.getFeatureViewTilesKey ee.data.getTaskListWithLimit ee.data.createFolder ee.data.authenticateViaOauth ee.data.listFeatures ee.data.renameAsset ee.data.startTableIngestion ee.data.cancelOperation ee.data.computeValue ee.data.copyAsset ee.data.getThumbId ee.data.deleteAsset ee.data.getOperation ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Dictionary ee.initialize ee.call ee.apply ee.TILE_SIZE ee.reset ee.Algorithms ee.InitState ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature ee.FeatureCollection ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getMap ee.Filter.prototype.not ee.Filter.lt ee.Filter.bounds ee.Filter.or ee.Filter.date ee.Filter.gte ee.Filter.gt ee.Filter.eq ee.Filter.metadata ee.Filter.inList ee.Filter.neq ee.Filter.lte ee.Filter.and ee.Filter ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.LinearRing ee.Geometry.BBox ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.prototype.toGeoJSON ee.Geometry.LineString ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.Point ee.Geometry.prototype.toGeoJSONString ee.Geometry.Polygon ee.Image.prototype.getThumbId ee.Image.cat ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getMap ee.Image.prototype.getThumbURL ee.Image ee.Image.prototype.clip ee.Image.prototype.getMapId ee.Image.prototype.select ee.Image.prototype.expression ee.Image.prototype.rename ee.Image.prototype.getInfo ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.linkCollection ee.List ee.Number ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
|
|
27199
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], ["classifier", "opt_description", "opt_assetId", "opt_priority"], "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
27200
|
+
"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_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
27201
|
+
"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(" "), "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(" "),
|
|
27202
|
+
"image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
27203
|
+
["filter"], ["property", "opt_ascending"], ["name", "operator", "value"], ["geometry"], ["algorithm", "opt_dropNulls"], ["start", "opt_end"], ["algorithm", "opt_first"], ["max", "opt_property", "opt_ascending"], ["callback"], ["opt_callback"], ["func", "var_args"], ["legacy"], ["id", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["id", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "action", "opt_callback"], ["id"], ["clientId", "success",
|
|
27204
|
+
"opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["params", "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["taskId", "params", "opt_callback"], ["opt_success", "opt_error"], ["id"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["params", "opt_callback"], ["id"], ["assetId", "asset", "updateFields", "opt_callback"], ["opt_count", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId",
|
|
27205
|
+
"aclUpdate", "opt_callback"], ["project", "opt_callback"], ["assetId", "properties", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["rootId", "opt_callback"], ["requestedId", "opt_callback"], ["id", "x", "y", "z"], ["taskId", "request", "opt_callback"], ["tag"], ["opt_limit", "opt_callback"], [], ["opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["tag"], ["opt_resetDefault"], ["params", "opt_callback"], ["opt_limit",
|
|
27206
|
+
"opt_callback"], ["path", "opt_force", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["asset", "params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["taskId", "request", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["operationName", "opt_callback"],
|
|
27207
|
+
["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], ["func", "namedArgs"], [], [], [], [], ["var_args"], [], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["args", "opt_column"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_format", "opt_selectors", "opt_filename",
|
|
27208
|
+
"opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], [], ["name", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["start", "opt_end"], ["name", "value"], ["name", "value"], ["name", "value"], ["name", "operator", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["name", "value"], ["var_args"], ["opt_filter"], ["var_args"], ["namedArgs"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
|
|
27209
|
+
["west", "south", "east", "north"], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["params", "opt_callback"], ["var_args"],
|
|
27210
|
+
["params", "opt_callback"], ["r", "g", "b"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["opt_args"], ["geometry"], ["opt_visParams", "opt_callback"], ["var_args"], ["expression", "opt_map"], ["var_args"], ["opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["args"], ["selectors", "opt_names"], ["opt_callback"], [], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"],
|
|
27211
|
+
["list"], ["number"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27212
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toCloudStorage,
|
|
27213
|
+
module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.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.evaluate,
|
|
27214
|
+
ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.serialize, ee.data.getAsset, ee.data.getVideoThumbId, ee.data.getFilmstripThumbId, ee.data.getInfo, ee.data.getAssetAcl, ee.data.cancelTask, ee.data.updateTask, ee.data.makeThumbUrl, ee.data.authenticate, ee.data.getList, ee.data.getDownloadId, ee.data.listAssets, ee.data.startProcessing, ee.data.authenticateViaPopup, ee.data.makeDownloadUrl, ee.data.authenticateViaPrivateKey, ee.data.getTableDownloadId,
|
|
27215
|
+
ee.data.makeTableDownloadUrl, ee.data.updateAsset, ee.data.newTaskId, ee.data.listImages, ee.data.setAssetAcl, ee.data.listBuckets, ee.data.setAssetProperties, ee.data.getAssetRoots, ee.data.getMapId, ee.data.getTaskStatus, ee.data.getAssetRootQuota, ee.data.createAssetHome, ee.data.getTileUrl, ee.data.startIngestion, ee.data.setWorkloadTag, ee.data.listOperations, ee.data.getWorkloadTag, ee.data.getTaskList, ee.data.createAsset, ee.data.setDefaultWorkloadTag, ee.data.resetWorkloadTag, ee.data.getFeatureViewTilesKey,
|
|
27216
|
+
ee.data.getTaskListWithLimit, ee.data.createFolder, ee.data.authenticateViaOauth, ee.data.listFeatures, ee.data.renameAsset, ee.data.startTableIngestion, ee.data.cancelOperation, ee.data.computeValue, ee.data.copyAsset, ee.data.getThumbId, ee.data.deleteAsset, ee.data.getOperation, ee.Date, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Dictionary, ee.initialize, ee.call, ee.apply, ee.TILE_SIZE, ee.reset, ee.Algorithms, ee.InitState,
|
|
27217
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature, ee.FeatureCollection, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getMap, ee.Filter.prototype.not, ee.Filter.lt, ee.Filter.bounds, ee.Filter.or, ee.Filter.date, ee.Filter.gte, ee.Filter.gt, ee.Filter.eq,
|
|
27218
|
+
ee.Filter.metadata, ee.Filter.inList, ee.Filter.neq, ee.Filter.lte, ee.Filter.and, ee.Filter, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.LinearRing, ee.Geometry.BBox, ee.Geometry.MultiPoint, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.prototype.toGeoJSON, ee.Geometry.LineString, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.Point, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Polygon, ee.Image.prototype.getThumbId,
|
|
27219
|
+
ee.Image.cat, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getMap, ee.Image.prototype.getThumbURL, ee.Image, ee.Image.prototype.clip, ee.Image.prototype.getMapId, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image.prototype.rename, ee.Image.prototype.getInfo, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first,
|
|
27220
|
+
ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.linkCollection, ee.List, ee.Number, ee.Serializer.toCloudApiJSON, ee.Serializer.encode, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27226
27221
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27227
27222
|
});
|
|
27228
27223
|
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.5.
|
|
27
|
+
const API_CLIENT_VERSION = '1.5.18';
|
|
28
28
|
|
|
29
29
|
exports.VERSION = apiVersion.VERSION;
|
|
30
30
|
exports.API_CLIENT_VERSION = API_CLIENT_VERSION;
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
goog.provide('ee.layers.AbstractOverlay');
|
|
2
2
|
goog.provide('ee.layers.AbstractTile');
|
|
3
|
-
goog.provide('ee.layers.TileAbortEvent');
|
|
4
3
|
goog.provide('ee.layers.TileFailEvent');
|
|
5
4
|
goog.provide('ee.layers.TileLoadEvent');
|
|
6
|
-
goog.provide('ee.layers.TileStartEvent');
|
|
7
|
-
goog.provide('ee.layers.TileThrottleEvent');
|
|
8
5
|
|
|
9
6
|
goog.forwardDeclare('ee.data.PROFILE_REQUEST_HEADER');
|
|
10
7
|
goog.require('ee.data');
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
goog.provide('ee.layers.BinaryOverlay');
|
|
2
|
-
goog.provide('ee.layers.BinaryTile');
|
|
3
1
|
goog.provide('earthengine_api.javascript.layers.binaryoverlay');
|
|
4
2
|
|
|
5
3
|
goog.require('ee.layers.AbstractOverlay');
|
|
@@ -116,10 +114,4 @@ earthengine_api.javascript.layers.binaryoverlay.BinaryTile =
|
|
|
116
114
|
}
|
|
117
115
|
};
|
|
118
116
|
|
|
119
|
-
/** @const */
|
|
120
|
-
ee.layers.BinaryOverlay = earthengine_api.javascript.layers
|
|
121
|
-
.binaryoverlay.BinaryOverlay;
|
|
122
117
|
|
|
123
|
-
/** @const */
|
|
124
|
-
ee.layers.BinaryTile = earthengine_api.javascript.layers
|
|
125
|
-
.binaryoverlay.BinaryTile;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
goog.provide('ee.layers.ImageOverlay');
|
|
2
|
-
goog.provide('ee.layers.ImageTile');
|
|
3
1
|
goog.provide('earthengine_api.javascript.layers.imageoverlay');
|
|
4
2
|
|
|
5
3
|
goog.require('ee.layers.AbstractOverlay');
|
|
@@ -152,10 +150,4 @@ earthengine_api.javascript.layers.imageoverlay.ImageTile
|
|
|
152
150
|
goog.events.EventType.LOAD, goog.net.EventType.ABORT, goog.net.EventType.ERROR
|
|
153
151
|
];
|
|
154
152
|
|
|
155
|
-
/** @const */
|
|
156
|
-
ee.layers.ImageOverlay = earthengine_api.javascript.layers
|
|
157
|
-
.imageoverlay.ImageOverlay;
|
|
158
153
|
|
|
159
|
-
/** @const */
|
|
160
|
-
ee.layers.ImageTile = earthengine_api.javascript.layers
|
|
161
|
-
.imageoverlay.ImageTile;
|