@google/earthengine 1.6.6 → 1.6.9
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 +30 -28
- package/build/ee_api_js.js +16 -16
- package/build/ee_api_js_debug.js +8 -5
- package/build/ee_api_js_npm.js +30 -28
- package/build/main.js +30 -28
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
package/build/browser.js
CHANGED
|
@@ -1386,7 +1386,10 @@ goog.GENDERED_MESSAGES_ENABLED = !0;
|
|
|
1386
1386
|
goog.GrammaticalGender_ = {OTHER:0, MASCULINE:1, FEMININE:2, NEUTER:3};
|
|
1387
1387
|
goog.GRAMMATICAL_GENDER_MAP_ = {FEMININE:goog.GrammaticalGender_.FEMININE, MASCULINE:goog.GrammaticalGender_.MASCULINE, NEUTER:goog.GrammaticalGender_.NEUTER};
|
|
1388
1388
|
goog.viewerGrammaticalGender_ = goog.GRAMMATICAL_GENDER_MAP_[goog.GENDERED_MESSAGES_ENABLED && goog.global._F_VIEWER_GRAMMATICAL_GENDER] || goog.GrammaticalGender_.OTHER;
|
|
1389
|
-
goog.msgKind = {
|
|
1389
|
+
goog.msgKind = {};
|
|
1390
|
+
goog.msgKind.MASCULINE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.MASCULINE;
|
|
1391
|
+
goog.msgKind.FEMININE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.FEMININE;
|
|
1392
|
+
goog.msgKind.NEUTER = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.NEUTER;
|
|
1390
1393
|
goog.LEGACY_NAMESPACE_OBJECT_ = goog.global;
|
|
1391
1394
|
goog.provide = function(name) {
|
|
1392
1395
|
if (goog.isInModuleLoader_()) {
|
|
@@ -17890,7 +17893,7 @@ goog.dom.getDocumentScroll = function() {
|
|
|
17890
17893
|
};
|
|
17891
17894
|
goog.dom.getDocumentScroll_ = function(doc) {
|
|
17892
17895
|
var el = goog.dom.getDocumentScrollElement_(doc), win = goog.dom.getWindow_(doc);
|
|
17893
|
-
return new goog.math.Coordinate(win.pageXOffset || el.scrollLeft, win.pageYOffset || el.scrollTop);
|
|
17896
|
+
return new goog.math.Coordinate((win == null ? void 0 : win.pageXOffset) || el.scrollLeft, (win == null ? void 0 : win.pageYOffset) || el.scrollTop);
|
|
17894
17897
|
};
|
|
17895
17898
|
goog.dom.getDocumentScrollElement = function() {
|
|
17896
17899
|
return goog.dom.getDocumentScrollElement_(document);
|
|
@@ -19474,7 +19477,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19474
19477
|
ee.apiclient = {};
|
|
19475
19478
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19476
19479
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19477
|
-
ee.apiclient.API_CLIENT_VERSION = "1.6.
|
|
19480
|
+
ee.apiclient.API_CLIENT_VERSION = "1.6.9";
|
|
19478
19481
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19479
19482
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19480
19483
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19772,8 +19775,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19772
19775
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19773
19776
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19774
19777
|
method = method || "POST";
|
|
19775
|
-
var headers = {"Content-Type":contentType}, version = "1.6.
|
|
19776
|
-
version === "1.6.
|
|
19778
|
+
var headers = {"Content-Type":contentType}, version = "1.6.9";
|
|
19779
|
+
version === "1.6.9" && (version = "latest");
|
|
19777
19780
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19778
19781
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19779
19782
|
if (authToken != null) {
|
|
@@ -27296,29 +27299,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27296
27299
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27297
27300
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27298
27301
|
(function() {
|
|
27299
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27300
|
-
orderedParamLists = [["name", "
|
|
27301
|
-
"collection opt_description
|
|
27302
|
-
|
|
27303
|
-
"image opt_description
|
|
27304
|
-
"
|
|
27305
|
-
"
|
|
27306
|
-
["
|
|
27307
|
-
"
|
|
27308
|
-
"
|
|
27309
|
-
["
|
|
27310
|
-
"
|
|
27311
|
-
"
|
|
27312
|
-
[
|
|
27313
|
-
|
|
27314
|
-
|
|
27315
|
-
ee.
|
|
27316
|
-
ee.data.
|
|
27317
|
-
ee.
|
|
27318
|
-
ee.
|
|
27319
|
-
ee.
|
|
27320
|
-
ee.
|
|
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) {
|
|
27302
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.video.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toDrive ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.filter ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.serialize ee.data.listAssets ee.data.listBuckets ee.data.startProcessing ee.data.authenticateViaPopup ee.data.listImages ee.data.authenticateViaPrivateKey ee.data.updateAsset ee.data.getDownloadId ee.data.makeDownloadUrl ee.data.getTableDownloadId ee.data.setAssetAcl ee.data.getTaskStatus ee.data.makeTableDownloadUrl ee.data.setAssetProperties ee.data.newTaskId ee.data.getAssetRoots ee.data.getAssetRootQuota ee.data.createAssetHome ee.data.startIngestion ee.data.getMapId ee.data.getWorkloadTag ee.data.createAsset ee.data.setWorkloadTag ee.data.getTileUrl ee.data.startTableIngestion ee.data.createFolder ee.data.setDefaultWorkloadTag ee.data.getTaskList ee.data.resetWorkloadTag ee.data.listOperations ee.data.renameAsset ee.data.getTaskListWithLimit ee.data.getFeatureViewTilesKey ee.data.copyAsset ee.data.listFeatures ee.data.cancelOperation ee.data.authenticate ee.data.deleteAsset ee.data.getAsset ee.data.getOperation ee.data.computeValue ee.data.getVideoThumbId ee.data.getInfo ee.data.getAssetAcl ee.data.getThumbId ee.data.makeThumbUrl ee.data.getList ee.data.cancelTask ee.data.updateTask ee.data.authenticateViaOauth ee.data.getFilmstripThumbId ee.Date ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Dictionary ee.reset ee.Algorithms ee.InitState ee.call ee.initialize ee.TILE_SIZE ee.apply ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMapId ee.Feature.prototype.getInfo ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMapId ee.FeatureCollection ee.Filter.gt ee.Filter.inList ee.Filter.lt ee.Filter.prototype.not ee.Filter.and ee.Filter.or ee.Filter ee.Filter.gte ee.Filter.eq ee.Filter.neq ee.Filter.date ee.Filter.metadata ee.Filter.lte ee.Filter.bounds ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Rectangle ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiLineString ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSONString ee.Geometry.LinearRing ee.Geometry ee.Geometry.prototype.serialize ee.Geometry.Point ee.Geometry.MultiPolygon ee.Geometry.BBox ee.Geometry.MultiPoint ee.Image.prototype.expression ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image ee.Image.prototype.getMap ee.Image.prototype.clip ee.Image.prototype.getDownloadURL ee.Image.prototype.rename ee.Image.prototype.select ee.Image.cat ee.Image.prototype.getMapId ee.Image.rgb ee.Image.prototype.getInfo ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.getMap ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableJSON ee.Serializer.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.String ee.Terrain".split(" "),
|
|
27303
|
+
orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], "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_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(" "),
|
|
27304
|
+
["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(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),
|
|
27305
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
27306
|
+
"image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), ["name", "operator", "value"], ["geometry"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["start", "opt_end"], ["algorithm", "opt_first"], ["max", "opt_property", "opt_ascending"], ["filter"], ["func", "var_args"], ["opt_callback"], ["callback"],
|
|
27307
|
+
["legacy"], ["parent", "opt_params", "opt_callback"], ["project", "opt_callback"], ["taskId", "params", "opt_callback"], ["opt_success", "opt_error"], ["parent", "opt_params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["id"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["taskId", "opt_callback"], ["id"], ["assetId", "properties",
|
|
27308
|
+
"opt_callback"], ["opt_count", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], [], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["tag"], ["id", "x", "y", "z"], ["taskId", "request", "opt_callback"], ["path", "opt_force", "opt_callback"], ["tag"], ["opt_callback"], ["opt_resetDefault"], ["opt_limit", "opt_callback"], ["sourceId", "destinationId", "opt_callback"],
|
|
27309
|
+
["opt_limit", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["asset", "params", "opt_callback"], ["operationName", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["assetId", "opt_callback"], ["id", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"], ["params", "opt_callback"], ["id", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"],
|
|
27310
|
+
["id"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "action", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["params", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], [], [], ["func", "var_args"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], ["func", "namedArgs"], ["var_args"], [], ["opt_visParams",
|
|
27311
|
+
"opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], [], ["var_args"], ["var_args"], ["opt_filter"],
|
|
27312
|
+
["name", "value"], ["name", "value"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson",
|
|
27313
|
+
"opt_proj", "opt_geodesic", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["west", "south", "east", "north"], ["coords", "opt_proj"], ["expression", "opt_map"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_args"], ["opt_visParams", "opt_callback"], ["geometry"], ["params", "opt_callback"], ["var_args"], ["var_args"], ["var_args"], ["opt_visParams", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params",
|
|
27314
|
+
"opt_callback"], ["selectors", "opt_names"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["opt_visParams", "opt_callback"], [], ["opt_callback"], ["opt_visParams", "opt_callback"], ["args"], ["params", "opt_callback"], ["list"], ["number"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27315
|
+
[ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, module$contents$ee$batch_Export.map.toCloudStorage, 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.classifier.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toFeatureView,
|
|
27316
|
+
module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.limit, ee.Collection.prototype.filter, ee.ComputedObject.prototype.aside,
|
|
27317
|
+
ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.serialize, ee.data.listAssets, ee.data.listBuckets, ee.data.startProcessing, ee.data.authenticateViaPopup, ee.data.listImages, ee.data.authenticateViaPrivateKey, ee.data.updateAsset, ee.data.getDownloadId, ee.data.makeDownloadUrl, ee.data.getTableDownloadId, ee.data.setAssetAcl, ee.data.getTaskStatus, ee.data.makeTableDownloadUrl, ee.data.setAssetProperties, ee.data.newTaskId, ee.data.getAssetRoots,
|
|
27318
|
+
ee.data.getAssetRootQuota, ee.data.createAssetHome, ee.data.startIngestion, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.createAsset, ee.data.setWorkloadTag, ee.data.getTileUrl, ee.data.startTableIngestion, ee.data.createFolder, ee.data.setDefaultWorkloadTag, ee.data.getTaskList, ee.data.resetWorkloadTag, ee.data.listOperations, ee.data.renameAsset, ee.data.getTaskListWithLimit, ee.data.getFeatureViewTilesKey, ee.data.copyAsset, ee.data.listFeatures, ee.data.cancelOperation, ee.data.authenticate,
|
|
27319
|
+
ee.data.deleteAsset, ee.data.getAsset, ee.data.getOperation, ee.data.computeValue, ee.data.getVideoThumbId, ee.data.getInfo, ee.data.getAssetAcl, ee.data.getThumbId, ee.data.makeThumbUrl, ee.data.getList, ee.data.cancelTask, ee.data.updateTask, ee.data.authenticateViaOauth, ee.data.getFilmstripThumbId, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Dictionary, ee.reset, ee.Algorithms, ee.InitState, ee.call, ee.initialize,
|
|
27320
|
+
ee.TILE_SIZE, ee.apply, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMapId, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMap, ee.Feature, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection, ee.Filter.gt, ee.Filter.inList, ee.Filter.lt, ee.Filter.prototype.not, ee.Filter.and, ee.Filter.or,
|
|
27321
|
+
ee.Filter, ee.Filter.gte, ee.Filter.eq, ee.Filter.neq, ee.Filter.date, ee.Filter.metadata, ee.Filter.lte, ee.Filter.bounds, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.Rectangle, ee.Geometry.prototype.toGeoJSON, ee.Geometry.MultiLineString, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.LinearRing, ee.Geometry, ee.Geometry.prototype.serialize, ee.Geometry.Point, ee.Geometry.MultiPolygon, ee.Geometry.BBox, ee.Geometry.MultiPoint,
|
|
27322
|
+
ee.Image.prototype.expression, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image, ee.Image.prototype.getMap, ee.Image.prototype.clip, ee.Image.prototype.getDownloadURL, ee.Image.prototype.rename, ee.Image.prototype.select, ee.Image.cat, ee.Image.prototype.getMapId, ee.Image.rgb, ee.Image.prototype.getInfo, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.first,
|
|
27323
|
+
ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.getMap, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableJSON, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27322
27324
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27323
27325
|
});
|
|
27324
27326
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/build/ee_api_js.js
CHANGED
|
@@ -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.9";p==="1.6.9"&&
|
|
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.
|
|
713
|
-
c=[["name"],["name"
|
|
714
|
-
"
|
|
715
|
-
"
|
|
716
|
-
"collection opt_description
|
|
717
|
-
"
|
|
718
|
-
"
|
|
719
|
-
|
|
720
|
-
"opt_callback"],["
|
|
721
|
-
[
|
|
722
|
-
|
|
723
|
-
["coords","opt_proj","
|
|
724
|
-
|
|
725
|
-
O.prototype.W,O.prototype.ua,
|
|
726
|
-
T
|
|
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._call ee.ApiFunction.lookup ee.ApiFunction._apply ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.video.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toAsset ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.limit ee.Collection.prototype.map ee.Collection.prototype.filterBounds ee.Collection.prototype.filter ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.authenticate ee.data.updateAsset ee.data.authenticateViaPopup ee.data.getDownloadId ee.data.listImages ee.data.setAssetAcl ee.data.makeDownloadUrl ee.data.startProcessing ee.data.authenticateViaPrivateKey ee.data.makeTableDownloadUrl ee.data.listBuckets ee.data.setAssetProperties ee.data.getTableDownloadId ee.data.getAssetRoots ee.data.getAssetRootQuota ee.data.createAssetHome ee.data.newTaskId ee.data.startIngestion ee.data.getMapId ee.data.getWorkloadTag ee.data.createAsset ee.data.getTaskStatus ee.data.setWorkloadTag ee.data.listOperations ee.data.createFolder ee.data.setDefaultWorkloadTag ee.data.getTileUrl ee.data.startTableIngestion ee.data.resetWorkloadTag ee.data.getTaskList ee.data.getTaskListWithLimit ee.data.renameAsset ee.data.getFeatureViewTilesKey ee.data.copyAsset ee.data.getList ee.data.updateTask ee.data.deleteAsset ee.data.getAsset ee.data.listFeatures ee.data.cancelOperation ee.data.getOperation ee.data.getAssetAcl ee.data.computeValue ee.data.getVideoThumbId ee.data.authenticateViaOauth ee.data.getThumbId ee.data.getFilmstripThumbId ee.data.cancelTask ee.data.getInfo ee.data.listAssets ee.data.makeThumbUrl ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.reset ee.InitState ee.call ee.initialize ee.apply ee.TILE_SIZE ee.Algorithms ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.Filter.lt ee.Filter.prototype.not ee.Filter.or ee.Filter.gte ee.Filter.neq ee.Filter ee.Filter.date ee.Filter.eq ee.Filter.metadata ee.Filter.gt ee.Filter.lte ee.Filter.inList ee.Filter.and ee.Filter.bounds ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.LineString ee.Geometry.prototype.toGeoJSONString ee.Geometry.prototype.serialize ee.Geometry.LinearRing ee.Geometry.Polygon ee.Geometry ee.Geometry.MultiPolygon ee.Geometry.Point ee.Geometry.BBox ee.Geometry.Rectangle ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Image.prototype.getInfo ee.Image.cat ee.Image.prototype.select ee.Image.prototype.getMapId ee.Image.rgb ee.Image.prototype.clip ee.Image.prototype.expression ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image ee.Image.prototype.getDownloadURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getInfo ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMapId ee.List ee.Number ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toReadableCloudApiJSON ee.String ee.Terrain".split(" "),
|
|
713
|
+
c=[["name","var_args"],["name"],["name","namedArgs"],"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "),"image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),["collection","opt_description","opt_assetId","opt_maxVertices","opt_priority"],"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
714
|
+
"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),"image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),
|
|
715
|
+
["classifier","opt_description","opt_assetId","opt_priority"],"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(" "),"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),
|
|
716
|
+
"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_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),["algorithm",
|
|
717
|
+
"opt_first"],["start","opt_end"],["max","opt_property","opt_ascending"],["algorithm","opt_dropNulls"],["geometry"],["filter"],["property","opt_ascending"],["name","operator","value"],["callback"],["opt_callback"],["legacy"],["func","var_args"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["assetId","asset","updateFields","opt_callback"],["opt_success","opt_error"],["params","opt_callback"],["parent","opt_params","opt_callback"],["assetId","aclUpdate","opt_callback"],
|
|
718
|
+
["id"],["taskId","params","opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["id"],["project","opt_callback"],["assetId","properties","opt_callback"],["params","opt_callback"],["opt_callback"],["rootId","opt_callback"],["requestedId","opt_callback"],["opt_count","opt_callback"],["taskId","request","opt_callback"],["params","opt_callback"],[],["value","opt_path","opt_force","opt_properties","opt_callback"],["taskId","opt_callback"],["tag"],["opt_limit",
|
|
719
|
+
"opt_callback"],["path","opt_force","opt_callback"],["tag"],["id","x","y","z"],["taskId","request","opt_callback"],["opt_resetDefault"],["opt_callback"],["opt_limit","opt_callback"],["sourceId","destinationId","opt_callback"],["params","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["params","opt_callback"],["taskId","action","opt_callback"],["assetId","opt_callback"],["id","opt_callback"],["asset","params","opt_callback"],["operationName","opt_callback"],["operationName",
|
|
720
|
+
"opt_callback"],["assetId","opt_callback"],["obj","opt_callback"],["params","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["params","opt_callback"],["params","opt_callback"],["taskId","opt_callback"],["id","opt_callback"],["parent","opt_params","opt_callback"],["id"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],[],[],["func","var_args"],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
|
|
721
|
+
["func","namedArgs"],[],[],["var_args"],[],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],["geometry","opt_properties"],["opt_callback"],["opt_visParams","opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["args","opt_column"],["opt_visParams","opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["name","value"],[],["var_args"],["name","value"],["name","value"],["opt_filter"],["start","opt_end"],["name","value"],
|
|
722
|
+
["name","operator","value"],["name","value"],["name","value"],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["var_args"],["geometry","opt_errorMargin"],["namedArgs"],["var_args"],["coords","opt_proj","opt_geodesic","opt_maxError"],[],["legacy"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],
|
|
723
|
+
["coords","opt_proj"],["west","south","east","north"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError"],[],["opt_callback"],["var_args"],["var_args"],["opt_visParams","opt_callback"],["r","g","b"],["geometry"],["expression","opt_map"],["params","opt_callback"],["params","opt_callback"],["opt_visParams","opt_callback"],["var_args"],["opt_args"],["params","opt_callback"],[],["opt_callback"],["args"],["params","opt_callback"],
|
|
724
|
+
["params","opt_callback"],["opt_visParams","opt_callback"],["imageCollection","opt_linkedBands","opt_linkedProperties","opt_matchPropertyName"],["selectors","opt_names"],["opt_visParams","opt_callback"],["list"],["number"],["obj","opt_isCompound"],["obj"],["obj"],["obj"],["obj"],["obj"],["obj"],["string"],[]];[Q,Qm,Rm,yo,to,wo,uo,Bo,so,Co,Ao,ro,xo,po,vo,zo,V.prototype.Lh,V.prototype.lf,V.prototype.limit,V.prototype.map,V.prototype.wh,V.prototype.filter,V.prototype.sort,V.prototype.mf,O.prototype.evaluate,
|
|
725
|
+
O.prototype.W,O.prototype.ua,O.prototype.Fg,ql,vm,ol,Gl,lm,wm,Hl,am,rl,Jl,mm,xm,Il,nm,ym,om,Kl,em,wl,ul,pm,Nl,Am,Ql,qm,Bm,xl,gm,Cm,Pl,Ol,rm,yl,sm,jm,Tl,tm,hm,zl,Rl,Sl,um,Al,Cl,pl,Bl,Dl,Ul,hm,km,El,To,Xo,Yo,Wo,bp,cp,op,pp,qp,lp,rp,256,np,S.prototype.set,Mj,X.prototype.S,X.prototype.getMap,X.prototype.W,X,Y.prototype.W,Y.prototype.S,Y.prototype.qb,Y,Y.prototype.getMap,Y.prototype.select,Gn,U.prototype.uc,Ln,Hn,Fn,U,Mn,En,Pn,In,Jn,Nn,Kn,On,Lm.prototype.apply,Lm.prototype.call,sn,T.prototype.xg,T.prototype.ua,
|
|
726
|
+
tn,vn,T,wn,kn,pn,on,nn,un,T.prototype.pe,N.prototype.W,co,N.prototype.select,N.prototype.S,bo,N.prototype.clip,N.prototype.l,N.prototype.Md,N.prototype.uf,N.prototype.getMap,N.prototype.ri,N,N.prototype.qb,Z.prototype.first,Z.prototype.W,Z,Z.prototype.tf,Z.prototype.vf,Z.prototype.getMap,Z.prototype.Ff,Z.prototype.select,Z.prototype.S,eo,Jo,Ik,Jk,Ok,Tk,Lk,Sk,Uk,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
|
@@ -1386,7 +1386,10 @@ goog.GENDERED_MESSAGES_ENABLED = !0;
|
|
|
1386
1386
|
goog.GrammaticalGender_ = {OTHER:0, MASCULINE:1, FEMININE:2, NEUTER:3};
|
|
1387
1387
|
goog.GRAMMATICAL_GENDER_MAP_ = {FEMININE:goog.GrammaticalGender_.FEMININE, MASCULINE:goog.GrammaticalGender_.MASCULINE, NEUTER:goog.GrammaticalGender_.NEUTER};
|
|
1388
1388
|
goog.viewerGrammaticalGender_ = goog.GRAMMATICAL_GENDER_MAP_[goog.GENDERED_MESSAGES_ENABLED && goog.global._F_VIEWER_GRAMMATICAL_GENDER] || goog.GrammaticalGender_.OTHER;
|
|
1389
|
-
goog.msgKind = {
|
|
1389
|
+
goog.msgKind = {};
|
|
1390
|
+
goog.msgKind.MASCULINE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.MASCULINE;
|
|
1391
|
+
goog.msgKind.FEMININE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.FEMININE;
|
|
1392
|
+
goog.msgKind.NEUTER = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.NEUTER;
|
|
1390
1393
|
goog.LEGACY_NAMESPACE_OBJECT_ = goog.global;
|
|
1391
1394
|
goog.provide = function(name) {
|
|
1392
1395
|
if (goog.isInModuleLoader_()) {
|
|
@@ -17890,7 +17893,7 @@ goog.dom.getDocumentScroll = function() {
|
|
|
17890
17893
|
};
|
|
17891
17894
|
goog.dom.getDocumentScroll_ = function(doc) {
|
|
17892
17895
|
var el = goog.dom.getDocumentScrollElement_(doc), win = goog.dom.getWindow_(doc);
|
|
17893
|
-
return new goog.math.Coordinate(win.pageXOffset || el.scrollLeft, win.pageYOffset || el.scrollTop);
|
|
17896
|
+
return new goog.math.Coordinate((win == null ? void 0 : win.pageXOffset) || el.scrollLeft, (win == null ? void 0 : win.pageYOffset) || el.scrollTop);
|
|
17894
17897
|
};
|
|
17895
17898
|
goog.dom.getDocumentScrollElement = function() {
|
|
17896
17899
|
return goog.dom.getDocumentScrollElement_(document);
|
|
@@ -19474,7 +19477,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19474
19477
|
ee.apiclient = {};
|
|
19475
19478
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19476
19479
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19477
|
-
ee.apiclient.API_CLIENT_VERSION = "1.6.
|
|
19480
|
+
ee.apiclient.API_CLIENT_VERSION = "1.6.9";
|
|
19478
19481
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19479
19482
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19480
19483
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19772,8 +19775,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19772
19775
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19773
19776
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19774
19777
|
method = method || "POST";
|
|
19775
|
-
var headers = {"Content-Type":contentType}, version = "1.6.
|
|
19776
|
-
version === "1.6.
|
|
19778
|
+
var headers = {"Content-Type":contentType}, version = "1.6.9";
|
|
19779
|
+
version === "1.6.9" && (version = "latest");
|
|
19777
19780
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19778
19781
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19779
19782
|
if (authToken != null) {
|
package/build/ee_api_js_npm.js
CHANGED
|
@@ -1386,7 +1386,10 @@ goog.GENDERED_MESSAGES_ENABLED = !0;
|
|
|
1386
1386
|
goog.GrammaticalGender_ = {OTHER:0, MASCULINE:1, FEMININE:2, NEUTER:3};
|
|
1387
1387
|
goog.GRAMMATICAL_GENDER_MAP_ = {FEMININE:goog.GrammaticalGender_.FEMININE, MASCULINE:goog.GrammaticalGender_.MASCULINE, NEUTER:goog.GrammaticalGender_.NEUTER};
|
|
1388
1388
|
goog.viewerGrammaticalGender_ = goog.GRAMMATICAL_GENDER_MAP_[goog.GENDERED_MESSAGES_ENABLED && goog.global._F_VIEWER_GRAMMATICAL_GENDER] || goog.GrammaticalGender_.OTHER;
|
|
1389
|
-
goog.msgKind = {
|
|
1389
|
+
goog.msgKind = {};
|
|
1390
|
+
goog.msgKind.MASCULINE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.MASCULINE;
|
|
1391
|
+
goog.msgKind.FEMININE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.FEMININE;
|
|
1392
|
+
goog.msgKind.NEUTER = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.NEUTER;
|
|
1390
1393
|
goog.LEGACY_NAMESPACE_OBJECT_ = goog.global;
|
|
1391
1394
|
goog.provide = function(name) {
|
|
1392
1395
|
if (goog.isInModuleLoader_()) {
|
|
@@ -17890,7 +17893,7 @@ goog.dom.getDocumentScroll = function() {
|
|
|
17890
17893
|
};
|
|
17891
17894
|
goog.dom.getDocumentScroll_ = function(doc) {
|
|
17892
17895
|
var el = goog.dom.getDocumentScrollElement_(doc), win = goog.dom.getWindow_(doc);
|
|
17893
|
-
return new goog.math.Coordinate(win.pageXOffset || el.scrollLeft, win.pageYOffset || el.scrollTop);
|
|
17896
|
+
return new goog.math.Coordinate((win == null ? void 0 : win.pageXOffset) || el.scrollLeft, (win == null ? void 0 : win.pageYOffset) || el.scrollTop);
|
|
17894
17897
|
};
|
|
17895
17898
|
goog.dom.getDocumentScrollElement = function() {
|
|
17896
17899
|
return goog.dom.getDocumentScrollElement_(document);
|
|
@@ -19474,7 +19477,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19474
19477
|
ee.apiclient = {};
|
|
19475
19478
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19476
19479
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19477
|
-
ee.apiclient.API_CLIENT_VERSION = "1.6.
|
|
19480
|
+
ee.apiclient.API_CLIENT_VERSION = "1.6.9";
|
|
19478
19481
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19479
19482
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19480
19483
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19772,8 +19775,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19772
19775
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19773
19776
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19774
19777
|
method = method || "POST";
|
|
19775
|
-
var headers = {"Content-Type":contentType}, version = "1.6.
|
|
19776
|
-
version === "1.6.
|
|
19778
|
+
var headers = {"Content-Type":contentType}, version = "1.6.9";
|
|
19779
|
+
version === "1.6.9" && (version = "latest");
|
|
19777
19780
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19778
19781
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19779
19782
|
if (authToken != null) {
|
|
@@ -27296,29 +27299,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27296
27299
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27297
27300
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27298
27301
|
(function() {
|
|
27299
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27300
|
-
orderedParamLists = [["name", "
|
|
27301
|
-
"collection opt_description
|
|
27302
|
-
|
|
27303
|
-
"image opt_description
|
|
27304
|
-
"
|
|
27305
|
-
"
|
|
27306
|
-
["
|
|
27307
|
-
"
|
|
27308
|
-
"
|
|
27309
|
-
["
|
|
27310
|
-
"
|
|
27311
|
-
"
|
|
27312
|
-
[
|
|
27313
|
-
|
|
27314
|
-
|
|
27315
|
-
ee.
|
|
27316
|
-
ee.data.
|
|
27317
|
-
ee.
|
|
27318
|
-
ee.
|
|
27319
|
-
ee.
|
|
27320
|
-
ee.
|
|
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) {
|
|
27302
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.video.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toDrive ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.filter ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.serialize ee.data.listAssets ee.data.listBuckets ee.data.startProcessing ee.data.authenticateViaPopup ee.data.listImages ee.data.authenticateViaPrivateKey ee.data.updateAsset ee.data.getDownloadId ee.data.makeDownloadUrl ee.data.getTableDownloadId ee.data.setAssetAcl ee.data.getTaskStatus ee.data.makeTableDownloadUrl ee.data.setAssetProperties ee.data.newTaskId ee.data.getAssetRoots ee.data.getAssetRootQuota ee.data.createAssetHome ee.data.startIngestion ee.data.getMapId ee.data.getWorkloadTag ee.data.createAsset ee.data.setWorkloadTag ee.data.getTileUrl ee.data.startTableIngestion ee.data.createFolder ee.data.setDefaultWorkloadTag ee.data.getTaskList ee.data.resetWorkloadTag ee.data.listOperations ee.data.renameAsset ee.data.getTaskListWithLimit ee.data.getFeatureViewTilesKey ee.data.copyAsset ee.data.listFeatures ee.data.cancelOperation ee.data.authenticate ee.data.deleteAsset ee.data.getAsset ee.data.getOperation ee.data.computeValue ee.data.getVideoThumbId ee.data.getInfo ee.data.getAssetAcl ee.data.getThumbId ee.data.makeThumbUrl ee.data.getList ee.data.cancelTask ee.data.updateTask ee.data.authenticateViaOauth ee.data.getFilmstripThumbId ee.Date ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Dictionary ee.reset ee.Algorithms ee.InitState ee.call ee.initialize ee.TILE_SIZE ee.apply ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMapId ee.Feature.prototype.getInfo ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMapId ee.FeatureCollection ee.Filter.gt ee.Filter.inList ee.Filter.lt ee.Filter.prototype.not ee.Filter.and ee.Filter.or ee.Filter ee.Filter.gte ee.Filter.eq ee.Filter.neq ee.Filter.date ee.Filter.metadata ee.Filter.lte ee.Filter.bounds ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Rectangle ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiLineString ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSONString ee.Geometry.LinearRing ee.Geometry ee.Geometry.prototype.serialize ee.Geometry.Point ee.Geometry.MultiPolygon ee.Geometry.BBox ee.Geometry.MultiPoint ee.Image.prototype.expression ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image ee.Image.prototype.getMap ee.Image.prototype.clip ee.Image.prototype.getDownloadURL ee.Image.prototype.rename ee.Image.prototype.select ee.Image.cat ee.Image.prototype.getMapId ee.Image.rgb ee.Image.prototype.getInfo ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.getMap ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableJSON ee.Serializer.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.String ee.Terrain".split(" "),
|
|
27303
|
+
orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], "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_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(" "),
|
|
27304
|
+
["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(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),
|
|
27305
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
27306
|
+
"image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), ["name", "operator", "value"], ["geometry"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["start", "opt_end"], ["algorithm", "opt_first"], ["max", "opt_property", "opt_ascending"], ["filter"], ["func", "var_args"], ["opt_callback"], ["callback"],
|
|
27307
|
+
["legacy"], ["parent", "opt_params", "opt_callback"], ["project", "opt_callback"], ["taskId", "params", "opt_callback"], ["opt_success", "opt_error"], ["parent", "opt_params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["id"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["taskId", "opt_callback"], ["id"], ["assetId", "properties",
|
|
27308
|
+
"opt_callback"], ["opt_count", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], [], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["tag"], ["id", "x", "y", "z"], ["taskId", "request", "opt_callback"], ["path", "opt_force", "opt_callback"], ["tag"], ["opt_callback"], ["opt_resetDefault"], ["opt_limit", "opt_callback"], ["sourceId", "destinationId", "opt_callback"],
|
|
27309
|
+
["opt_limit", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["asset", "params", "opt_callback"], ["operationName", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["assetId", "opt_callback"], ["id", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"], ["params", "opt_callback"], ["id", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"],
|
|
27310
|
+
["id"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "action", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["params", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], [], [], ["func", "var_args"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], ["func", "namedArgs"], ["var_args"], [], ["opt_visParams",
|
|
27311
|
+
"opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], [], ["var_args"], ["var_args"], ["opt_filter"],
|
|
27312
|
+
["name", "value"], ["name", "value"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson",
|
|
27313
|
+
"opt_proj", "opt_geodesic", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["west", "south", "east", "north"], ["coords", "opt_proj"], ["expression", "opt_map"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_args"], ["opt_visParams", "opt_callback"], ["geometry"], ["params", "opt_callback"], ["var_args"], ["var_args"], ["var_args"], ["opt_visParams", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params",
|
|
27314
|
+
"opt_callback"], ["selectors", "opt_names"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["opt_visParams", "opt_callback"], [], ["opt_callback"], ["opt_visParams", "opt_callback"], ["args"], ["params", "opt_callback"], ["list"], ["number"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27315
|
+
[ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, module$contents$ee$batch_Export.map.toCloudStorage, 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.classifier.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toFeatureView,
|
|
27316
|
+
module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.limit, ee.Collection.prototype.filter, ee.ComputedObject.prototype.aside,
|
|
27317
|
+
ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.serialize, ee.data.listAssets, ee.data.listBuckets, ee.data.startProcessing, ee.data.authenticateViaPopup, ee.data.listImages, ee.data.authenticateViaPrivateKey, ee.data.updateAsset, ee.data.getDownloadId, ee.data.makeDownloadUrl, ee.data.getTableDownloadId, ee.data.setAssetAcl, ee.data.getTaskStatus, ee.data.makeTableDownloadUrl, ee.data.setAssetProperties, ee.data.newTaskId, ee.data.getAssetRoots,
|
|
27318
|
+
ee.data.getAssetRootQuota, ee.data.createAssetHome, ee.data.startIngestion, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.createAsset, ee.data.setWorkloadTag, ee.data.getTileUrl, ee.data.startTableIngestion, ee.data.createFolder, ee.data.setDefaultWorkloadTag, ee.data.getTaskList, ee.data.resetWorkloadTag, ee.data.listOperations, ee.data.renameAsset, ee.data.getTaskListWithLimit, ee.data.getFeatureViewTilesKey, ee.data.copyAsset, ee.data.listFeatures, ee.data.cancelOperation, ee.data.authenticate,
|
|
27319
|
+
ee.data.deleteAsset, ee.data.getAsset, ee.data.getOperation, ee.data.computeValue, ee.data.getVideoThumbId, ee.data.getInfo, ee.data.getAssetAcl, ee.data.getThumbId, ee.data.makeThumbUrl, ee.data.getList, ee.data.cancelTask, ee.data.updateTask, ee.data.authenticateViaOauth, ee.data.getFilmstripThumbId, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Dictionary, ee.reset, ee.Algorithms, ee.InitState, ee.call, ee.initialize,
|
|
27320
|
+
ee.TILE_SIZE, ee.apply, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMapId, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMap, ee.Feature, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection, ee.Filter.gt, ee.Filter.inList, ee.Filter.lt, ee.Filter.prototype.not, ee.Filter.and, ee.Filter.or,
|
|
27321
|
+
ee.Filter, ee.Filter.gte, ee.Filter.eq, ee.Filter.neq, ee.Filter.date, ee.Filter.metadata, ee.Filter.lte, ee.Filter.bounds, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.Rectangle, ee.Geometry.prototype.toGeoJSON, ee.Geometry.MultiLineString, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.LinearRing, ee.Geometry, ee.Geometry.prototype.serialize, ee.Geometry.Point, ee.Geometry.MultiPolygon, ee.Geometry.BBox, ee.Geometry.MultiPoint,
|
|
27322
|
+
ee.Image.prototype.expression, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image, ee.Image.prototype.getMap, ee.Image.prototype.clip, ee.Image.prototype.getDownloadURL, ee.Image.prototype.rename, ee.Image.prototype.select, ee.Image.cat, ee.Image.prototype.getMapId, ee.Image.rgb, ee.Image.prototype.getInfo, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.first,
|
|
27323
|
+
ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.getMap, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableJSON, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27322
27324
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27323
27325
|
});
|
|
27324
27326
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/build/main.js
CHANGED
|
@@ -1388,7 +1388,10 @@ goog.GENDERED_MESSAGES_ENABLED = !0;
|
|
|
1388
1388
|
goog.GrammaticalGender_ = {OTHER:0, MASCULINE:1, FEMININE:2, NEUTER:3};
|
|
1389
1389
|
goog.GRAMMATICAL_GENDER_MAP_ = {FEMININE:goog.GrammaticalGender_.FEMININE, MASCULINE:goog.GrammaticalGender_.MASCULINE, NEUTER:goog.GrammaticalGender_.NEUTER};
|
|
1390
1390
|
goog.viewerGrammaticalGender_ = goog.GRAMMATICAL_GENDER_MAP_[goog.GENDERED_MESSAGES_ENABLED && goog.global._F_VIEWER_GRAMMATICAL_GENDER] || goog.GrammaticalGender_.OTHER;
|
|
1391
|
-
goog.msgKind = {
|
|
1391
|
+
goog.msgKind = {};
|
|
1392
|
+
goog.msgKind.MASCULINE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.MASCULINE;
|
|
1393
|
+
goog.msgKind.FEMININE = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.FEMININE;
|
|
1394
|
+
goog.msgKind.NEUTER = goog.viewerGrammaticalGender_ === goog.GrammaticalGender_.NEUTER;
|
|
1392
1395
|
goog.LEGACY_NAMESPACE_OBJECT_ = goog.global;
|
|
1393
1396
|
goog.provide = function(name) {
|
|
1394
1397
|
if (goog.isInModuleLoader_()) {
|
|
@@ -17892,7 +17895,7 @@ goog.dom.getDocumentScroll = function() {
|
|
|
17892
17895
|
};
|
|
17893
17896
|
goog.dom.getDocumentScroll_ = function(doc) {
|
|
17894
17897
|
var el = goog.dom.getDocumentScrollElement_(doc), win = goog.dom.getWindow_(doc);
|
|
17895
|
-
return new goog.math.Coordinate(win.pageXOffset || el.scrollLeft, win.pageYOffset || el.scrollTop);
|
|
17898
|
+
return new goog.math.Coordinate((win == null ? void 0 : win.pageXOffset) || el.scrollLeft, (win == null ? void 0 : win.pageYOffset) || el.scrollTop);
|
|
17896
17899
|
};
|
|
17897
17900
|
goog.dom.getDocumentScrollElement = function() {
|
|
17898
17901
|
return goog.dom.getDocumentScrollElement_(document);
|
|
@@ -19476,7 +19479,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19476
19479
|
ee.apiclient = {};
|
|
19477
19480
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19478
19481
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19479
|
-
ee.apiclient.API_CLIENT_VERSION = "1.6.
|
|
19482
|
+
ee.apiclient.API_CLIENT_VERSION = "1.6.9";
|
|
19480
19483
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19481
19484
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19482
19485
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19774,8 +19777,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19774
19777
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19775
19778
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19776
19779
|
method = method || "POST";
|
|
19777
|
-
var headers = {"Content-Type":contentType}, version = "1.6.
|
|
19778
|
-
version === "1.6.
|
|
19780
|
+
var headers = {"Content-Type":contentType}, version = "1.6.9";
|
|
19781
|
+
version === "1.6.9" && (version = "latest");
|
|
19779
19782
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19780
19783
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19781
19784
|
if (authToken != null) {
|
|
@@ -27298,29 +27301,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27298
27301
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27299
27302
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27300
27303
|
(function() {
|
|
27301
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27302
|
-
orderedParamLists = [["name", "
|
|
27303
|
-
"collection opt_description
|
|
27304
|
-
|
|
27305
|
-
"image opt_description
|
|
27306
|
-
"
|
|
27307
|
-
"
|
|
27308
|
-
["
|
|
27309
|
-
"
|
|
27310
|
-
"
|
|
27311
|
-
["
|
|
27312
|
-
"
|
|
27313
|
-
"
|
|
27314
|
-
[
|
|
27315
|
-
|
|
27316
|
-
|
|
27317
|
-
ee.
|
|
27318
|
-
ee.data.
|
|
27319
|
-
ee.
|
|
27320
|
-
ee.
|
|
27321
|
-
ee.
|
|
27322
|
-
ee.
|
|
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) {
|
|
27304
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.video.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toDrive ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.filter ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.serialize ee.data.listAssets ee.data.listBuckets ee.data.startProcessing ee.data.authenticateViaPopup ee.data.listImages ee.data.authenticateViaPrivateKey ee.data.updateAsset ee.data.getDownloadId ee.data.makeDownloadUrl ee.data.getTableDownloadId ee.data.setAssetAcl ee.data.getTaskStatus ee.data.makeTableDownloadUrl ee.data.setAssetProperties ee.data.newTaskId ee.data.getAssetRoots ee.data.getAssetRootQuota ee.data.createAssetHome ee.data.startIngestion ee.data.getMapId ee.data.getWorkloadTag ee.data.createAsset ee.data.setWorkloadTag ee.data.getTileUrl ee.data.startTableIngestion ee.data.createFolder ee.data.setDefaultWorkloadTag ee.data.getTaskList ee.data.resetWorkloadTag ee.data.listOperations ee.data.renameAsset ee.data.getTaskListWithLimit ee.data.getFeatureViewTilesKey ee.data.copyAsset ee.data.listFeatures ee.data.cancelOperation ee.data.authenticate ee.data.deleteAsset ee.data.getAsset ee.data.getOperation ee.data.computeValue ee.data.getVideoThumbId ee.data.getInfo ee.data.getAssetAcl ee.data.getThumbId ee.data.makeThumbUrl ee.data.getList ee.data.cancelTask ee.data.updateTask ee.data.authenticateViaOauth ee.data.getFilmstripThumbId ee.Date ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Dictionary ee.reset ee.Algorithms ee.InitState ee.call ee.initialize ee.TILE_SIZE ee.apply ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMapId ee.Feature.prototype.getInfo ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMapId ee.FeatureCollection ee.Filter.gt ee.Filter.inList ee.Filter.lt ee.Filter.prototype.not ee.Filter.and ee.Filter.or ee.Filter ee.Filter.gte ee.Filter.eq ee.Filter.neq ee.Filter.date ee.Filter.metadata ee.Filter.lte ee.Filter.bounds ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Rectangle ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiLineString ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSONString ee.Geometry.LinearRing ee.Geometry ee.Geometry.prototype.serialize ee.Geometry.Point ee.Geometry.MultiPolygon ee.Geometry.BBox ee.Geometry.MultiPoint ee.Image.prototype.expression ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image ee.Image.prototype.getMap ee.Image.prototype.clip ee.Image.prototype.getDownloadURL ee.Image.prototype.rename ee.Image.prototype.select ee.Image.cat ee.Image.prototype.getMapId ee.Image.rgb ee.Image.prototype.getInfo ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.getMap ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableJSON ee.Serializer.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.String ee.Terrain".split(" "),
|
|
27305
|
+
orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], "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_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(" "),
|
|
27306
|
+
["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(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),
|
|
27307
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
27308
|
+
"image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), ["name", "operator", "value"], ["geometry"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"], ["start", "opt_end"], ["algorithm", "opt_first"], ["max", "opt_property", "opt_ascending"], ["filter"], ["func", "var_args"], ["opt_callback"], ["callback"],
|
|
27309
|
+
["legacy"], ["parent", "opt_params", "opt_callback"], ["project", "opt_callback"], ["taskId", "params", "opt_callback"], ["opt_success", "opt_error"], ["parent", "opt_params", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["id"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["taskId", "opt_callback"], ["id"], ["assetId", "properties",
|
|
27310
|
+
"opt_callback"], ["opt_count", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], [], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["tag"], ["id", "x", "y", "z"], ["taskId", "request", "opt_callback"], ["path", "opt_force", "opt_callback"], ["tag"], ["opt_callback"], ["opt_resetDefault"], ["opt_limit", "opt_callback"], ["sourceId", "destinationId", "opt_callback"],
|
|
27311
|
+
["opt_limit", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["asset", "params", "opt_callback"], ["operationName", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["assetId", "opt_callback"], ["id", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"], ["params", "opt_callback"], ["id", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"],
|
|
27312
|
+
["id"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "action", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["params", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], [], [], ["func", "var_args"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], ["func", "namedArgs"], ["var_args"], [], ["opt_visParams",
|
|
27313
|
+
"opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], [], ["var_args"], ["var_args"], ["opt_filter"],
|
|
27314
|
+
["name", "value"], ["name", "value"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson",
|
|
27315
|
+
"opt_proj", "opt_geodesic", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["west", "south", "east", "north"], ["coords", "opt_proj"], ["expression", "opt_map"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_args"], ["opt_visParams", "opt_callback"], ["geometry"], ["params", "opt_callback"], ["var_args"], ["var_args"], ["var_args"], ["opt_visParams", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params",
|
|
27316
|
+
"opt_callback"], ["selectors", "opt_names"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["opt_visParams", "opt_callback"], [], ["opt_callback"], ["opt_visParams", "opt_callback"], ["args"], ["params", "opt_callback"], ["list"], ["number"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27317
|
+
[ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, module$contents$ee$batch_Export.map.toCloudStorage, 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.classifier.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toFeatureView,
|
|
27318
|
+
module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.limit, ee.Collection.prototype.filter, ee.ComputedObject.prototype.aside,
|
|
27319
|
+
ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.serialize, ee.data.listAssets, ee.data.listBuckets, ee.data.startProcessing, ee.data.authenticateViaPopup, ee.data.listImages, ee.data.authenticateViaPrivateKey, ee.data.updateAsset, ee.data.getDownloadId, ee.data.makeDownloadUrl, ee.data.getTableDownloadId, ee.data.setAssetAcl, ee.data.getTaskStatus, ee.data.makeTableDownloadUrl, ee.data.setAssetProperties, ee.data.newTaskId, ee.data.getAssetRoots,
|
|
27320
|
+
ee.data.getAssetRootQuota, ee.data.createAssetHome, ee.data.startIngestion, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.createAsset, ee.data.setWorkloadTag, ee.data.getTileUrl, ee.data.startTableIngestion, ee.data.createFolder, ee.data.setDefaultWorkloadTag, ee.data.getTaskList, ee.data.resetWorkloadTag, ee.data.listOperations, ee.data.renameAsset, ee.data.getTaskListWithLimit, ee.data.getFeatureViewTilesKey, ee.data.copyAsset, ee.data.listFeatures, ee.data.cancelOperation, ee.data.authenticate,
|
|
27321
|
+
ee.data.deleteAsset, ee.data.getAsset, ee.data.getOperation, ee.data.computeValue, ee.data.getVideoThumbId, ee.data.getInfo, ee.data.getAssetAcl, ee.data.getThumbId, ee.data.makeThumbUrl, ee.data.getList, ee.data.cancelTask, ee.data.updateTask, ee.data.authenticateViaOauth, ee.data.getFilmstripThumbId, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Dictionary, ee.reset, ee.Algorithms, ee.InitState, ee.call, ee.initialize,
|
|
27322
|
+
ee.TILE_SIZE, ee.apply, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMapId, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMap, ee.Feature, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection, ee.Filter.gt, ee.Filter.inList, ee.Filter.lt, ee.Filter.prototype.not, ee.Filter.and, ee.Filter.or,
|
|
27323
|
+
ee.Filter, ee.Filter.gte, ee.Filter.eq, ee.Filter.neq, ee.Filter.date, ee.Filter.metadata, ee.Filter.lte, ee.Filter.bounds, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.Rectangle, ee.Geometry.prototype.toGeoJSON, ee.Geometry.MultiLineString, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.LinearRing, ee.Geometry, ee.Geometry.prototype.serialize, ee.Geometry.Point, ee.Geometry.MultiPolygon, ee.Geometry.BBox, ee.Geometry.MultiPoint,
|
|
27324
|
+
ee.Image.prototype.expression, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.Image, ee.Image.prototype.getMap, ee.Image.prototype.clip, ee.Image.prototype.getDownloadURL, ee.Image.prototype.rename, ee.Image.prototype.select, ee.Image.cat, ee.Image.prototype.getMapId, ee.Image.rgb, ee.Image.prototype.getInfo, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.first,
|
|
27325
|
+
ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.getMap, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.List, ee.Number, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableJSON, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27324
27326
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27325
27327
|
});
|
|
27326
27328
|
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.9';
|
|
28
28
|
|
|
29
29
|
exports.VERSION = apiVersion.VERSION;
|
|
30
30
|
exports.API_CLIENT_VERSION = API_CLIENT_VERSION;
|