@google/earthengine 1.5.23 → 1.5.24
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 +27 -27
- package/build/ee_api_js.js +17 -16
- package/build/ee_api_js_debug.js +4 -4
- package/build/ee_api_js_npm.js +27 -27
- package/build/main.js +27 -27
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
package/build/browser.js
CHANGED
|
@@ -3025,7 +3025,7 @@ module$exports$safevalues$builders$url_builders.SanitizableUrlScheme = {TEL:modu
|
|
|
3025
3025
|
}), MAILTO:module$contents$safevalues$builders$url_builders_simpleScheme("mailto"), INTENT:module$contents$safevalues$builders$url_builders_simpleScheme("intent"), MARKET:module$contents$safevalues$builders$url_builders_simpleScheme("market"), ITMS:module$contents$safevalues$builders$url_builders_simpleScheme("itms"), ITMS_APPSS:module$contents$safevalues$builders$url_builders_simpleScheme("itms-appss"),
|
|
3026
3026
|
ITMS_SERVICES:module$contents$safevalues$builders$url_builders_simpleScheme("itms-services"), FACEBOOK_MESSENGER:module$contents$safevalues$builders$url_builders_simpleScheme("fb-messenger"), WHATSAPP:module$contents$safevalues$builders$url_builders_simpleScheme("whatsapp"), SIP:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3027
3027
|
return url.indexOf("sip:") === 0 || url.indexOf("sips:") === 0;
|
|
3028
|
-
}), SMS:module$contents$safevalues$builders$url_builders_simpleScheme("sms"), VND_YOUTUBE:module$contents$safevalues$builders$url_builders_simpleScheme("vnd.youtube"), GOOGLEHOME:module$contents$safevalues$builders$url_builders_simpleScheme("googlehome"), GOOGLEHOMESDK:module$contents$safevalues$builders$url_builders_simpleScheme("googlehomesdk")};
|
|
3028
|
+
}), SMS:module$contents$safevalues$builders$url_builders_simpleScheme("sms"), VND_YOUTUBE:module$contents$safevalues$builders$url_builders_simpleScheme("vnd.youtube"), GOOGLEHOME:module$contents$safevalues$builders$url_builders_simpleScheme("googlehome"), GOOGLEHOMESDK:module$contents$safevalues$builders$url_builders_simpleScheme("googlehomesdk"), LINE:module$contents$safevalues$builders$url_builders_simpleScheme("line")};
|
|
3029
3029
|
var module$contents$safevalues$builders$url_builders_DEFAULT_SCHEMES = [module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.DATA, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.HTTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.HTTPS, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.MAILTO,
|
|
3030
3030
|
module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.FTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.RELATIVE];
|
|
3031
3031
|
function module$contents$safevalues$builders$url_builders_trySanitizeUrl(url, allowedSchemes) {
|
|
@@ -19426,7 +19426,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19426
19426
|
ee.apiclient = {};
|
|
19427
19427
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19428
19428
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19429
|
-
ee.apiclient.API_CLIENT_VERSION = "1.5.
|
|
19429
|
+
ee.apiclient.API_CLIENT_VERSION = "1.5.24";
|
|
19430
19430
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19431
19431
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19432
19432
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19724,8 +19724,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19724
19724
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19725
19725
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19726
19726
|
method = method || "POST";
|
|
19727
|
-
var headers = {"Content-Type":contentType}, version = "1.5.
|
|
19728
|
-
version === "1.5.
|
|
19727
|
+
var headers = {"Content-Type":contentType}, version = "1.5.24";
|
|
19728
|
+
version === "1.5.24" && (version = "latest");
|
|
19729
19729
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19730
19730
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19731
19731
|
if (authToken != null) {
|
|
@@ -27248,29 +27248,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27248
27248
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27249
27249
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27250
27250
|
(function() {
|
|
27251
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27252
|
-
orderedParamLists = [["name", "
|
|
27253
|
-
"collection opt_description opt_folder opt_fileNamePrefix
|
|
27254
|
-
"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
|
|
27255
|
-
"
|
|
27256
|
-
"collection opt_description
|
|
27257
|
-
["
|
|
27258
|
-
|
|
27259
|
-
"
|
|
27260
|
-
["taskId", "
|
|
27261
|
-
["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["
|
|
27262
|
-
["
|
|
27263
|
-
"opt_maxError"
|
|
27264
|
-
"opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["
|
|
27265
|
-
[ee.ApiFunction.
|
|
27266
|
-
module$contents$ee$batch_Export.
|
|
27267
|
-
ee.ComputedObject.prototype.
|
|
27268
|
-
ee.data.
|
|
27269
|
-
ee.data.cancelOperation, ee.data.computeValue, ee.data.
|
|
27270
|
-
ee.
|
|
27271
|
-
ee.Filter.
|
|
27272
|
-
ee.Image.prototype.
|
|
27273
|
-
ee.ImageCollection.prototype.
|
|
27251
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.classifier.toAsset 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.batch.Export.table.toBigQuery ee.Collection.prototype.filterBounds ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filter ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.data.getFilmstripThumbId ee.data.authenticate ee.data.getList ee.data.getTableDownloadId ee.data.listAssets ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.updateAsset ee.data.makeTableDownloadUrl ee.data.listImages ee.data.setAssetAcl ee.data.newTaskId ee.data.getTaskStatus ee.data.listBuckets ee.data.setAssetProperties ee.data.getAssetRoots ee.data.getAssetRootQuota ee.data.getMapId ee.data.createAssetHome ee.data.startIngestion ee.data.getTileUrl ee.data.listOperations ee.data.getWorkloadTag ee.data.getTaskList ee.data.createAsset ee.data.setWorkloadTag ee.data.getTaskListWithLimit ee.data.setDefaultWorkloadTag ee.data.getFeatureViewTilesKey ee.data.createFolder ee.data.listFeatures ee.data.resetWorkloadTag ee.data.startTableIngestion ee.data.authenticateViaOauth ee.data.getOperation ee.data.renameAsset ee.data.cancelOperation ee.data.computeValue ee.data.copyAsset ee.data.getAsset ee.data.getThumbId ee.data.deleteAsset ee.data.getVideoThumbId ee.data.cancelTask ee.data.getAssetAcl ee.data.updateTask ee.data.makeThumbUrl ee.data.getInfo ee.data.startProcessing ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode ee.Dictionary ee.initialize ee.call ee.TILE_SIZE ee.apply ee.reset ee.Algorithms ee.InitState ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.Filter.eq ee.Filter.bounds ee.Filter ee.Filter.or ee.Filter.gte ee.Filter.gt ee.Filter.date ee.Filter.metadata ee.Filter.inList ee.Filter.neq ee.Filter.lte ee.Filter.and ee.Filter.prototype.not ee.Filter.lt ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.BBox ee.Geometry.MultiLineString ee.Geometry.MultiPoint ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSON ee.Geometry.Rectangle ee.Geometry.Polygon ee.Geometry ee.Geometry.LineString ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPolygon ee.Geometry.Point ee.Geometry.prototype.serialize ee.Image.rgb ee.Image.prototype.getThumbURL ee.Image.prototype.expression ee.Image.prototype.getDownloadURL ee.Image.prototype.clip ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image ee.Image.prototype.getInfo ee.Image.cat ee.Image.prototype.getThumbId ee.Image.prototype.select ee.Image.prototype.getMapId ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
|
|
27252
|
+
orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], ["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(" "),
|
|
27253
|
+
["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_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(" "),
|
|
27254
|
+
"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(" "),
|
|
27255
|
+
"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(" "),
|
|
27256
|
+
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), ["geometry"], ["name", "operator", "value"], ["start", "opt_end"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["filter"], ["opt_callback"], ["func", "var_args"], ["legacy"], ["callback"], ["params", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"],
|
|
27257
|
+
["params", "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["opt_success", "opt_error"], ["id"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["assetId", "asset", "updateFields", "opt_callback"], ["id"], ["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["opt_count", "opt_callback"], ["taskId", "opt_callback"], ["project", "opt_callback"], ["assetId",
|
|
27258
|
+
"properties", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], ["params", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "request", "opt_callback"], ["id", "x", "y", "z"], ["opt_limit", "opt_callback"], [], ["opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["tag"], ["opt_limit", "opt_callback"], ["tag"], ["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["asset", "params", "opt_callback"], ["opt_resetDefault"], ["taskId",
|
|
27259
|
+
"request", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["operationName", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["assetId", "opt_callback"],
|
|
27260
|
+
["taskId", "action", "opt_callback"], ["id"], ["id", "opt_callback"], ["taskId", "params", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], [], ["func", "namedArgs"], [], [], [], ["var_args"], [], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams",
|
|
27261
|
+
"opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_callback"], ["args", "opt_column"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["name", "value"], ["geometry", "opt_errorMargin"], ["opt_filter"], ["var_args"], ["name", "value"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["name", "value"],
|
|
27262
|
+
["var_args"], [], ["name", "value"], ["namedArgs"], ["var_args"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["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",
|
|
27263
|
+
"opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["legacy"], ["r", "g", "b"], ["params", "opt_callback"], ["expression", "opt_map"], ["params", "opt_callback"], ["geometry"], ["opt_visParams", "opt_callback"], ["var_args"], ["opt_args"], ["opt_callback"], ["var_args"], ["params", "opt_callback"], ["var_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["args"], ["opt_callback"], ["imageCollection",
|
|
27264
|
+
"opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["selectors", "opt_names"], ["opt_visParams", "opt_callback"], [], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27265
|
+
[ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, 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.map.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toDrive,
|
|
27266
|
+
module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterDate, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filter, ee.ComputedObject.prototype.getInfo,
|
|
27267
|
+
ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.evaluate, ee.data.getFilmstripThumbId, ee.data.authenticate, ee.data.getList, ee.data.getTableDownloadId, ee.data.listAssets, ee.data.getDownloadId, ee.data.authenticateViaPopup, ee.data.makeDownloadUrl, ee.data.authenticateViaPrivateKey, ee.data.updateAsset, ee.data.makeTableDownloadUrl, ee.data.listImages, ee.data.setAssetAcl, ee.data.newTaskId, ee.data.getTaskStatus, ee.data.listBuckets, ee.data.setAssetProperties,
|
|
27268
|
+
ee.data.getAssetRoots, ee.data.getAssetRootQuota, ee.data.getMapId, ee.data.createAssetHome, ee.data.startIngestion, ee.data.getTileUrl, ee.data.listOperations, ee.data.getWorkloadTag, ee.data.getTaskList, ee.data.createAsset, ee.data.setWorkloadTag, ee.data.getTaskListWithLimit, ee.data.setDefaultWorkloadTag, ee.data.getFeatureViewTilesKey, ee.data.createFolder, ee.data.listFeatures, ee.data.resetWorkloadTag, ee.data.startTableIngestion, ee.data.authenticateViaOauth, ee.data.getOperation, ee.data.renameAsset,
|
|
27269
|
+
ee.data.cancelOperation, ee.data.computeValue, ee.data.copyAsset, ee.data.getAsset, ee.data.getThumbId, ee.data.deleteAsset, ee.data.getVideoThumbId, ee.data.cancelTask, ee.data.getAssetAcl, ee.data.updateTask, ee.data.makeThumbUrl, ee.data.getInfo, ee.data.startProcessing, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Dictionary, ee.initialize, ee.call, ee.TILE_SIZE, ee.apply, ee.reset, ee.Algorithms, ee.InitState,
|
|
27270
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.Filter.eq, ee.Filter.bounds, ee.Filter, ee.Filter.or, ee.Filter.gte, ee.Filter.gt, ee.Filter.date, ee.Filter.metadata,
|
|
27271
|
+
ee.Filter.inList, ee.Filter.neq, ee.Filter.lte, ee.Filter.and, ee.Filter.prototype.not, ee.Filter.lt, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.BBox, ee.Geometry.MultiLineString, ee.Geometry.MultiPoint, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSON, ee.Geometry.Rectangle, ee.Geometry.Polygon, ee.Geometry, ee.Geometry.LineString, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPolygon, ee.Geometry.Point, ee.Geometry.prototype.serialize, ee.Image.rgb,
|
|
27272
|
+
ee.Image.prototype.getThumbURL, ee.Image.prototype.expression, ee.Image.prototype.getDownloadURL, ee.Image.prototype.clip, ee.Image.prototype.getMap, ee.Image.prototype.rename, ee.Image, ee.Image.prototype.getInfo, ee.Image.cat, ee.Image.prototype.getThumbId, ee.Image.prototype.select, ee.Image.prototype.getMapId, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.ImageCollection.prototype.getInfo,
|
|
27273
|
+
ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.first, ee.List, ee.Number, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encode, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27274
27274
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27275
27275
|
});
|
|
27276
27276
|
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?(fj(d,null,function(f,l){ret
|
|
|
456
456
|
gj.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=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]};
|
|
457
457
|
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));
|
|
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},tj=function(a,b,c){nj&&oj&&nj({client_id:String(oj),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,
|
|
459
|
-
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.
|
|
459
|
+
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.24";p==="1.5.24"&&
|
|
460
460
|
(p="latest");m["x-goog-api-client"]="ee-js/"+p;p=ij();if(p!=null)m.Authorization=p;else if(c&&nj&&oj)return tj(function(){Bj(l,function(){fj(a,b,c,d)})}),null;b=b?b.clone():new Xc;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("?")!=
|
|
461
461
|
-1?"&":"?",a+=v);e=a.startsWith("/")?kj+a:a;if(c)return Fj.push(Gj(e,c,d,p,m,g,f)),Hj.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 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;
|
|
462
462
|
m.callback=function(z){z=z.target;if(z.getStatus()==429&&l<v)return l++,setTimeout(function(){Fj.push(m);Hj.nf()},Math.min(12E4,Math.pow(2,l)*1E3)),null;var B=Ij,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},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=
|
|
@@ -709,18 +709,19 @@ h.Al=function(){if(!this.lc){var a=w(function(d){this.lc||(Yp(this.fa,this.ea,d)
|
|
|
709
709
|
h.Oi=null;h.Ia=null;h.li=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.Ze=function(){return new xq};sq.prototype.Ed=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.vg=new ge;this.Rf=1;this.ta=e||null};q(yq,ie);h=yq.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);ml(tq).send(b,a,d,w(this.Zk,this,c,b));vp(this);return c};h.Oc=function(){return this.yb.length};
|
|
711
711
|
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.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){Gp(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&&Gp(c,this.Rf),a.appendChild(c)),vp(this));this.ta&&d!==null&&this.ta.Nk(b,d)};x("ee.MapLayerOverlay",yq);yq.prototype.removeTileCallback=yq.prototype.Zf;yq.prototype.addTileCallback=yq.prototype.Me;yq.prototype.getTile=yq.prototype.getTile;yq.prototype.setOpacity=yq.prototype.setOpacity;yq.prototype.releaseTile=yq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction.
|
|
713
|
-
c=[["name"
|
|
714
|
-
"collection opt_description
|
|
715
|
-
"
|
|
716
|
-
|
|
717
|
-
"
|
|
718
|
-
"
|
|
719
|
-
["opt_callback"],["
|
|
720
|
-
["
|
|
721
|
-
"
|
|
722
|
-
["geometry","opt_errorMargin"],["
|
|
723
|
-
"
|
|
724
|
-
"opt_callback"],["
|
|
725
|
-
|
|
726
|
-
|
|
712
|
+
h.Zk=function(a,b,c,d){c.type=="error"?(jc(this.yb,b),this.ug.add(b),this.dispatchEvent(c)):(jc(this.yb,b),c.target&&c.type=="load"&&(c=c.target,this.vg.add(c),this.Rf!=1&&Gp(c,this.Rf),a.appendChild(c)),vp(this));this.ta&&d!==null&&this.ta.Nk(b,d)};x("ee.MapLayerOverlay",yq);yq.prototype.removeTileCallback=yq.prototype.Zf;yq.prototype.addTileCallback=yq.prototype.Me;yq.prototype.getTile=yq.prototype.getTile;yq.prototype.setOpacity=yq.prototype.setOpacity;yq.prototype.releaseTile=yq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.classifier.toAsset 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.batch.Export.table.toBigQuery ee.Collection.prototype.filterBounds ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filter ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.data.getFilmstripThumbId ee.data.authenticate ee.data.getList ee.data.getTableDownloadId ee.data.listAssets ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.updateAsset ee.data.makeTableDownloadUrl ee.data.listImages ee.data.setAssetAcl ee.data.newTaskId ee.data.getTaskStatus ee.data.listBuckets ee.data.setAssetProperties ee.data.getAssetRoots ee.data.getAssetRootQuota ee.data.getMapId ee.data.createAssetHome ee.data.startIngestion ee.data.getTileUrl ee.data.listOperations ee.data.getWorkloadTag ee.data.getTaskList ee.data.createAsset ee.data.setWorkloadTag ee.data.getTaskListWithLimit ee.data.setDefaultWorkloadTag ee.data.getFeatureViewTilesKey ee.data.createFolder ee.data.listFeatures ee.data.resetWorkloadTag ee.data.startTableIngestion ee.data.authenticateViaOauth ee.data.getOperation ee.data.renameAsset ee.data.cancelOperation ee.data.computeValue ee.data.copyAsset ee.data.getAsset ee.data.getThumbId ee.data.deleteAsset ee.data.getVideoThumbId ee.data.cancelTask ee.data.getAssetAcl ee.data.updateTask ee.data.makeThumbUrl ee.data.getInfo ee.data.startProcessing ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode ee.Dictionary ee.initialize ee.call ee.TILE_SIZE ee.apply ee.reset ee.Algorithms ee.InitState ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.Filter.eq ee.Filter.bounds ee.Filter ee.Filter.or ee.Filter.gte ee.Filter.gt ee.Filter.date ee.Filter.metadata ee.Filter.inList ee.Filter.neq ee.Filter.lte ee.Filter.and ee.Filter.prototype.not ee.Filter.lt ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.BBox ee.Geometry.MultiLineString ee.Geometry.MultiPoint ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSON ee.Geometry.Rectangle ee.Geometry.Polygon ee.Geometry ee.Geometry.LineString ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPolygon ee.Geometry.Point ee.Geometry.prototype.serialize ee.Image.rgb ee.Image.prototype.getThumbURL ee.Image.prototype.expression ee.Image.prototype.getDownloadURL ee.Image.prototype.clip ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image ee.Image.prototype.getInfo ee.Image.cat ee.Image.prototype.getThumbId ee.Image.prototype.select ee.Image.prototype.getMapId ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
|
|
713
|
+
c=[["name"],["name","namedArgs"],["name","var_args"],["collection","opt_description","opt_assetId","opt_maxVertices","opt_priority"],"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),["classifier","opt_description",
|
|
714
|
+
"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_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(" "),
|
|
715
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),"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(" "),
|
|
716
|
+
"image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),
|
|
717
|
+
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "),["geometry"],["name","operator","value"],["start","opt_end"],["algorithm","opt_dropNulls"],["algorithm","opt_first"],["max","opt_property","opt_ascending"],["property","opt_ascending"],["filter"],["opt_callback"],["func","var_args"],["legacy"],["callback"],["params","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["params","opt_callback"],
|
|
718
|
+
["params","opt_callback"],["parent","opt_params","opt_callback"],["params","opt_callback"],["opt_success","opt_error"],["id"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["assetId","asset","updateFields","opt_callback"],["id"],["parent","opt_params","opt_callback"],["assetId","aclUpdate","opt_callback"],["opt_count","opt_callback"],["taskId","opt_callback"],["project","opt_callback"],["assetId","properties","opt_callback"],["opt_callback"],["rootId","opt_callback"],
|
|
719
|
+
["params","opt_callback"],["requestedId","opt_callback"],["taskId","request","opt_callback"],["id","x","y","z"],["opt_limit","opt_callback"],[],["opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],["tag"],["opt_limit","opt_callback"],["tag"],["params","opt_callback"],["path","opt_force","opt_callback"],["asset","params","opt_callback"],["opt_resetDefault"],["taskId","request","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),
|
|
720
|
+
["operationName","opt_callback"],["sourceId","destinationId","opt_callback"],["operationName","opt_callback"],["obj","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["id","opt_callback"],["params","opt_callback"],["assetId","opt_callback"],["params","opt_callback"],["taskId","opt_callback"],["assetId","opt_callback"],["taskId","action","opt_callback"],["id"],["id","opt_callback"],["taskId","params","opt_callback"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],
|
|
721
|
+
"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),["func","var_args"],[],["func","namedArgs"],[],[],[],["var_args"],[],["geometry","opt_properties"],["opt_visParams","opt_callback"],["opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["opt_callback"],["args","opt_column"],["opt_visParams","opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],
|
|
722
|
+
["name","value"],["geometry","opt_errorMargin"],["opt_filter"],["var_args"],["name","value"],["name","value"],["start","opt_end"],["name","operator","value"],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["name","value"],["name","value"],["var_args"],[],["name","value"],["namedArgs"],["var_args"],["west","south","east","north"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError"],[],["coords","opt_proj",
|
|
723
|
+
"opt_geodesic","opt_evenOdd"],["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","opt_evenOdd"],["coords","opt_proj"],["legacy"],["r","g","b"],["params","opt_callback"],["expression","opt_map"],["params","opt_callback"],["geometry"],["opt_visParams","opt_callback"],["var_args"],["opt_args"],["opt_callback"],["var_args"],["params",
|
|
724
|
+
"opt_callback"],["var_args"],["opt_visParams","opt_callback"],["params","opt_callback"],["params","opt_callback"],["opt_visParams","opt_callback"],["args"],["opt_callback"],["imageCollection","opt_linkedBands","opt_linkedProperties","opt_matchPropertyName"],["selectors","opt_names"],["opt_visParams","opt_callback"],[],["list"],["number"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["obj"],["obj"],["obj"],["string"],[]];[Pm,Qm,Q,vo,Ao,Bo,zo,so,uo,wo,yo,ro,qo,oo,to,xo,V.prototype.wh,V.prototype.mf,
|
|
725
|
+
V.prototype.lf,V.prototype.map,V.prototype.Lh,V.prototype.limit,V.prototype.sort,V.prototype.filter,O.prototype.W,O.prototype.Fg,O.prototype.ua,O.prototype.evaluate,Cl,pl,im,Hl,jm,Fl,nl,Gl,ql,um,Il,km,vm,Jl,Ml,lm,wm,mm,xm,vl,nm,dm,wl,Pl,tl,Ol,om,zm,Nl,Am,xl,pm,yl,Bm,fm,ol,Rl,qm,Ql,zl,rm,gm,Al,sm,Bl,Tl,tm,Sl,Dl,gm,$l,So,ap,Xo,Wo,Vo,bp,kp,pp,256,qp,np,mp,op,S.prototype.set,Lj,X,X.prototype.getMap,X.prototype.W,X.prototype.S,Y.prototype.S,Y.prototype.select,Y.prototype.W,Y,Y.prototype.getMap,Y.prototype.qb,
|
|
726
|
+
Dn,Nn,U,Kn,Gn,Hn,Ln,On,Mn,En,In,Jn,U.prototype.uc,Fn,Km.prototype.apply,Km.prototype.call,on,tn,mn,sn,T.prototype.pe,nn,un,T,rn,T.prototype.xg,vn,jn,T.prototype.ua,ao,N.prototype.uf,N.prototype.l,N.prototype.qb,N.prototype.clip,N.prototype.getMap,N.prototype.ri,N,N.prototype.W,bo,N.prototype.Md,N.prototype.select,N.prototype.S,Z.prototype.tf,Z.prototype.vf,Z.prototype.S,Z,Z.prototype.W,Z.prototype.Ff,Z.prototype.select,Z.prototype.getMap,Z.prototype.first,co,Io,Nk,Sk,Tk,Hk,Rk,Ik,Kk,Lo,ep].forEach(function(d,
|
|
727
|
+
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
|
@@ -3025,7 +3025,7 @@ module$exports$safevalues$builders$url_builders.SanitizableUrlScheme = {TEL:modu
|
|
|
3025
3025
|
}), MAILTO:module$contents$safevalues$builders$url_builders_simpleScheme("mailto"), INTENT:module$contents$safevalues$builders$url_builders_simpleScheme("intent"), MARKET:module$contents$safevalues$builders$url_builders_simpleScheme("market"), ITMS:module$contents$safevalues$builders$url_builders_simpleScheme("itms"), ITMS_APPSS:module$contents$safevalues$builders$url_builders_simpleScheme("itms-appss"),
|
|
3026
3026
|
ITMS_SERVICES:module$contents$safevalues$builders$url_builders_simpleScheme("itms-services"), FACEBOOK_MESSENGER:module$contents$safevalues$builders$url_builders_simpleScheme("fb-messenger"), WHATSAPP:module$contents$safevalues$builders$url_builders_simpleScheme("whatsapp"), SIP:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3027
3027
|
return url.indexOf("sip:") === 0 || url.indexOf("sips:") === 0;
|
|
3028
|
-
}), SMS:module$contents$safevalues$builders$url_builders_simpleScheme("sms"), VND_YOUTUBE:module$contents$safevalues$builders$url_builders_simpleScheme("vnd.youtube"), GOOGLEHOME:module$contents$safevalues$builders$url_builders_simpleScheme("googlehome"), GOOGLEHOMESDK:module$contents$safevalues$builders$url_builders_simpleScheme("googlehomesdk")};
|
|
3028
|
+
}), SMS:module$contents$safevalues$builders$url_builders_simpleScheme("sms"), VND_YOUTUBE:module$contents$safevalues$builders$url_builders_simpleScheme("vnd.youtube"), GOOGLEHOME:module$contents$safevalues$builders$url_builders_simpleScheme("googlehome"), GOOGLEHOMESDK:module$contents$safevalues$builders$url_builders_simpleScheme("googlehomesdk"), LINE:module$contents$safevalues$builders$url_builders_simpleScheme("line")};
|
|
3029
3029
|
var module$contents$safevalues$builders$url_builders_DEFAULT_SCHEMES = [module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.DATA, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.HTTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.HTTPS, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.MAILTO,
|
|
3030
3030
|
module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.FTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.RELATIVE];
|
|
3031
3031
|
function module$contents$safevalues$builders$url_builders_trySanitizeUrl(url, allowedSchemes) {
|
|
@@ -19426,7 +19426,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19426
19426
|
ee.apiclient = {};
|
|
19427
19427
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19428
19428
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19429
|
-
ee.apiclient.API_CLIENT_VERSION = "1.5.
|
|
19429
|
+
ee.apiclient.API_CLIENT_VERSION = "1.5.24";
|
|
19430
19430
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19431
19431
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19432
19432
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19724,8 +19724,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19724
19724
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19725
19725
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19726
19726
|
method = method || "POST";
|
|
19727
|
-
var headers = {"Content-Type":contentType}, version = "1.5.
|
|
19728
|
-
version === "1.5.
|
|
19727
|
+
var headers = {"Content-Type":contentType}, version = "1.5.24";
|
|
19728
|
+
version === "1.5.24" && (version = "latest");
|
|
19729
19729
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19730
19730
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19731
19731
|
if (authToken != null) {
|
package/build/ee_api_js_npm.js
CHANGED
|
@@ -3025,7 +3025,7 @@ module$exports$safevalues$builders$url_builders.SanitizableUrlScheme = {TEL:modu
|
|
|
3025
3025
|
}), MAILTO:module$contents$safevalues$builders$url_builders_simpleScheme("mailto"), INTENT:module$contents$safevalues$builders$url_builders_simpleScheme("intent"), MARKET:module$contents$safevalues$builders$url_builders_simpleScheme("market"), ITMS:module$contents$safevalues$builders$url_builders_simpleScheme("itms"), ITMS_APPSS:module$contents$safevalues$builders$url_builders_simpleScheme("itms-appss"),
|
|
3026
3026
|
ITMS_SERVICES:module$contents$safevalues$builders$url_builders_simpleScheme("itms-services"), FACEBOOK_MESSENGER:module$contents$safevalues$builders$url_builders_simpleScheme("fb-messenger"), WHATSAPP:module$contents$safevalues$builders$url_builders_simpleScheme("whatsapp"), SIP:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3027
3027
|
return url.indexOf("sip:") === 0 || url.indexOf("sips:") === 0;
|
|
3028
|
-
}), SMS:module$contents$safevalues$builders$url_builders_simpleScheme("sms"), VND_YOUTUBE:module$contents$safevalues$builders$url_builders_simpleScheme("vnd.youtube"), GOOGLEHOME:module$contents$safevalues$builders$url_builders_simpleScheme("googlehome"), GOOGLEHOMESDK:module$contents$safevalues$builders$url_builders_simpleScheme("googlehomesdk")};
|
|
3028
|
+
}), SMS:module$contents$safevalues$builders$url_builders_simpleScheme("sms"), VND_YOUTUBE:module$contents$safevalues$builders$url_builders_simpleScheme("vnd.youtube"), GOOGLEHOME:module$contents$safevalues$builders$url_builders_simpleScheme("googlehome"), GOOGLEHOMESDK:module$contents$safevalues$builders$url_builders_simpleScheme("googlehomesdk"), LINE:module$contents$safevalues$builders$url_builders_simpleScheme("line")};
|
|
3029
3029
|
var module$contents$safevalues$builders$url_builders_DEFAULT_SCHEMES = [module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.DATA, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.HTTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.HTTPS, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.MAILTO,
|
|
3030
3030
|
module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.FTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.RELATIVE];
|
|
3031
3031
|
function module$contents$safevalues$builders$url_builders_trySanitizeUrl(url, allowedSchemes) {
|
|
@@ -19426,7 +19426,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19426
19426
|
ee.apiclient = {};
|
|
19427
19427
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19428
19428
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19429
|
-
ee.apiclient.API_CLIENT_VERSION = "1.5.
|
|
19429
|
+
ee.apiclient.API_CLIENT_VERSION = "1.5.24";
|
|
19430
19430
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19431
19431
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19432
19432
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19724,8 +19724,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19724
19724
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19725
19725
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19726
19726
|
method = method || "POST";
|
|
19727
|
-
var headers = {"Content-Type":contentType}, version = "1.5.
|
|
19728
|
-
version === "1.5.
|
|
19727
|
+
var headers = {"Content-Type":contentType}, version = "1.5.24";
|
|
19728
|
+
version === "1.5.24" && (version = "latest");
|
|
19729
19729
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19730
19730
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19731
19731
|
if (authToken != null) {
|
|
@@ -27248,29 +27248,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27248
27248
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27249
27249
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27250
27250
|
(function() {
|
|
27251
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27252
|
-
orderedParamLists = [["name", "
|
|
27253
|
-
"collection opt_description opt_folder opt_fileNamePrefix
|
|
27254
|
-
"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
|
|
27255
|
-
"
|
|
27256
|
-
"collection opt_description
|
|
27257
|
-
["
|
|
27258
|
-
|
|
27259
|
-
"
|
|
27260
|
-
["taskId", "
|
|
27261
|
-
["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["
|
|
27262
|
-
["
|
|
27263
|
-
"opt_maxError"
|
|
27264
|
-
"opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["
|
|
27265
|
-
[ee.ApiFunction.
|
|
27266
|
-
module$contents$ee$batch_Export.
|
|
27267
|
-
ee.ComputedObject.prototype.
|
|
27268
|
-
ee.data.
|
|
27269
|
-
ee.data.cancelOperation, ee.data.computeValue, ee.data.
|
|
27270
|
-
ee.
|
|
27271
|
-
ee.Filter.
|
|
27272
|
-
ee.Image.prototype.
|
|
27273
|
-
ee.ImageCollection.prototype.
|
|
27251
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.classifier.toAsset 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.batch.Export.table.toBigQuery ee.Collection.prototype.filterBounds ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filter ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.data.getFilmstripThumbId ee.data.authenticate ee.data.getList ee.data.getTableDownloadId ee.data.listAssets ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.updateAsset ee.data.makeTableDownloadUrl ee.data.listImages ee.data.setAssetAcl ee.data.newTaskId ee.data.getTaskStatus ee.data.listBuckets ee.data.setAssetProperties ee.data.getAssetRoots ee.data.getAssetRootQuota ee.data.getMapId ee.data.createAssetHome ee.data.startIngestion ee.data.getTileUrl ee.data.listOperations ee.data.getWorkloadTag ee.data.getTaskList ee.data.createAsset ee.data.setWorkloadTag ee.data.getTaskListWithLimit ee.data.setDefaultWorkloadTag ee.data.getFeatureViewTilesKey ee.data.createFolder ee.data.listFeatures ee.data.resetWorkloadTag ee.data.startTableIngestion ee.data.authenticateViaOauth ee.data.getOperation ee.data.renameAsset ee.data.cancelOperation ee.data.computeValue ee.data.copyAsset ee.data.getAsset ee.data.getThumbId ee.data.deleteAsset ee.data.getVideoThumbId ee.data.cancelTask ee.data.getAssetAcl ee.data.updateTask ee.data.makeThumbUrl ee.data.getInfo ee.data.startProcessing ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode ee.Dictionary ee.initialize ee.call ee.TILE_SIZE ee.apply ee.reset ee.Algorithms ee.InitState ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.Filter.eq ee.Filter.bounds ee.Filter ee.Filter.or ee.Filter.gte ee.Filter.gt ee.Filter.date ee.Filter.metadata ee.Filter.inList ee.Filter.neq ee.Filter.lte ee.Filter.and ee.Filter.prototype.not ee.Filter.lt ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.BBox ee.Geometry.MultiLineString ee.Geometry.MultiPoint ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSON ee.Geometry.Rectangle ee.Geometry.Polygon ee.Geometry ee.Geometry.LineString ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPolygon ee.Geometry.Point ee.Geometry.prototype.serialize ee.Image.rgb ee.Image.prototype.getThumbURL ee.Image.prototype.expression ee.Image.prototype.getDownloadURL ee.Image.prototype.clip ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image ee.Image.prototype.getInfo ee.Image.cat ee.Image.prototype.getThumbId ee.Image.prototype.select ee.Image.prototype.getMapId ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
|
|
27252
|
+
orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], ["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(" "),
|
|
27253
|
+
["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_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(" "),
|
|
27254
|
+
"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(" "),
|
|
27255
|
+
"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(" "),
|
|
27256
|
+
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), ["geometry"], ["name", "operator", "value"], ["start", "opt_end"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["filter"], ["opt_callback"], ["func", "var_args"], ["legacy"], ["callback"], ["params", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"],
|
|
27257
|
+
["params", "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["opt_success", "opt_error"], ["id"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["assetId", "asset", "updateFields", "opt_callback"], ["id"], ["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["opt_count", "opt_callback"], ["taskId", "opt_callback"], ["project", "opt_callback"], ["assetId",
|
|
27258
|
+
"properties", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], ["params", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "request", "opt_callback"], ["id", "x", "y", "z"], ["opt_limit", "opt_callback"], [], ["opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["tag"], ["opt_limit", "opt_callback"], ["tag"], ["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["asset", "params", "opt_callback"], ["opt_resetDefault"], ["taskId",
|
|
27259
|
+
"request", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["operationName", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["assetId", "opt_callback"],
|
|
27260
|
+
["taskId", "action", "opt_callback"], ["id"], ["id", "opt_callback"], ["taskId", "params", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], [], ["func", "namedArgs"], [], [], [], ["var_args"], [], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams",
|
|
27261
|
+
"opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_callback"], ["args", "opt_column"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["name", "value"], ["geometry", "opt_errorMargin"], ["opt_filter"], ["var_args"], ["name", "value"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["name", "value"],
|
|
27262
|
+
["var_args"], [], ["name", "value"], ["namedArgs"], ["var_args"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["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",
|
|
27263
|
+
"opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["legacy"], ["r", "g", "b"], ["params", "opt_callback"], ["expression", "opt_map"], ["params", "opt_callback"], ["geometry"], ["opt_visParams", "opt_callback"], ["var_args"], ["opt_args"], ["opt_callback"], ["var_args"], ["params", "opt_callback"], ["var_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["args"], ["opt_callback"], ["imageCollection",
|
|
27264
|
+
"opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["selectors", "opt_names"], ["opt_visParams", "opt_callback"], [], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27265
|
+
[ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, 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.map.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toDrive,
|
|
27266
|
+
module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterDate, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filter, ee.ComputedObject.prototype.getInfo,
|
|
27267
|
+
ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.evaluate, ee.data.getFilmstripThumbId, ee.data.authenticate, ee.data.getList, ee.data.getTableDownloadId, ee.data.listAssets, ee.data.getDownloadId, ee.data.authenticateViaPopup, ee.data.makeDownloadUrl, ee.data.authenticateViaPrivateKey, ee.data.updateAsset, ee.data.makeTableDownloadUrl, ee.data.listImages, ee.data.setAssetAcl, ee.data.newTaskId, ee.data.getTaskStatus, ee.data.listBuckets, ee.data.setAssetProperties,
|
|
27268
|
+
ee.data.getAssetRoots, ee.data.getAssetRootQuota, ee.data.getMapId, ee.data.createAssetHome, ee.data.startIngestion, ee.data.getTileUrl, ee.data.listOperations, ee.data.getWorkloadTag, ee.data.getTaskList, ee.data.createAsset, ee.data.setWorkloadTag, ee.data.getTaskListWithLimit, ee.data.setDefaultWorkloadTag, ee.data.getFeatureViewTilesKey, ee.data.createFolder, ee.data.listFeatures, ee.data.resetWorkloadTag, ee.data.startTableIngestion, ee.data.authenticateViaOauth, ee.data.getOperation, ee.data.renameAsset,
|
|
27269
|
+
ee.data.cancelOperation, ee.data.computeValue, ee.data.copyAsset, ee.data.getAsset, ee.data.getThumbId, ee.data.deleteAsset, ee.data.getVideoThumbId, ee.data.cancelTask, ee.data.getAssetAcl, ee.data.updateTask, ee.data.makeThumbUrl, ee.data.getInfo, ee.data.startProcessing, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Dictionary, ee.initialize, ee.call, ee.TILE_SIZE, ee.apply, ee.reset, ee.Algorithms, ee.InitState,
|
|
27270
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.Filter.eq, ee.Filter.bounds, ee.Filter, ee.Filter.or, ee.Filter.gte, ee.Filter.gt, ee.Filter.date, ee.Filter.metadata,
|
|
27271
|
+
ee.Filter.inList, ee.Filter.neq, ee.Filter.lte, ee.Filter.and, ee.Filter.prototype.not, ee.Filter.lt, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.BBox, ee.Geometry.MultiLineString, ee.Geometry.MultiPoint, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSON, ee.Geometry.Rectangle, ee.Geometry.Polygon, ee.Geometry, ee.Geometry.LineString, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPolygon, ee.Geometry.Point, ee.Geometry.prototype.serialize, ee.Image.rgb,
|
|
27272
|
+
ee.Image.prototype.getThumbURL, ee.Image.prototype.expression, ee.Image.prototype.getDownloadURL, ee.Image.prototype.clip, ee.Image.prototype.getMap, ee.Image.prototype.rename, ee.Image, ee.Image.prototype.getInfo, ee.Image.cat, ee.Image.prototype.getThumbId, ee.Image.prototype.select, ee.Image.prototype.getMapId, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.ImageCollection.prototype.getInfo,
|
|
27273
|
+
ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.first, ee.List, ee.Number, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encode, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27274
27274
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27275
27275
|
});
|
|
27276
27276
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/build/main.js
CHANGED
|
@@ -3027,7 +3027,7 @@ module$exports$safevalues$builders$url_builders.SanitizableUrlScheme = {TEL:modu
|
|
|
3027
3027
|
}), MAILTO:module$contents$safevalues$builders$url_builders_simpleScheme("mailto"), INTENT:module$contents$safevalues$builders$url_builders_simpleScheme("intent"), MARKET:module$contents$safevalues$builders$url_builders_simpleScheme("market"), ITMS:module$contents$safevalues$builders$url_builders_simpleScheme("itms"), ITMS_APPSS:module$contents$safevalues$builders$url_builders_simpleScheme("itms-appss"),
|
|
3028
3028
|
ITMS_SERVICES:module$contents$safevalues$builders$url_builders_simpleScheme("itms-services"), FACEBOOK_MESSENGER:module$contents$safevalues$builders$url_builders_simpleScheme("fb-messenger"), WHATSAPP:module$contents$safevalues$builders$url_builders_simpleScheme("whatsapp"), SIP:new module$contents$safevalues$builders$url_builders_SchemeImpl(function(url) {
|
|
3029
3029
|
return url.indexOf("sip:") === 0 || url.indexOf("sips:") === 0;
|
|
3030
|
-
}), SMS:module$contents$safevalues$builders$url_builders_simpleScheme("sms"), VND_YOUTUBE:module$contents$safevalues$builders$url_builders_simpleScheme("vnd.youtube"), GOOGLEHOME:module$contents$safevalues$builders$url_builders_simpleScheme("googlehome"), GOOGLEHOMESDK:module$contents$safevalues$builders$url_builders_simpleScheme("googlehomesdk")};
|
|
3030
|
+
}), SMS:module$contents$safevalues$builders$url_builders_simpleScheme("sms"), VND_YOUTUBE:module$contents$safevalues$builders$url_builders_simpleScheme("vnd.youtube"), GOOGLEHOME:module$contents$safevalues$builders$url_builders_simpleScheme("googlehome"), GOOGLEHOMESDK:module$contents$safevalues$builders$url_builders_simpleScheme("googlehomesdk"), LINE:module$contents$safevalues$builders$url_builders_simpleScheme("line")};
|
|
3031
3031
|
var module$contents$safevalues$builders$url_builders_DEFAULT_SCHEMES = [module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.DATA, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.HTTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.HTTPS, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.MAILTO,
|
|
3032
3032
|
module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.FTP, module$exports$safevalues$builders$url_builders.SanitizableUrlScheme.RELATIVE];
|
|
3033
3033
|
function module$contents$safevalues$builders$url_builders_trySanitizeUrl(url, allowedSchemes) {
|
|
@@ -19428,7 +19428,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
19428
19428
|
ee.apiclient = {};
|
|
19429
19429
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19430
19430
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19431
|
-
ee.apiclient.API_CLIENT_VERSION = "1.5.
|
|
19431
|
+
ee.apiclient.API_CLIENT_VERSION = "1.5.24";
|
|
19432
19432
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19433
19433
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19434
19434
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19726,8 +19726,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19726
19726
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19727
19727
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19728
19728
|
method = method || "POST";
|
|
19729
|
-
var headers = {"Content-Type":contentType}, version = "1.5.
|
|
19730
|
-
version === "1.5.
|
|
19729
|
+
var headers = {"Content-Type":contentType}, version = "1.5.24";
|
|
19730
|
+
version === "1.5.24" && (version = "latest");
|
|
19731
19731
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19732
19732
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19733
19733
|
if (authToken != null) {
|
|
@@ -27250,29 +27250,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27250
27250
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27251
27251
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27252
27252
|
(function() {
|
|
27253
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27254
|
-
orderedParamLists = [["name", "
|
|
27255
|
-
"collection opt_description opt_folder opt_fileNamePrefix
|
|
27256
|
-
"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
|
|
27257
|
-
"
|
|
27258
|
-
"collection opt_description
|
|
27259
|
-
["
|
|
27260
|
-
|
|
27261
|
-
"
|
|
27262
|
-
["taskId", "
|
|
27263
|
-
["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["
|
|
27264
|
-
["
|
|
27265
|
-
"opt_maxError"
|
|
27266
|
-
"opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["
|
|
27267
|
-
[ee.ApiFunction.
|
|
27268
|
-
module$contents$ee$batch_Export.
|
|
27269
|
-
ee.ComputedObject.prototype.
|
|
27270
|
-
ee.data.
|
|
27271
|
-
ee.data.cancelOperation, ee.data.computeValue, ee.data.
|
|
27272
|
-
ee.
|
|
27273
|
-
ee.Filter.
|
|
27274
|
-
ee.Image.prototype.
|
|
27275
|
-
ee.ImageCollection.prototype.
|
|
27253
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.table.toAsset ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.classifier.toAsset 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.batch.Export.table.toBigQuery ee.Collection.prototype.filterBounds ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filter ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.data.getFilmstripThumbId ee.data.authenticate ee.data.getList ee.data.getTableDownloadId ee.data.listAssets ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.authenticateViaPrivateKey ee.data.updateAsset ee.data.makeTableDownloadUrl ee.data.listImages ee.data.setAssetAcl ee.data.newTaskId ee.data.getTaskStatus ee.data.listBuckets ee.data.setAssetProperties ee.data.getAssetRoots ee.data.getAssetRootQuota ee.data.getMapId ee.data.createAssetHome ee.data.startIngestion ee.data.getTileUrl ee.data.listOperations ee.data.getWorkloadTag ee.data.getTaskList ee.data.createAsset ee.data.setWorkloadTag ee.data.getTaskListWithLimit ee.data.setDefaultWorkloadTag ee.data.getFeatureViewTilesKey ee.data.createFolder ee.data.listFeatures ee.data.resetWorkloadTag ee.data.startTableIngestion ee.data.authenticateViaOauth ee.data.getOperation ee.data.renameAsset ee.data.cancelOperation ee.data.computeValue ee.data.copyAsset ee.data.getAsset ee.data.getThumbId ee.data.deleteAsset ee.data.getVideoThumbId ee.data.cancelTask ee.data.getAssetAcl ee.data.updateTask ee.data.makeThumbUrl ee.data.getInfo ee.data.startProcessing ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode ee.Dictionary ee.initialize ee.call ee.TILE_SIZE ee.apply ee.reset ee.Algorithms ee.InitState ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.Filter.eq ee.Filter.bounds ee.Filter ee.Filter.or ee.Filter.gte ee.Filter.gt ee.Filter.date ee.Filter.metadata ee.Filter.inList ee.Filter.neq ee.Filter.lte ee.Filter.and ee.Filter.prototype.not ee.Filter.lt ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.BBox ee.Geometry.MultiLineString ee.Geometry.MultiPoint ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSON ee.Geometry.Rectangle ee.Geometry.Polygon ee.Geometry ee.Geometry.LineString ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPolygon ee.Geometry.Point ee.Geometry.prototype.serialize ee.Image.rgb ee.Image.prototype.getThumbURL ee.Image.prototype.expression ee.Image.prototype.getDownloadURL ee.Image.prototype.clip ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image ee.Image.prototype.getInfo ee.Image.cat ee.Image.prototype.getThumbId ee.Image.prototype.select ee.Image.prototype.getMapId ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
|
|
27254
|
+
orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], ["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(" "),
|
|
27255
|
+
["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_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(" "),
|
|
27256
|
+
"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(" "),
|
|
27257
|
+
"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(" "),
|
|
27258
|
+
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), ["geometry"], ["name", "operator", "value"], ["start", "opt_end"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["filter"], ["opt_callback"], ["func", "var_args"], ["legacy"], ["callback"], ["params", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"],
|
|
27259
|
+
["params", "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["opt_success", "opt_error"], ["id"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["assetId", "asset", "updateFields", "opt_callback"], ["id"], ["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["opt_count", "opt_callback"], ["taskId", "opt_callback"], ["project", "opt_callback"], ["assetId",
|
|
27260
|
+
"properties", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], ["params", "opt_callback"], ["requestedId", "opt_callback"], ["taskId", "request", "opt_callback"], ["id", "x", "y", "z"], ["opt_limit", "opt_callback"], [], ["opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["tag"], ["opt_limit", "opt_callback"], ["tag"], ["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["asset", "params", "opt_callback"], ["opt_resetDefault"], ["taskId",
|
|
27261
|
+
"request", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["operationName", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["operationName", "opt_callback"], ["obj", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["assetId", "opt_callback"],
|
|
27262
|
+
["taskId", "action", "opt_callback"], ["id"], ["id", "opt_callback"], ["taskId", "params", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], [], ["func", "namedArgs"], [], [], [], ["var_args"], [], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams",
|
|
27263
|
+
"opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_callback"], ["args", "opt_column"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["name", "value"], ["geometry", "opt_errorMargin"], ["opt_filter"], ["var_args"], ["name", "value"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "value"], ["name", "value"],
|
|
27264
|
+
["var_args"], [], ["name", "value"], ["namedArgs"], ["var_args"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["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",
|
|
27265
|
+
"opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj"], ["legacy"], ["r", "g", "b"], ["params", "opt_callback"], ["expression", "opt_map"], ["params", "opt_callback"], ["geometry"], ["opt_visParams", "opt_callback"], ["var_args"], ["opt_args"], ["opt_callback"], ["var_args"], ["params", "opt_callback"], ["var_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["args"], ["opt_callback"], ["imageCollection",
|
|
27266
|
+
"opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["selectors", "opt_names"], ["opt_visParams", "opt_callback"], [], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27267
|
+
[ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, 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.map.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toDrive,
|
|
27268
|
+
module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toBigQuery, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterDate, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filter, ee.ComputedObject.prototype.getInfo,
|
|
27269
|
+
ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.evaluate, ee.data.getFilmstripThumbId, ee.data.authenticate, ee.data.getList, ee.data.getTableDownloadId, ee.data.listAssets, ee.data.getDownloadId, ee.data.authenticateViaPopup, ee.data.makeDownloadUrl, ee.data.authenticateViaPrivateKey, ee.data.updateAsset, ee.data.makeTableDownloadUrl, ee.data.listImages, ee.data.setAssetAcl, ee.data.newTaskId, ee.data.getTaskStatus, ee.data.listBuckets, ee.data.setAssetProperties,
|
|
27270
|
+
ee.data.getAssetRoots, ee.data.getAssetRootQuota, ee.data.getMapId, ee.data.createAssetHome, ee.data.startIngestion, ee.data.getTileUrl, ee.data.listOperations, ee.data.getWorkloadTag, ee.data.getTaskList, ee.data.createAsset, ee.data.setWorkloadTag, ee.data.getTaskListWithLimit, ee.data.setDefaultWorkloadTag, ee.data.getFeatureViewTilesKey, ee.data.createFolder, ee.data.listFeatures, ee.data.resetWorkloadTag, ee.data.startTableIngestion, ee.data.authenticateViaOauth, ee.data.getOperation, ee.data.renameAsset,
|
|
27271
|
+
ee.data.cancelOperation, ee.data.computeValue, ee.data.copyAsset, ee.data.getAsset, ee.data.getThumbId, ee.data.deleteAsset, ee.data.getVideoThumbId, ee.data.cancelTask, ee.data.getAssetAcl, ee.data.updateTask, ee.data.makeThumbUrl, ee.data.getInfo, ee.data.startProcessing, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Dictionary, ee.initialize, ee.call, ee.TILE_SIZE, ee.apply, ee.reset, ee.Algorithms, ee.InitState,
|
|
27272
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.Filter.eq, ee.Filter.bounds, ee.Filter, ee.Filter.or, ee.Filter.gte, ee.Filter.gt, ee.Filter.date, ee.Filter.metadata,
|
|
27273
|
+
ee.Filter.inList, ee.Filter.neq, ee.Filter.lte, ee.Filter.and, ee.Filter.prototype.not, ee.Filter.lt, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.BBox, ee.Geometry.MultiLineString, ee.Geometry.MultiPoint, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSON, ee.Geometry.Rectangle, ee.Geometry.Polygon, ee.Geometry, ee.Geometry.LineString, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPolygon, ee.Geometry.Point, ee.Geometry.prototype.serialize, ee.Image.rgb,
|
|
27274
|
+
ee.Image.prototype.getThumbURL, ee.Image.prototype.expression, ee.Image.prototype.getDownloadURL, ee.Image.prototype.clip, ee.Image.prototype.getMap, ee.Image.prototype.rename, ee.Image, ee.Image.prototype.getInfo, ee.Image.cat, ee.Image.prototype.getThumbId, ee.Image.prototype.select, ee.Image.prototype.getMapId, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.ImageCollection.prototype.getInfo,
|
|
27275
|
+
ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.first, ee.List, ee.Number, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encode, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27276
27276
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27277
27277
|
});
|
|
27278
27278
|
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.24';
|
|
28
28
|
|
|
29
29
|
exports.VERSION = apiVersion.VERSION;
|
|
30
30
|
exports.API_CLIENT_VERSION = API_CLIENT_VERSION;
|