@google/earthengine 0.1.348 → 0.1.349
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/.tmp/BUILD +4 -0
- package/.tmp/METADATA +3 -3
- package/.tmp/VERSION_BUILD +2 -2
- package/build/browser.js +27 -27
- package/build/ee_api_js.js +17 -17
- package/build/ee_api_js_debug.js +5 -5
- 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/src/data.js +3 -3
package/.tmp/BUILD
CHANGED
|
@@ -469,6 +469,10 @@ Fileset(
|
|
|
469
469
|
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.348:public",
|
|
470
470
|
destdir = "0.1.348",
|
|
471
471
|
),
|
|
472
|
+
FilesetEntry(
|
|
473
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.349:public",
|
|
474
|
+
destdir = "0.1.349",
|
|
475
|
+
),
|
|
472
476
|
# NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
|
|
473
477
|
],
|
|
474
478
|
)
|
package/.tmp/METADATA
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Format: google3/devtools/metadata/metadata.proto (go/google3metadata)
|
|
2
2
|
|
|
3
|
-
name: "0.1.
|
|
3
|
+
name: "0.1.349"
|
|
4
4
|
description:
|
|
5
5
|
"Google Earth Engine is a cloud-based platform for planetary-scale "
|
|
6
6
|
"environmental data analysis. The Earth Engine JavaScript API allows "
|
|
@@ -12,10 +12,10 @@ third_party {
|
|
|
12
12
|
type: GIT
|
|
13
13
|
value: "https://github.com/google/earthengine-api.git"
|
|
14
14
|
}
|
|
15
|
-
version: "v0.1.
|
|
15
|
+
version: "v0.1.349"
|
|
16
16
|
last_upgrade_date: {
|
|
17
17
|
year: 2023
|
|
18
18
|
month: 4
|
|
19
|
-
day:
|
|
19
|
+
day: 12
|
|
20
20
|
}
|
|
21
21
|
}
|
package/.tmp/VERSION_BUILD
CHANGED
|
@@ -9,7 +9,7 @@ load("//tools/build_defs/license:license.bzl", "license")
|
|
|
9
9
|
load("//tools/build_defs/build_test:build_test.bzl", "build_test")
|
|
10
10
|
|
|
11
11
|
package(
|
|
12
|
-
default_applicable_licenses = ["//third_party/hosted_libraries/libs/earthengine/0.1.
|
|
12
|
+
default_applicable_licenses = ["//third_party/hosted_libraries/libs/earthengine/0.1.349:license"],
|
|
13
13
|
default_visibility = [
|
|
14
14
|
"//third_party/hosted_libraries/libs/earthengine:__pkg__",
|
|
15
15
|
],
|
|
@@ -17,7 +17,7 @@ package(
|
|
|
17
17
|
|
|
18
18
|
license(
|
|
19
19
|
name = "license",
|
|
20
|
-
package_name = "0.1.
|
|
20
|
+
package_name = "0.1.349",
|
|
21
21
|
)
|
|
22
22
|
|
|
23
23
|
licenses(["notice"])
|
package/build/browser.js
CHANGED
|
@@ -17587,7 +17587,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
|
|
|
17587
17587
|
ee.apiclient = {};
|
|
17588
17588
|
var module$contents$ee$apiclient_apiclient = {};
|
|
17589
17589
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
|
|
17590
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
17590
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.349";
|
|
17591
17591
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
17592
17592
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
17593
17593
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -17868,8 +17868,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
17868
17868
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
17869
17869
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
17870
17870
|
method = method || "POST";
|
|
17871
|
-
var headers = {"Content-Type":contentType,}, version = "0.1.
|
|
17872
|
-
"0.1.
|
|
17871
|
+
var headers = {"Content-Type":contentType,}, version = "0.1.349";
|
|
17872
|
+
"0.1.349" === version && (version = "latest");
|
|
17873
17873
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
17874
17874
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
17875
17875
|
if (null != authToken) {
|
|
@@ -20140,8 +20140,8 @@ ee.data.WorkloadTag.prototype.validate = function(tag) {
|
|
|
20140
20140
|
return "";
|
|
20141
20141
|
}
|
|
20142
20142
|
tag = String(tag);
|
|
20143
|
-
if (!/^([a-z0-9]|[a-z0-9][-
|
|
20144
|
-
throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character([a-z0-9]) with dashes (-), underscores (_),
|
|
20143
|
+
if (!/^([a-z0-9]|[a-z0-9][-_a-z0-9]{0,61}[a-z0-9])$/g.test(tag)) {
|
|
20144
|
+
throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character ([a-z0-9]) with dashes (-), underscores (_), and lowercase alphanumerics between.');
|
|
20145
20145
|
}
|
|
20146
20146
|
return tag;
|
|
20147
20147
|
};
|
|
@@ -25339,28 +25339,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
25339
25339
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
25340
25340
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
25341
25341
|
(function() {
|
|
25342
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
25343
|
-
orderedParamLists = [["name"], ["name", "var_args"], ["name"
|
|
25344
|
-
|
|
25345
|
-
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description
|
|
25346
|
-
"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond
|
|
25347
|
-
|
|
25348
|
-
"opt_callback"], ["
|
|
25349
|
-
["
|
|
25350
|
-
"
|
|
25351
|
-
["
|
|
25352
|
-
"
|
|
25353
|
-
|
|
25354
|
-
|
|
25355
|
-
[ee.ApiFunction.
|
|
25356
|
-
module$contents$ee$batch_Export.
|
|
25357
|
-
ee.ComputedObject.prototype.
|
|
25358
|
-
ee.data.
|
|
25359
|
-
ee.data.
|
|
25360
|
-
ee.Feature.prototype.getInfo, ee.
|
|
25361
|
-
ee.
|
|
25362
|
-
ee.Image.
|
|
25363
|
-
ee.Serializer.
|
|
25342
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction._call ee.ApiFunction.lookup ee.batch.Export.image.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toAsset ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.videoMap.toCloudStorage ee.Collection.prototype.limit ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.filterMetadata ee.Collection.prototype.filter ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.listImages ee.data.getAsset ee.data.getDownloadId ee.data.resetWorkloadTag ee.data.listBuckets ee.data.getTaskList ee.data.makeDownloadUrl ee.data.getTaskListWithLimit ee.data.getTableDownloadId ee.data.getAssetRootQuota ee.data.authenticateViaPrivateKey ee.data.authenticateViaPopup ee.data.getAssetRoots ee.data.listOperations ee.data.cancelOperation ee.data.getTaskStatus ee.data.createAssetHome ee.data.createAsset ee.data.getOperation ee.data.newTaskId ee.data.startTableIngestion ee.data.deleteAsset ee.data.createFolder ee.data.makeTableDownloadUrl ee.data.cancelTask ee.data.getAssetAcl ee.data.getTileUrl ee.data.getFeatureViewTilesKey ee.data.renameAsset ee.data.startProcessing ee.data.updateTask ee.data.copyAsset ee.data.getMapId ee.data.getWorkloadTag ee.data.authenticate ee.data.startIngestion ee.data.updateAsset ee.data.getThumbId ee.data.listFeatures ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.listAssets ee.data.setAssetAcl ee.data.getList ee.data.makeThumbUrl ee.data.computeValue ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getInfo ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.reset ee.InitState ee.Algorithms ee.call ee.apply ee.TILE_SIZE ee.initialize ee.Element.prototype.set ee.Feature.prototype.getInfo ee.Feature ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.prototype.not ee.Filter.inList ee.Filter ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.Point ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.MultiPoint ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.Image.cat ee.Image.prototype.select ee.Image.prototype.expression ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
|
|
25343
|
+
orderedParamLists = [["name", "namedArgs"], ["name", "var_args"], ["name"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), ["classifier", "opt_description", "opt_assetId"], ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
|
|
25344
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".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".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".split(" "),
|
|
25345
|
+
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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".split(" "),
|
|
25346
|
+
"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".split(" "), ["max", "opt_property", "opt_ascending"], ["start", "opt_end"], ["algorithm", "opt_first"], ["geometry"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"],
|
|
25347
|
+
["name", "operator", "value"], ["filter"], ["callback"], ["opt_callback"], ["legacy"], ["func", "var_args"], ["tag"], ["tag"], ["parent", "opt_params", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["opt_resetDefault"], ["project", "opt_callback"], ["opt_callback"], ["id"], ["opt_limit", "opt_callback"], ["params", "opt_callback"], ["rootId", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_success", "opt_error"],
|
|
25348
|
+
["opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "opt_callback"], ["requestedId", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["operationName", "opt_callback"], ["opt_count", "opt_callback"], ["taskId", "request", "opt_callback"], ["assetId", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["taskId", "opt_callback"], ["assetId", "opt_callback"], ["id", "x", "y", "z"], ["params", "opt_callback"],
|
|
25349
|
+
["sourceId", "destinationId", "opt_callback"], ["taskId", "params", "opt_callback"], ["taskId", "action", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], [], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["taskId", "request", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["asset", "params", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"],
|
|
25350
|
+
["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["params", "opt_callback"], ["id"], ["obj", "opt_callback"], ["assetId", "properties", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["id", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], [], [], ["func", "var_args"], ["func", "namedArgs"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
|
|
25351
|
+
["var_args"], ["opt_callback"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["var_args"], ["name",
|
|
25352
|
+
"value"], ["start", "opt_end"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], [], ["west", "south", "east", "north"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
|
|
25353
|
+
["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["var_args"], ["expression", "opt_map"], ["opt_args"], ["var_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["args"], [], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams",
|
|
25354
|
+
"opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["string"], []];
|
|
25355
|
+
[ee.ApiFunction._apply, ee.ApiFunction._call, ee.ApiFunction.lookup, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.video.toDrive,
|
|
25356
|
+
module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.videoMap.toCloudStorage, ee.Collection.prototype.limit, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filter, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.getInfo,
|
|
25357
|
+
ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.data.setWorkloadTag, ee.data.setDefaultWorkloadTag, ee.data.listImages, ee.data.getAsset, ee.data.getDownloadId, ee.data.resetWorkloadTag, ee.data.listBuckets, ee.data.getTaskList, ee.data.makeDownloadUrl, ee.data.getTaskListWithLimit, ee.data.getTableDownloadId, ee.data.getAssetRootQuota, ee.data.authenticateViaPrivateKey, ee.data.authenticateViaPopup, ee.data.getAssetRoots, ee.data.listOperations, ee.data.cancelOperation,
|
|
25358
|
+
ee.data.getTaskStatus, ee.data.createAssetHome, ee.data.createAsset, ee.data.getOperation, ee.data.newTaskId, ee.data.startTableIngestion, ee.data.deleteAsset, ee.data.createFolder, ee.data.makeTableDownloadUrl, ee.data.cancelTask, ee.data.getAssetAcl, ee.data.getTileUrl, ee.data.getFeatureViewTilesKey, ee.data.renameAsset, ee.data.startProcessing, ee.data.updateTask, ee.data.copyAsset, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.authenticate, ee.data.startIngestion, ee.data.updateAsset,
|
|
25359
|
+
ee.data.getThumbId, ee.data.listFeatures, ee.data.getVideoThumbId, ee.data.getFilmstripThumbId, ee.data.listAssets, ee.data.setAssetAcl, ee.data.getList, ee.data.makeThumbUrl, ee.data.computeValue, ee.data.setAssetProperties, ee.data.authenticateViaOauth, ee.data.getInfo, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.reset, ee.InitState, ee.Algorithms, ee.call, ee.apply, ee.TILE_SIZE, ee.initialize,
|
|
25360
|
+
ee.Element.prototype.set, ee.Feature.prototype.getInfo, ee.Feature, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, ee.Filter.lt, ee.Filter.and, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.prototype.not, ee.Filter.inList, ee.Filter,
|
|
25361
|
+
ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.BBox, ee.Geometry.Point, ee.Geometry.LinearRing, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.MultiPoint, ee.Image.rgb, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbURL, ee.Image.prototype.getThumbId, ee.Image.prototype.clip,
|
|
25362
|
+
ee.Image.cat, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.ImageCollection, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.List, ee.Number, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty,
|
|
25363
|
+
ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
25364
25364
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
25365
25365
|
});
|
|
25366
25366
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/build/ee_api_js.js
CHANGED
|
@@ -455,7 +455,7 @@ Tc(q,f[m]))});return b?b(l):l};return this.callback?(qj(d,null,function(f,l){ret
|
|
|
455
455
|
sj.prototype.send=function(a,b){var c=[a.B+" "+a.path+" HTTP/1.1"];c.push("Content-Type: application/json; charset=utf-8");var d=uj();null!=d&&c.push("Authorization: "+d);a=a.body?JSON.stringify(a.body):"";return[c.join("\r\n")+"\r\n\r\n"+a,b]};
|
|
456
456
|
var vj=function(a,b,c){a=n(b.split("--"+a.split("; boundary=")[1]));for(b=a.next();!b.done;b=a.next())if(b=b.value.split("\r\n\r\n"),!(3>b.length)){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"))}},oj=function(){var a=wj.replace(/\/api$/,"");return"window"in r&&!a.match(/^https?:\/\/content-/)?a.replace(/^(https?:\/\/)(.*\.googleapis\.com)$/,"$1content-$2"):a},yj=function(a,b,c){var d=[];a&&(d=d.concat(xj));
|
|
457
457
|
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=t(g)?"o"+ya(g):(typeof g).charAt(0)+g;Object.prototype.hasOwnProperty.call(e,f)||(e[f]=!0,a[b++]=g)}a.length=b;return d},Ej=function(a,b,c){zj&&Aj&&zj({client_id:String(Aj),immediate:!0,scope:Bj.join(" ")},function(d){if("immediate_failed"==d.error&&c)c();else if("window"in r)try{Cj(function(){try{r.gapi.auth.setToken(d),Dj(a,b,d)}catch(e){b(e.toString())}})}catch(e){b(e.toString())}else Dj(a,
|
|
458
|
-
b,d)})},uj=function(){Fj&&0<=Date.now()-Fj&&Gj();return Hj},Gj=function(){Fj=Hj=null},lj=function(a,b,c,d){null!=a?wj=a:Ij||(wj="https://earthengine.googleapis.com/api");null!=b?Jj=b:Ij||(Jj="https://earthengine.googleapis.com");void 0!==c&&(Kj=c);kj=null!=d?d:kj||"earthengine-legacy";Ij=!0},qj=function(a,b,c,d,e,g){lj();var f=Lj,l="application/x-www-form-urlencoded";e&&(l="application/json",d&&d.startsWith("multipart")&&(l=d,d="POST"));d=d||"POST";l={"Content-Type":l};var m="0.1.
|
|
458
|
+
b,d)})},uj=function(){Fj&&0<=Date.now()-Fj&&Gj();return Hj},Gj=function(){Fj=Hj=null},lj=function(a,b,c,d){null!=a?wj=a:Ij||(wj="https://earthengine.googleapis.com/api");null!=b?Jj=b:Ij||(Jj="https://earthengine.googleapis.com");void 0!==c&&(Kj=c);kj=null!=d?d:kj||"earthengine-legacy";Ij=!0},qj=function(a,b,c,d,e,g){lj();var f=Lj,l="application/x-www-form-urlencoded";e&&(l="application/json",d&&d.startsWith("multipart")&&(l=d,d="POST"));d=d||"POST";l={"Content-Type":l};var m="0.1.349";"0.1.349"===
|
|
459
459
|
m&&(m="latest");l["x-goog-api-client"]="ee-js/"+m;m=uj();if(null!=m)l.Authorization=m;else if(c&&zj&&Aj)return Ej(function(){Mj(f,function(){qj(a,b,c,d)})}),null;b=b?b.clone():new Ed;null!=Nj&&b.add("key",Nj);f&&(l["X-Earth-Engine-Computation-Profiling"]="1");kj&&"earthengine-legacy"!==kj&&(l["X-Goog-User-Project"]=kj);b=Oj(b,a);null!=Kj&&(l["X-XSRF-Token"]=Kj);null!=Pj&&(l["X-Earth-Engine-App-ID-Token"]=Pj);m=e||null;var q=b?b.toString():"";"POST"===d&&void 0===e?m=q:/^[\s\xa0]*$/.test(q)||(a+=-1!=
|
|
460
460
|
a.indexOf("?")?"&":"?",a+=q);e=a.startsWith("/")?wj+a:a;if(c)return Qj.push(Rj(e,c,d,m,l,g)),Sj.lf(),null;q=function(D,Q){this.setRequestHeader&&this.setRequestHeader(Q,D)};var v=0;for(g=null!=g?g:5;;){var B=Xi(Vi);B.open(d,e,!1);Cb(l,q,B);B.send(m);if(429!=B.status||v>g)break;v++}return Tj(B.status,function(D){try{return B.getResponseHeader(D)}catch(Q){return null}},B.responseText,f,void 0,e,d)},Rj=function(a,b,c,d,e,g){var f=0,l={url:a,method:c,content:d,headers:e},m=Lj,q=null!=g?g:10;l.callback=
|
|
461
461
|
function(v){v=v.target;if(429==v.getStatus()&&f<q)return f++,setTimeout(function(){Qj.push(l);Sj.lf()},Math.min(12E4,1E3*Math.pow(2,f))),null;var B=Tj,D=v.getStatus(),Q=u(v.getResponseHeader,v);try{var Y=v.s?v.s.responseText:""}catch(T){Qi(v.ia,"Can not get responseText: "+T.message),Y=""}return B(D,Q,Y,m,b,a,c)};return l},Mj=function(a,b){var c=Lj;try{Lj=a,b.call(void 0)}finally{Lj=c}},Tj=function(a,b,c,d,e,g,f){var l=d?b("X-Earth-Engine-Computation-Profile"):"";l&&d&&d(l);var m=function(Y){try{var T=
|
|
@@ -562,7 +562,7 @@ var Cm=function(a,b,c){a=pk(a);b=zk(b);b=new Jg({nb:b});c=new I(c);var d=c.handl
|
|
|
562
562
|
var Dm=function(a,b,c){var d=uk(b);b=Pc(d.i()).keys.filter(function(e){return"properties"!==e&&F(d,e)}).map(function(e){return e.replace(/([A-Z])/g,function(g,f){return"_"+f.toLowerCase()})}).concat(Object.keys(d.properties||{}).map(function(e){return'properties."'+e+'"'}));Bm(a,d,b,c)};w("ee.data.setAssetProperties",Dm);
|
|
563
563
|
var Em=function(a,b){var c=pk(a);b=new I(b);var d=b.assets(),e=d.j.C;d.j.C=function(g,f){"^projects\\/[^/]+\\/assets\\/.+$"===f.source&&(f=RegExp("^projects/[^/]+/assets/.*$"));return e(g,f)};c=d.get(c,{prettyPrint:!1});return b.handle(c.then(function(g){if(!(g instanceof kf&&g.quota))throw Error(a+" is not a root folder.");g=g.quota;return{asset_count:{usage:Number(g.Oe||0),limit:Number(g.Jf||0)},asset_size:{usage:Number(g.sizeBytes||0),limit:Number(g.Zb||0)}}}))};w("ee.data.getAssetRootQuota",Em);
|
|
564
564
|
var Fm=function(){this.default=this.tag=""};Fm.prototype.get=function(){return this.tag};Fm.prototype.set=function(a){this.tag=this.validate(a)};Fm.prototype.reset=function(){this.tag=this.default};
|
|
565
|
-
Fm.prototype.validate=function(a){if(null==a||""===a)return"";a=String(a);if(!/^([a-z0-9]|[a-z0-9][-
|
|
565
|
+
Fm.prototype.validate=function(a){if(null==a||""===a)return"";a=String(a);if(!/^([a-z0-9]|[a-z0-9][-_a-z0-9]{0,61}[a-z0-9])$/g.test(a))throw Error('Invalid tag, "'+a+'". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character ([a-z0-9]) with dashes (-), underscores (_), and lowercase alphanumerics between.');return a};var Bl=function(){return ul(Fm).get()};w("ee.data.getWorkloadTag",Bl);var Gm=function(a){ul(Fm).set(a)};w("ee.data.setWorkloadTag",Gm);
|
|
566
566
|
var Hm=function(a){var b=ul(Fm);b.default=b.validate(a);ul(Fm).set(a)};w("ee.data.setDefaultWorkloadTag",Hm);var Im=function(a){a&&(a=ul(Fm),a.default=a.validate(""));ul(Fm).reset()};w("ee.data.resetWorkloadTag",Im);var am={Gl:"CANCEL",Jl:"UPDATE"};var M=function(a,b,c){if(!(this instanceof M))return Jm(M,arguments);if(c&&(a||b))throw Error('When "opt_varName" is specified, "func" and "args" must be null.');if(a&&!b)throw Error('When "func" is specified, "args" must not be null.');this.I=a;this.args=b;this.T=c||null};x(M,Vj);w("ee.ComputedObject",M);M.prototype.evaluate=function(a){if(!a||"function"!==typeof a)throw Error("evaluate() requires a callback function.");Hl(this,a)};M.prototype.evaluate=M.prototype.evaluate;
|
|
567
567
|
M.prototype.U=function(a){return Hl(this,a)};M.prototype.getInfo=M.prototype.U;M.prototype.encode=function(a){if(null===this.I&&null===this.args)return{type:"ArgumentRef",value:this.T};var b={},c;for(c in this.args)void 0!==this.args[c]&&(b[c]=a(this.args[c]));b={type:"Invocation",arguments:b};a=a(this.I);b["string"===typeof a?"functionName":"function"]=a;return b};
|
|
568
568
|
M.prototype.oa=function(a){if(null===this.I&&null===this.args){a=this.T||a.Vi;if(!a)throw Error("A mapped function's arguments cannot be used in client-side operations");return new Ke({Qb:a})}var b={},c;for(c in this.args)void 0!==this.args[c]&&(b[c]=Xj(bl(a,this.args[c])));return"string"===typeof this.I?ak(String(this.I),b):this.I.Cd(a,b)};M.prototype.xa=function(a){return(void 0===a?0:a)?Sk(this):$k(this)};M.prototype.serialize=M.prototype.xa;
|
|
@@ -701,18 +701,18 @@ h.Al=function(){if(!this.mc){var a=u(function(d){this.mc||(dq(this.ga,this.fa,d)
|
|
|
701
701
|
h.ga=null;h.Si=null;h.La=null;h.ni=null;var Cq=["load","abort","error"],Dq=function(){y.call(this);this.Ga=!1};p(Dq,y);Dq.prototype.setActive=function(a){this.Ga=a};Dq.prototype.isActive=function(){return this.Ga};var yq=function(a,b){tq.call(this,a,b)};p(yq,tq);yq.prototype.Xe=function(){return new Dq};yq.prototype.Ad=function(a){a.Ta()};yq.prototype.Nf=function(a){return!a.Ua&&!a.isActive()};var Eq=function(a,b,c,d,e){Kc.call(this,a,b,c,d,e);this.minZoom=d.minZoom||0;this.maxZoom=d.maxZoom||20;if(!window.google||!window.google.maps)throw Error("Google Maps API hasn't been initialized.");this.tileSize=d.tileSize||new google.maps.Size(256,256);this.name=d.name;this.ug=new Fc;this.Of=1;this.wa=e||null};p(Eq,Kc);h=Eq.prototype;h.Ne=function(a){return Zb(this,"tileevent",a)};h.Yf=function(a){gc(a)};
|
|
702
702
|
h.getTile=function(a,b,c){if(b<this.minZoom||0>a.y||a.y>=1<<b)return a=c.createElement("IMG"),a.style.width="0px",a.style.height="0px",a;b=Lc(this,a,b);a=[this.url,b].join("/")+"?token="+this.token;this.wa&&this.wa.isEnabled()&&(a+="&profiling=1");b=[b,this.Bb,this.token].join("/");this.Bb+=1;c=nh("DIV",{id:b});var d=(new Date).getTime()/1E3;this.Db.push(b);ul(zq).send(b,a,d,u(this.al,this,c,b));Bp(this);return c};h.Qc=function(){return this.Db.length};
|
|
703
703
|
h.releaseTile=function(a){ul(zq).abort(a.id);if(void 0!==a.firstElementChild)var b=a.firstElementChild;else for(b=a.firstChild;b&&1!=b.nodeType;)b=b.nextSibling;this.ug.remove(b);""!==a.id&&(this.tg.remove(a.id),this.wa&&this.wa.sl(a.id))};h.setOpacity=function(a){this.Of=a;var b=this.ug.Fa();rc(b,function(c){Mp(c,a)})};
|
|
704
|
-
h.al=function(a,b,c,d){"error"==c.type?(Ya(this.Db,b),this.tg.add(b),this.dispatchEvent(c)):(Ya(this.Db,b),c.target&&"load"==c.type&&(c=c.target,this.ug.add(c),1!=this.Of&&Mp(c,this.Of),a.appendChild(c)),Bp(this));this.wa&&null!==d&&this.wa.Ok(b,d)};w("ee.MapLayerOverlay",Eq);Eq.prototype.removeTileCallback=Eq.prototype.Yf;Eq.prototype.addTileCallback=Eq.prototype.Ne;Eq.prototype.getTile=Eq.prototype.getTile;Eq.prototype.setOpacity=Eq.prototype.setOpacity;Eq.prototype.releaseTile=Eq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction.
|
|
705
|
-
c=[["name"],["name","var_args"],["name"
|
|
706
|
-
|
|
707
|
-
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),"collection opt_description
|
|
708
|
-
"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond
|
|
709
|
-
|
|
710
|
-
"
|
|
711
|
-
"opt_callback"],["
|
|
712
|
-
|
|
713
|
-
"opt_callback"],["opt_callback"],["
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
704
|
+
h.al=function(a,b,c,d){"error"==c.type?(Ya(this.Db,b),this.tg.add(b),this.dispatchEvent(c)):(Ya(this.Db,b),c.target&&"load"==c.type&&(c=c.target,this.ug.add(c),1!=this.Of&&Mp(c,this.Of),a.appendChild(c)),Bp(this));this.wa&&null!==d&&this.wa.Ok(b,d)};w("ee.MapLayerOverlay",Eq);Eq.prototype.removeTileCallback=Eq.prototype.Yf;Eq.prototype.addTileCallback=Eq.prototype.Ne;Eq.prototype.getTile=Eq.prototype.getTile;Eq.prototype.setOpacity=Eq.prototype.setOpacity;Eq.prototype.releaseTile=Eq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._apply ee.ApiFunction._call ee.ApiFunction.lookup ee.batch.Export.image.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toAsset ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.videoMap.toCloudStorage ee.Collection.prototype.limit ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.filterMetadata ee.Collection.prototype.filter ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.listImages ee.data.getAsset ee.data.getDownloadId ee.data.resetWorkloadTag ee.data.listBuckets ee.data.getTaskList ee.data.makeDownloadUrl ee.data.getTaskListWithLimit ee.data.getTableDownloadId ee.data.getAssetRootQuota ee.data.authenticateViaPrivateKey ee.data.authenticateViaPopup ee.data.getAssetRoots ee.data.listOperations ee.data.cancelOperation ee.data.getTaskStatus ee.data.createAssetHome ee.data.createAsset ee.data.getOperation ee.data.newTaskId ee.data.startTableIngestion ee.data.deleteAsset ee.data.createFolder ee.data.makeTableDownloadUrl ee.data.cancelTask ee.data.getAssetAcl ee.data.getTileUrl ee.data.getFeatureViewTilesKey ee.data.renameAsset ee.data.startProcessing ee.data.updateTask ee.data.copyAsset ee.data.getMapId ee.data.getWorkloadTag ee.data.authenticate ee.data.startIngestion ee.data.updateAsset ee.data.getThumbId ee.data.listFeatures ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.listAssets ee.data.setAssetAcl ee.data.getList ee.data.makeThumbUrl ee.data.computeValue ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getInfo ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.reset ee.InitState ee.Algorithms ee.call ee.apply ee.TILE_SIZE ee.initialize ee.Element.prototype.set ee.Feature.prototype.getInfo ee.Feature ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.prototype.not ee.Filter.inList ee.Filter ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.Point ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.MultiPoint ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.Image.cat ee.Image.prototype.select ee.Image.prototype.expression ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
|
|
705
|
+
c=[["name","namedArgs"],["name","var_args"],["name"],"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),["classifier","opt_description","opt_assetId"],["collection","opt_description","opt_assetId","opt_maxVertices"],"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
|
|
706
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".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".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".split(" "),
|
|
707
|
+
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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".split(" "),
|
|
708
|
+
"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".split(" "),["max","opt_property","opt_ascending"],["start","opt_end"],["algorithm","opt_first"],["geometry"],["property","opt_ascending"],["algorithm","opt_dropNulls"],["name",
|
|
709
|
+
"operator","value"],["filter"],["callback"],["opt_callback"],["legacy"],["func","var_args"],["tag"],["tag"],["parent","opt_params","opt_callback"],["id","opt_callback"],["params","opt_callback"],["opt_resetDefault"],["project","opt_callback"],["opt_callback"],["id"],["opt_limit","opt_callback"],["params","opt_callback"],["rootId","opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["opt_success","opt_error"],["opt_callback"],["opt_limit","opt_callback"],
|
|
710
|
+
["operationName","opt_callback"],["taskId","opt_callback"],["requestedId","opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],["operationName","opt_callback"],["opt_count","opt_callback"],["taskId","request","opt_callback"],["assetId","opt_callback"],["path","opt_force","opt_callback"],["id"],["taskId","opt_callback"],["assetId","opt_callback"],["id","x","y","z"],["params","opt_callback"],["sourceId","destinationId","opt_callback"],["taskId","params","opt_callback"],["taskId",
|
|
711
|
+
"action","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["params","opt_callback"],[],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["taskId","request","opt_callback"],["assetId","asset","updateFields","opt_callback"],["params","opt_callback"],["asset","params","opt_callback"],["params","opt_callback"],["params","opt_callback"],["parent","opt_params","opt_callback"],["assetId","aclUpdate","opt_callback"],["params","opt_callback"],["id"],["obj",
|
|
712
|
+
"opt_callback"],["assetId","properties","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["id","opt_callback"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],[],[],[],["func","var_args"],["func","namedArgs"],[],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),["var_args"],["opt_callback"],["geometry","opt_properties"],["opt_visParams","opt_callback"],["opt_callback"],
|
|
713
|
+
["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_visParams","opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["args","opt_column"],["name","operator","value"],["name","value"],["name","value"],["geometry","opt_errorMargin"],["name","value"],["name","value"],["name","value"],["var_args"],["var_args"],["name","value"],["start","opt_end"],[],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["opt_filter"],["namedArgs"],["var_args"],["coords",
|
|
714
|
+
"opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],[],[],["west","south","east","north"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError"],["legacy"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj"],["r","g","b"],["opt_callback"],
|
|
715
|
+
["params","opt_callback"],["params","opt_callback"],["geometry"],["var_args"],["var_args"],["expression","opt_map"],["opt_args"],["var_args"],["opt_visParams","opt_callback"],["params","opt_callback"],["args"],[],["params","opt_callback"],["params","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],["selectors","opt_names"],["list"],["number"],["obj"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["obj"],["obj"],["string"],[]];[Xm,O,Wm,vo,Ho,Co,Bo,Eo,Do,xo,zo,Fo,Ao,yo,Go,V.prototype.limit,
|
|
716
|
+
V.prototype.jf,V.prototype.Mh,V.prototype.wh,V.prototype.sort,V.prototype.map,V.prototype.kf,V.prototype.filter,M.prototype.evaluate,M.prototype.U,M.prototype.xa,M.prototype.Eg,Gm,Hm,rm,nm,Nl,Im,sm,Vl,Ol,Ul,Pl,Em,yl,vl,tm,Wl,Xl,Tl,um,vm,Yl,Rl,mm,zm,wm,Ql,$l,Am,El,Fl,xm,gm,Zl,ym,Dl,Bl,xl,km,Bm,Il,Gl,Jl,Kl,qm,Cm,pm,Ll,Hl,Dm,wl,nm,Yo,cp,bp,ap,gp,hp,tp,up,sp,vp,wp,256,qp,R.prototype.set,W.prototype.U,W,W.prototype.getMap,X.prototype.U,X.prototype.vb,X.prototype.getMap,X.prototype.select,X,Vn,Kn,Ln,Un,
|
|
717
|
+
On,Pn,Mn,Qn,Rn,Nn,Sn,U.prototype.wc,Tn,U,Rm.prototype.apply,Rm.prototype.call,An,un,yn,Bn,S.prototype.ke,S.prototype.wg,vn,qn,zn,S.prototype.xa,Cn,S,tn,io,L.prototype.U,L.prototype.sf,L.prototype.Id,L.prototype.clip,jo,L.prototype.select,L.prototype.l,L,L.prototype.ti,L.prototype.getMap,L.prototype.vb,Z,Z.prototype.first,Z.prototype.qf,Z.prototype.uf,Z.prototype.getMap,Z.prototype.U,Z.prototype.select,ko,Oo,al,Zk,$k,Xk,Rk,Sk,Uk,Ro,kp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});
|
|
718
|
+
r.EXPORTED_FN_INFO=a})();}).call(this);
|
package/build/ee_api_js_debug.js
CHANGED
|
@@ -17587,7 +17587,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
|
|
|
17587
17587
|
ee.apiclient = {};
|
|
17588
17588
|
var module$contents$ee$apiclient_apiclient = {};
|
|
17589
17589
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
|
|
17590
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
17590
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.349";
|
|
17591
17591
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
17592
17592
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
17593
17593
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -17868,8 +17868,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
17868
17868
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
17869
17869
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
17870
17870
|
method = method || "POST";
|
|
17871
|
-
var headers = {"Content-Type":contentType,}, version = "0.1.
|
|
17872
|
-
"0.1.
|
|
17871
|
+
var headers = {"Content-Type":contentType,}, version = "0.1.349";
|
|
17872
|
+
"0.1.349" === version && (version = "latest");
|
|
17873
17873
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
17874
17874
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
17875
17875
|
if (null != authToken) {
|
|
@@ -20140,8 +20140,8 @@ ee.data.WorkloadTag.prototype.validate = function(tag) {
|
|
|
20140
20140
|
return "";
|
|
20141
20141
|
}
|
|
20142
20142
|
tag = String(tag);
|
|
20143
|
-
if (!/^([a-z0-9]|[a-z0-9][-
|
|
20144
|
-
throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character([a-z0-9]) with dashes (-), underscores (_),
|
|
20143
|
+
if (!/^([a-z0-9]|[a-z0-9][-_a-z0-9]{0,61}[a-z0-9])$/g.test(tag)) {
|
|
20144
|
+
throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character ([a-z0-9]) with dashes (-), underscores (_), and lowercase alphanumerics between.');
|
|
20145
20145
|
}
|
|
20146
20146
|
return tag;
|
|
20147
20147
|
};
|
package/build/ee_api_js_npm.js
CHANGED
|
@@ -17587,7 +17587,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
|
|
|
17587
17587
|
ee.apiclient = {};
|
|
17588
17588
|
var module$contents$ee$apiclient_apiclient = {};
|
|
17589
17589
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
|
|
17590
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
17590
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.349";
|
|
17591
17591
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
17592
17592
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
17593
17593
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -17868,8 +17868,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
17868
17868
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
17869
17869
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
17870
17870
|
method = method || "POST";
|
|
17871
|
-
var headers = {"Content-Type":contentType,}, version = "0.1.
|
|
17872
|
-
"0.1.
|
|
17871
|
+
var headers = {"Content-Type":contentType,}, version = "0.1.349";
|
|
17872
|
+
"0.1.349" === version && (version = "latest");
|
|
17873
17873
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
17874
17874
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
17875
17875
|
if (null != authToken) {
|
|
@@ -20140,8 +20140,8 @@ ee.data.WorkloadTag.prototype.validate = function(tag) {
|
|
|
20140
20140
|
return "";
|
|
20141
20141
|
}
|
|
20142
20142
|
tag = String(tag);
|
|
20143
|
-
if (!/^([a-z0-9]|[a-z0-9][-
|
|
20144
|
-
throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character([a-z0-9]) with dashes (-), underscores (_),
|
|
20143
|
+
if (!/^([a-z0-9]|[a-z0-9][-_a-z0-9]{0,61}[a-z0-9])$/g.test(tag)) {
|
|
20144
|
+
throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character ([a-z0-9]) with dashes (-), underscores (_), and lowercase alphanumerics between.');
|
|
20145
20145
|
}
|
|
20146
20146
|
return tag;
|
|
20147
20147
|
};
|
|
@@ -25339,28 +25339,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
25339
25339
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
25340
25340
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
25341
25341
|
(function() {
|
|
25342
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
25343
|
-
orderedParamLists = [["name"], ["name", "var_args"], ["name"
|
|
25344
|
-
|
|
25345
|
-
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description
|
|
25346
|
-
"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond
|
|
25347
|
-
|
|
25348
|
-
"opt_callback"], ["
|
|
25349
|
-
["
|
|
25350
|
-
"
|
|
25351
|
-
["
|
|
25352
|
-
"
|
|
25353
|
-
|
|
25354
|
-
|
|
25355
|
-
[ee.ApiFunction.
|
|
25356
|
-
module$contents$ee$batch_Export.
|
|
25357
|
-
ee.ComputedObject.prototype.
|
|
25358
|
-
ee.data.
|
|
25359
|
-
ee.data.
|
|
25360
|
-
ee.Feature.prototype.getInfo, ee.
|
|
25361
|
-
ee.
|
|
25362
|
-
ee.Image.
|
|
25363
|
-
ee.Serializer.
|
|
25342
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction._call ee.ApiFunction.lookup ee.batch.Export.image.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toAsset ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.videoMap.toCloudStorage ee.Collection.prototype.limit ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.filterMetadata ee.Collection.prototype.filter ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.listImages ee.data.getAsset ee.data.getDownloadId ee.data.resetWorkloadTag ee.data.listBuckets ee.data.getTaskList ee.data.makeDownloadUrl ee.data.getTaskListWithLimit ee.data.getTableDownloadId ee.data.getAssetRootQuota ee.data.authenticateViaPrivateKey ee.data.authenticateViaPopup ee.data.getAssetRoots ee.data.listOperations ee.data.cancelOperation ee.data.getTaskStatus ee.data.createAssetHome ee.data.createAsset ee.data.getOperation ee.data.newTaskId ee.data.startTableIngestion ee.data.deleteAsset ee.data.createFolder ee.data.makeTableDownloadUrl ee.data.cancelTask ee.data.getAssetAcl ee.data.getTileUrl ee.data.getFeatureViewTilesKey ee.data.renameAsset ee.data.startProcessing ee.data.updateTask ee.data.copyAsset ee.data.getMapId ee.data.getWorkloadTag ee.data.authenticate ee.data.startIngestion ee.data.updateAsset ee.data.getThumbId ee.data.listFeatures ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.listAssets ee.data.setAssetAcl ee.data.getList ee.data.makeThumbUrl ee.data.computeValue ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getInfo ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.reset ee.InitState ee.Algorithms ee.call ee.apply ee.TILE_SIZE ee.initialize ee.Element.prototype.set ee.Feature.prototype.getInfo ee.Feature ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.prototype.not ee.Filter.inList ee.Filter ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.Point ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.MultiPoint ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.Image.cat ee.Image.prototype.select ee.Image.prototype.expression ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
|
|
25343
|
+
orderedParamLists = [["name", "namedArgs"], ["name", "var_args"], ["name"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), ["classifier", "opt_description", "opt_assetId"], ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
|
|
25344
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".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".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".split(" "),
|
|
25345
|
+
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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".split(" "),
|
|
25346
|
+
"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".split(" "), ["max", "opt_property", "opt_ascending"], ["start", "opt_end"], ["algorithm", "opt_first"], ["geometry"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"],
|
|
25347
|
+
["name", "operator", "value"], ["filter"], ["callback"], ["opt_callback"], ["legacy"], ["func", "var_args"], ["tag"], ["tag"], ["parent", "opt_params", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["opt_resetDefault"], ["project", "opt_callback"], ["opt_callback"], ["id"], ["opt_limit", "opt_callback"], ["params", "opt_callback"], ["rootId", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_success", "opt_error"],
|
|
25348
|
+
["opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "opt_callback"], ["requestedId", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["operationName", "opt_callback"], ["opt_count", "opt_callback"], ["taskId", "request", "opt_callback"], ["assetId", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["taskId", "opt_callback"], ["assetId", "opt_callback"], ["id", "x", "y", "z"], ["params", "opt_callback"],
|
|
25349
|
+
["sourceId", "destinationId", "opt_callback"], ["taskId", "params", "opt_callback"], ["taskId", "action", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], [], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["taskId", "request", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["asset", "params", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"],
|
|
25350
|
+
["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["params", "opt_callback"], ["id"], ["obj", "opt_callback"], ["assetId", "properties", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["id", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], [], [], ["func", "var_args"], ["func", "namedArgs"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
|
|
25351
|
+
["var_args"], ["opt_callback"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["var_args"], ["name",
|
|
25352
|
+
"value"], ["start", "opt_end"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], [], ["west", "south", "east", "north"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
|
|
25353
|
+
["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["var_args"], ["expression", "opt_map"], ["opt_args"], ["var_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["args"], [], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams",
|
|
25354
|
+
"opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["string"], []];
|
|
25355
|
+
[ee.ApiFunction._apply, ee.ApiFunction._call, ee.ApiFunction.lookup, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.video.toDrive,
|
|
25356
|
+
module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.videoMap.toCloudStorage, ee.Collection.prototype.limit, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filter, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.getInfo,
|
|
25357
|
+
ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.data.setWorkloadTag, ee.data.setDefaultWorkloadTag, ee.data.listImages, ee.data.getAsset, ee.data.getDownloadId, ee.data.resetWorkloadTag, ee.data.listBuckets, ee.data.getTaskList, ee.data.makeDownloadUrl, ee.data.getTaskListWithLimit, ee.data.getTableDownloadId, ee.data.getAssetRootQuota, ee.data.authenticateViaPrivateKey, ee.data.authenticateViaPopup, ee.data.getAssetRoots, ee.data.listOperations, ee.data.cancelOperation,
|
|
25358
|
+
ee.data.getTaskStatus, ee.data.createAssetHome, ee.data.createAsset, ee.data.getOperation, ee.data.newTaskId, ee.data.startTableIngestion, ee.data.deleteAsset, ee.data.createFolder, ee.data.makeTableDownloadUrl, ee.data.cancelTask, ee.data.getAssetAcl, ee.data.getTileUrl, ee.data.getFeatureViewTilesKey, ee.data.renameAsset, ee.data.startProcessing, ee.data.updateTask, ee.data.copyAsset, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.authenticate, ee.data.startIngestion, ee.data.updateAsset,
|
|
25359
|
+
ee.data.getThumbId, ee.data.listFeatures, ee.data.getVideoThumbId, ee.data.getFilmstripThumbId, ee.data.listAssets, ee.data.setAssetAcl, ee.data.getList, ee.data.makeThumbUrl, ee.data.computeValue, ee.data.setAssetProperties, ee.data.authenticateViaOauth, ee.data.getInfo, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.reset, ee.InitState, ee.Algorithms, ee.call, ee.apply, ee.TILE_SIZE, ee.initialize,
|
|
25360
|
+
ee.Element.prototype.set, ee.Feature.prototype.getInfo, ee.Feature, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, ee.Filter.lt, ee.Filter.and, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.prototype.not, ee.Filter.inList, ee.Filter,
|
|
25361
|
+
ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.BBox, ee.Geometry.Point, ee.Geometry.LinearRing, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.MultiPoint, ee.Image.rgb, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbURL, ee.Image.prototype.getThumbId, ee.Image.prototype.clip,
|
|
25362
|
+
ee.Image.cat, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.ImageCollection, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.List, ee.Number, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty,
|
|
25363
|
+
ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
25364
25364
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
25365
25365
|
});
|
|
25366
25366
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/build/main.js
CHANGED
|
@@ -17589,7 +17589,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
|
|
|
17589
17589
|
ee.apiclient = {};
|
|
17590
17590
|
var module$contents$ee$apiclient_apiclient = {};
|
|
17591
17591
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
|
|
17592
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
17592
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.349";
|
|
17593
17593
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
17594
17594
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
17595
17595
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -17870,8 +17870,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
17870
17870
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
17871
17871
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
17872
17872
|
method = method || "POST";
|
|
17873
|
-
var headers = {"Content-Type":contentType,}, version = "0.1.
|
|
17874
|
-
"0.1.
|
|
17873
|
+
var headers = {"Content-Type":contentType,}, version = "0.1.349";
|
|
17874
|
+
"0.1.349" === version && (version = "latest");
|
|
17875
17875
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
17876
17876
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
17877
17877
|
if (null != authToken) {
|
|
@@ -20142,8 +20142,8 @@ ee.data.WorkloadTag.prototype.validate = function(tag) {
|
|
|
20142
20142
|
return "";
|
|
20143
20143
|
}
|
|
20144
20144
|
tag = String(tag);
|
|
20145
|
-
if (!/^([a-z0-9]|[a-z0-9][-
|
|
20146
|
-
throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character([a-z0-9]) with dashes (-), underscores (_),
|
|
20145
|
+
if (!/^([a-z0-9]|[a-z0-9][-_a-z0-9]{0,61}[a-z0-9])$/g.test(tag)) {
|
|
20146
|
+
throw Error('Invalid tag, "' + tag + '". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character ([a-z0-9]) with dashes (-), underscores (_), and lowercase alphanumerics between.');
|
|
20147
20147
|
}
|
|
20148
20148
|
return tag;
|
|
20149
20149
|
};
|
|
@@ -25341,28 +25341,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
25341
25341
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
25342
25342
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
25343
25343
|
(function() {
|
|
25344
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
25345
|
-
orderedParamLists = [["name"], ["name", "var_args"], ["name"
|
|
25346
|
-
|
|
25347
|
-
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description
|
|
25348
|
-
"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond
|
|
25349
|
-
|
|
25350
|
-
"opt_callback"], ["
|
|
25351
|
-
["
|
|
25352
|
-
"
|
|
25353
|
-
["
|
|
25354
|
-
"
|
|
25355
|
-
|
|
25356
|
-
|
|
25357
|
-
[ee.ApiFunction.
|
|
25358
|
-
module$contents$ee$batch_Export.
|
|
25359
|
-
ee.ComputedObject.prototype.
|
|
25360
|
-
ee.data.
|
|
25361
|
-
ee.data.
|
|
25362
|
-
ee.Feature.prototype.getInfo, ee.
|
|
25363
|
-
ee.
|
|
25364
|
-
ee.Image.
|
|
25365
|
-
ee.Serializer.
|
|
25344
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction._call ee.ApiFunction.lookup ee.batch.Export.image.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toAsset ee.batch.Export.table.toDrive ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.videoMap.toCloudStorage ee.Collection.prototype.limit ee.Collection.prototype.filterDate ee.Collection.prototype.iterate ee.Collection.prototype.filterBounds ee.Collection.prototype.sort ee.Collection.prototype.map ee.Collection.prototype.filterMetadata ee.Collection.prototype.filter ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.listImages ee.data.getAsset ee.data.getDownloadId ee.data.resetWorkloadTag ee.data.listBuckets ee.data.getTaskList ee.data.makeDownloadUrl ee.data.getTaskListWithLimit ee.data.getTableDownloadId ee.data.getAssetRootQuota ee.data.authenticateViaPrivateKey ee.data.authenticateViaPopup ee.data.getAssetRoots ee.data.listOperations ee.data.cancelOperation ee.data.getTaskStatus ee.data.createAssetHome ee.data.createAsset ee.data.getOperation ee.data.newTaskId ee.data.startTableIngestion ee.data.deleteAsset ee.data.createFolder ee.data.makeTableDownloadUrl ee.data.cancelTask ee.data.getAssetAcl ee.data.getTileUrl ee.data.getFeatureViewTilesKey ee.data.renameAsset ee.data.startProcessing ee.data.updateTask ee.data.copyAsset ee.data.getMapId ee.data.getWorkloadTag ee.data.authenticate ee.data.startIngestion ee.data.updateAsset ee.data.getThumbId ee.data.listFeatures ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.listAssets ee.data.setAssetAcl ee.data.getList ee.data.makeThumbUrl ee.data.computeValue ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getInfo ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.reset ee.InitState ee.Algorithms ee.call ee.apply ee.TILE_SIZE ee.initialize ee.Element.prototype.set ee.Feature.prototype.getInfo ee.Feature ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.prototype.not ee.Filter.inList ee.Filter ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.Point ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.MultiPoint ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.Image.cat ee.Image.prototype.select ee.Image.prototype.expression ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.ImageCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
|
|
25345
|
+
orderedParamLists = [["name", "namedArgs"], ["name", "var_args"], ["name"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), ["classifier", "opt_description", "opt_assetId"], ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
|
|
25346
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".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".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".split(" "),
|
|
25347
|
+
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".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".split(" "),
|
|
25348
|
+
"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".split(" "), ["max", "opt_property", "opt_ascending"], ["start", "opt_end"], ["algorithm", "opt_first"], ["geometry"], ["property", "opt_ascending"], ["algorithm", "opt_dropNulls"],
|
|
25349
|
+
["name", "operator", "value"], ["filter"], ["callback"], ["opt_callback"], ["legacy"], ["func", "var_args"], ["tag"], ["tag"], ["parent", "opt_params", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["opt_resetDefault"], ["project", "opt_callback"], ["opt_callback"], ["id"], ["opt_limit", "opt_callback"], ["params", "opt_callback"], ["rootId", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["opt_success", "opt_error"],
|
|
25350
|
+
["opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["taskId", "opt_callback"], ["requestedId", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["operationName", "opt_callback"], ["opt_count", "opt_callback"], ["taskId", "request", "opt_callback"], ["assetId", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["taskId", "opt_callback"], ["assetId", "opt_callback"], ["id", "x", "y", "z"], ["params", "opt_callback"],
|
|
25351
|
+
["sourceId", "destinationId", "opt_callback"], ["taskId", "params", "opt_callback"], ["taskId", "action", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], [], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["taskId", "request", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["asset", "params", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"],
|
|
25352
|
+
["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["params", "opt_callback"], ["id"], ["obj", "opt_callback"], ["assetId", "properties", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["id", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], [], [], ["func", "var_args"], ["func", "namedArgs"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
|
|
25353
|
+
["var_args"], ["opt_callback"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "value"], ["var_args"], ["var_args"], ["name",
|
|
25354
|
+
"value"], ["start", "opt_end"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["opt_filter"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], [], ["west", "south", "east", "north"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"],
|
|
25355
|
+
["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["var_args"], ["var_args"], ["expression", "opt_map"], ["opt_args"], ["var_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["args"], [], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams",
|
|
25356
|
+
"opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["string"], []];
|
|
25357
|
+
[ee.ApiFunction._apply, ee.ApiFunction._call, ee.ApiFunction.lookup, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.video.toDrive,
|
|
25358
|
+
module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.videoMap.toCloudStorage, ee.Collection.prototype.limit, ee.Collection.prototype.filterDate, ee.Collection.prototype.iterate, ee.Collection.prototype.filterBounds, ee.Collection.prototype.sort, ee.Collection.prototype.map, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filter, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.getInfo,
|
|
25359
|
+
ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.data.setWorkloadTag, ee.data.setDefaultWorkloadTag, ee.data.listImages, ee.data.getAsset, ee.data.getDownloadId, ee.data.resetWorkloadTag, ee.data.listBuckets, ee.data.getTaskList, ee.data.makeDownloadUrl, ee.data.getTaskListWithLimit, ee.data.getTableDownloadId, ee.data.getAssetRootQuota, ee.data.authenticateViaPrivateKey, ee.data.authenticateViaPopup, ee.data.getAssetRoots, ee.data.listOperations, ee.data.cancelOperation,
|
|
25360
|
+
ee.data.getTaskStatus, ee.data.createAssetHome, ee.data.createAsset, ee.data.getOperation, ee.data.newTaskId, ee.data.startTableIngestion, ee.data.deleteAsset, ee.data.createFolder, ee.data.makeTableDownloadUrl, ee.data.cancelTask, ee.data.getAssetAcl, ee.data.getTileUrl, ee.data.getFeatureViewTilesKey, ee.data.renameAsset, ee.data.startProcessing, ee.data.updateTask, ee.data.copyAsset, ee.data.getMapId, ee.data.getWorkloadTag, ee.data.authenticate, ee.data.startIngestion, ee.data.updateAsset,
|
|
25361
|
+
ee.data.getThumbId, ee.data.listFeatures, ee.data.getVideoThumbId, ee.data.getFilmstripThumbId, ee.data.listAssets, ee.data.setAssetAcl, ee.data.getList, ee.data.makeThumbUrl, ee.data.computeValue, ee.data.setAssetProperties, ee.data.authenticateViaOauth, ee.data.getInfo, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Dictionary, ee.reset, ee.InitState, ee.Algorithms, ee.call, ee.apply, ee.TILE_SIZE, ee.initialize,
|
|
25362
|
+
ee.Element.prototype.set, ee.Feature.prototype.getInfo, ee.Feature, ee.Feature.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, ee.Filter.lt, ee.Filter.and, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.prototype.not, ee.Filter.inList, ee.Filter,
|
|
25363
|
+
ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.BBox, ee.Geometry.Point, ee.Geometry.LinearRing, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.MultiPoint, ee.Image.rgb, ee.Image.prototype.getInfo, ee.Image.prototype.getThumbURL, ee.Image.prototype.getThumbId, ee.Image.prototype.clip,
|
|
25364
|
+
ee.Image.cat, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.ImageCollection, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.List, ee.Number, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty,
|
|
25365
|
+
ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.encode, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
25366
25366
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
25367
25367
|
});
|
|
25368
25368
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/package.json
CHANGED
package/src/apiclient.js
CHANGED
|
@@ -25,7 +25,7 @@ const {PromiseRequestService} = goog.require('eeapiclient.promise_request_servic
|
|
|
25
25
|
/** @namespace */
|
|
26
26
|
const apiclient = {};
|
|
27
27
|
|
|
28
|
-
const API_CLIENT_VERSION = '0.1.
|
|
28
|
+
const API_CLIENT_VERSION = '0.1.349';
|
|
29
29
|
|
|
30
30
|
exports.VERSION = apiVersion.VERSION;
|
|
31
31
|
exports.API_CLIENT_VERSION = API_CLIENT_VERSION;
|
package/src/data.js
CHANGED
|
@@ -2029,10 +2029,10 @@ ee.data.WorkloadTag = class {
|
|
|
2029
2029
|
}
|
|
2030
2030
|
|
|
2031
2031
|
tag = String(tag);
|
|
2032
|
-
if (!/^([a-z0-9]|[a-z0-9][-
|
|
2032
|
+
if (!/^([a-z0-9]|[a-z0-9][-_a-z0-9]{0,61}[a-z0-9])$/g.test(tag)) {
|
|
2033
2033
|
const validationMessage = 'Tags must be 1-63 characters, ' +
|
|
2034
|
-
'beginning and ending with a lowercase alphanumeric character' +
|
|
2035
|
-
'([a-z0-9]) with dashes (-), underscores (_),
|
|
2034
|
+
'beginning and ending with a lowercase alphanumeric character ' +
|
|
2035
|
+
'([a-z0-9]) with dashes (-), underscores (_), and ' +
|
|
2036
2036
|
'lowercase alphanumerics between.';
|
|
2037
2037
|
throw new Error(`Invalid tag, "${tag}". ${validationMessage}`);
|
|
2038
2038
|
}
|