@google/earthengine 0.1.331 → 0.1.332
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/build/browser.js +30 -26
- package/build/ee_api_js.js +19 -18
- package/build/ee_api_js_debug.js +9 -4
- package/build/ee_api_js_npm.js +30 -26
- package/build/main.js +30 -26
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
package/.tmp/BUILD
CHANGED
|
@@ -400,6 +400,10 @@ Fileset(
|
|
|
400
400
|
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.331:public",
|
|
401
401
|
destdir = "0.1.331",
|
|
402
402
|
),
|
|
403
|
+
FilesetEntry(
|
|
404
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.332:public",
|
|
405
|
+
destdir = "0.1.332",
|
|
406
|
+
),
|
|
403
407
|
# NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
|
|
404
408
|
],
|
|
405
409
|
)
|
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.332"
|
|
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.332"
|
|
16
16
|
last_upgrade_date: {
|
|
17
17
|
year: 2022
|
|
18
18
|
month: 11
|
|
19
|
-
day:
|
|
19
|
+
day: 16
|
|
20
20
|
}
|
|
21
21
|
}
|
package/build/browser.js
CHANGED
|
@@ -9903,18 +9903,23 @@ module$exports$eeapiclient$ee_api_client.EarthEngineDestination = function(param
|
|
|
9903
9903
|
parameters = void 0 === parameters ? {} : parameters;
|
|
9904
9904
|
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
9905
9905
|
this.Serializable$set("name", null == parameters.name ? null : parameters.name);
|
|
9906
|
+
this.Serializable$set("overwrite", null == parameters.overwrite ? null : parameters.overwrite);
|
|
9906
9907
|
};
|
|
9907
9908
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.EarthEngineDestination, module$exports$eeapiclient$domain_object.Serializable);
|
|
9908
9909
|
module$exports$eeapiclient$ee_api_client.EarthEngineDestination.prototype.getConstructor = function() {
|
|
9909
9910
|
return module$exports$eeapiclient$ee_api_client.EarthEngineDestination;
|
|
9910
9911
|
};
|
|
9911
9912
|
module$exports$eeapiclient$ee_api_client.EarthEngineDestination.prototype.getPartialClassMetadata = function() {
|
|
9912
|
-
return {keys:["name"]};
|
|
9913
|
+
return {keys:["name", "overwrite"]};
|
|
9913
9914
|
};
|
|
9914
9915
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.EarthEngineDestination.prototype, {name:{configurable:!0, enumerable:!0, get:function() {
|
|
9915
9916
|
return this.Serializable$has("name") ? this.Serializable$get("name") : null;
|
|
9916
9917
|
}, set:function(value) {
|
|
9917
9918
|
this.Serializable$set("name", value);
|
|
9919
|
+
}}, overwrite:{configurable:!0, enumerable:!0, get:function() {
|
|
9920
|
+
return this.Serializable$has("overwrite") ? this.Serializable$get("overwrite") : null;
|
|
9921
|
+
}, set:function(value) {
|
|
9922
|
+
this.Serializable$set("overwrite", value);
|
|
9918
9923
|
}}});
|
|
9919
9924
|
module$exports$eeapiclient$ee_api_client.EarthEngineMapParameters = function module$contents$eeapiclient$ee_api_client_EarthEngineMapParameters() {
|
|
9920
9925
|
};
|
|
@@ -17100,7 +17105,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
|
|
|
17100
17105
|
ee.apiclient = {};
|
|
17101
17106
|
var module$contents$ee$apiclient_apiclient = {};
|
|
17102
17107
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
|
|
17103
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
17108
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.332";
|
|
17104
17109
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
17105
17110
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
17106
17111
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -17381,8 +17386,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
17381
17386
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
17382
17387
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
17383
17388
|
method = method || "POST";
|
|
17384
|
-
var headers = {"Content-Type":contentType,}, version = "0.1.
|
|
17385
|
-
"0.1.
|
|
17389
|
+
var headers = {"Content-Type":contentType,}, version = "0.1.332";
|
|
17390
|
+
"0.1.332" === version && (version = "latest");
|
|
17386
17391
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
17387
17392
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
17388
17393
|
if (null != authToken) {
|
|
@@ -24823,28 +24828,27 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
24823
24828
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
24824
24829
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
24825
24830
|
(function() {
|
|
24826
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
24827
|
-
orderedParamLists = [["name", "
|
|
24828
|
-
["
|
|
24829
|
-
["
|
|
24830
|
-
"
|
|
24831
|
-
["
|
|
24832
|
-
"
|
|
24833
|
-
"
|
|
24834
|
-
"
|
|
24835
|
-
[], [
|
|
24836
|
-
"
|
|
24837
|
-
"
|
|
24838
|
-
[
|
|
24839
|
-
|
|
24840
|
-
|
|
24841
|
-
ee.
|
|
24842
|
-
ee.data.
|
|
24843
|
-
ee.
|
|
24844
|
-
ee.
|
|
24845
|
-
ee.
|
|
24846
|
-
ee.
|
|
24847
|
-
ee.Serializer.toCloudApiJSON, ee.Serializer.encode, ee.Serializer.toJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
24831
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction.lookup ee.ApiFunction._apply ee.batch.Export.image.toDrive ee.batch.Export.table.toDrive ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.video.toDrive ee.Collection.prototype.filterBounds ee.Collection.prototype.iterate ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.data.createAssetHome ee.data.setDefaultWorkloadTag ee.data.createAsset ee.data.resetWorkloadTag ee.data.authenticateViaOauth ee.data.getList ee.data.createFolder ee.data.listAssets ee.data.renameAsset ee.data.copyAsset ee.data.authenticateViaPopup ee.data.listImages ee.data.deleteAsset ee.data.listBuckets ee.data.authenticate ee.data.getAssetAcl ee.data.getAssetRoots ee.data.newTaskId ee.data.getOperation ee.data.getThumbId ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.cancelTask ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.updateAsset ee.data.startIngestion ee.data.updateTask ee.data.authenticateViaPrivateKey ee.data.startProcessing ee.data.setAssetAcl ee.data.getTaskList ee.data.getFeatureViewTilesKey ee.data.getDownloadId ee.data.setAssetProperties ee.data.getTileUrl ee.data.getTaskListWithLimit ee.data.computeValue ee.data.makeDownloadUrl ee.data.startTableIngestion ee.data.getAssetRootQuota ee.data.getMapId ee.data.getTableDownloadId ee.data.listOperations ee.data.cancelOperation ee.data.listFeatures ee.data.getAsset ee.data.makeTableDownloadUrl ee.data.getWorkloadTag ee.data.setWorkloadTag ee.data.getInfo ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Dictionary ee.apply ee.TILE_SIZE ee.reset ee.InitState ee.Algorithms ee.initialize ee.call ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.Filter.gte ee.Filter.or ee.Filter.date ee.Filter ee.Filter.prototype.not ee.Filter.inList ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.gt ee.Filter.bounds ee.Filter.lte ee.Filter.lt ee.Filter.and ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.Point ee.Image.prototype.select ee.Image.prototype.expression ee.Image.cat ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
|
|
24832
|
+
orderedParamLists = [["name", "var_args"], ["name"], ["name", "namedArgs"], "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(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "),
|
|
24833
|
+
["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".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_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),
|
|
24834
|
+
["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".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(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
|
|
24835
|
+
["geometry"], ["algorithm", "opt_first"], ["algorithm", "opt_dropNulls"], ["filter"], ["start", "opt_end"], ["property", "opt_ascending"], ["name", "operator", "value"], ["max", "opt_property", "opt_ascending"], ["func", "var_args"], ["opt_callback"], ["legacy"], ["callback"], ["requestedId", "opt_callback"], ["tag"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_resetDefault"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),
|
|
24836
|
+
["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["opt_success", "opt_error"], ["parent", "opt_params", "opt_callback"], ["assetId", "opt_callback"], ["project", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["assetId", "opt_callback"], ["opt_callback"], ["opt_count", "opt_callback"],
|
|
24837
|
+
["operationName", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["id"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "request", "opt_callback"], ["taskId", "action", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["taskId", "params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["opt_callback"],
|
|
24838
|
+
["params", "opt_callback"], ["params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["id", "x", "y", "z"], ["opt_limit", "opt_callback"], ["obj", "opt_callback"], ["id"], ["taskId", "request", "opt_callback"], ["rootId", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["asset", "params", "opt_callback"], ["id", "opt_callback"], ["id"], [], ["tag"], ["id", "opt_callback"], ["date", "opt_tz"],
|
|
24839
|
+
["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func", "namedArgs"], [], [], [], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], ["var_args"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"],
|
|
24840
|
+
["opt_callback"], ["name", "value"], ["var_args"], ["start", "opt_end"], ["opt_filter"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["var_args"], ["namedArgs"], ["var_args"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson", "opt_proj", "opt_geodesic",
|
|
24841
|
+
"opt_evenOdd"], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["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"], [], [], ["coords", "opt_proj"], ["var_args"], ["expression", "opt_map"], ["var_args"], ["opt_args"], ["var_args"], ["opt_visParams", "opt_callback"],
|
|
24842
|
+
["params", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["selectors", "opt_names"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
24843
|
+
[ee.ApiFunction._call, ee.ApiFunction.lookup, ee.ApiFunction._apply, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toFeatureView,
|
|
24844
|
+
module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, ee.Collection.prototype.filterBounds, ee.Collection.prototype.iterate, ee.Collection.prototype.map, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.limit, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize,
|
|
24845
|
+
ee.ComputedObject.prototype.evaluate, ee.data.createAssetHome, ee.data.setDefaultWorkloadTag, ee.data.createAsset, ee.data.resetWorkloadTag, ee.data.authenticateViaOauth, ee.data.getList, ee.data.createFolder, ee.data.listAssets, ee.data.renameAsset, ee.data.copyAsset, ee.data.authenticateViaPopup, ee.data.listImages, ee.data.deleteAsset, ee.data.listBuckets, ee.data.authenticate, ee.data.getAssetAcl, ee.data.getAssetRoots, ee.data.newTaskId, ee.data.getOperation, ee.data.getThumbId, ee.data.getVideoThumbId,
|
|
24846
|
+
ee.data.getTaskStatus, ee.data.cancelTask, ee.data.getFilmstripThumbId, ee.data.makeThumbUrl, ee.data.updateAsset, ee.data.startIngestion, ee.data.updateTask, ee.data.authenticateViaPrivateKey, ee.data.startProcessing, ee.data.setAssetAcl, ee.data.getTaskList, ee.data.getFeatureViewTilesKey, ee.data.getDownloadId, ee.data.setAssetProperties, ee.data.getTileUrl, ee.data.getTaskListWithLimit, ee.data.computeValue, ee.data.makeDownloadUrl, ee.data.startTableIngestion, ee.data.getAssetRootQuota, ee.data.getMapId,
|
|
24847
|
+
ee.data.getTableDownloadId, ee.data.listOperations, ee.data.cancelOperation, ee.data.listFeatures, ee.data.getAsset, ee.data.makeTableDownloadUrl, ee.data.getWorkloadTag, ee.data.setWorkloadTag, ee.data.getInfo, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Dictionary, ee.apply, ee.TILE_SIZE, ee.reset, ee.InitState, ee.Algorithms, ee.initialize, ee.call, ee.Element.prototype.set, ee.Feature, ee.Feature.prototype.getMap,
|
|
24848
|
+
ee.Feature.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.Filter.gte, ee.Filter.or, ee.Filter.date, ee.Filter, ee.Filter.prototype.not, ee.Filter.inList, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.gt, ee.Filter.bounds, ee.Filter.lte, ee.Filter.lt, ee.Filter.and, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.BBox,
|
|
24849
|
+
ee.Geometry.LinearRing, ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Point, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image.cat, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getInfo,
|
|
24850
|
+
ee.Image.prototype.getThumbURL, ee.Image.prototype.getThumbId, ee.Image.prototype.clip, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.select, ee.List, ee.Number, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.encode,
|
|
24851
|
+
ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
24848
24852
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
24849
24853
|
});
|
|
24850
24854
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/build/ee_api_js.js
CHANGED
|
@@ -150,9 +150,10 @@ a}},endTime:{configurable:!0,enumerable:!0,get:function(){return F(this,"endTime
|
|
|
150
150
|
"featureViewAssetLocation")?E(this,"featureViewAssetLocation"):null},set:function(a){this.h.featureViewAssetLocation=a}},gcsLocation:{configurable:!0,enumerable:!0,get:function(){return F(this,"gcsLocation")?E(this,"gcsLocation"):null},set:function(a){this.h.gcsLocation=a}},geometry:{configurable:!0,enumerable:!0,get:function(){return F(this,"geometry")?E(this,"geometry"):null},set:function(a){this.h.geometry=a}},id:{configurable:!0,enumerable:!0,get:function(){return F(this,"id")?E(this,"id"):null},
|
|
151
151
|
set:function(a){this.h.id=a}},name:{configurable:!0,enumerable:!0,get:function(){return F(this,"name")?E(this,"name"):null},set:function(a){this.h.name=a}},properties:{configurable:!0,enumerable:!0,get:function(){return F(this,"properties")?E(this,"properties"):null},set:function(a){this.h.properties=a}},quota:{configurable:!0,enumerable:!0,get:function(){return F(this,"quota")?E(this,"quota"):null},set:function(a){this.h.quota=a}},sizeBytes:{configurable:!0,enumerable:!0,get:function(){return F(this,
|
|
152
152
|
"sizeBytes")?E(this,"sizeBytes"):null},set:function(a){this.h.sizeBytes=a}},startTime:{configurable:!0,enumerable:!0,get:function(){return F(this,"startTime")?E(this,"startTime"):null},set:function(a){this.h.startTime=a}},Li:{configurable:!0,enumerable:!0,get:function(){return F(this,"tilestoreEntry")?E(this,"tilestoreEntry"):null},set:function(a){this.h.tilestoreEntry=a}},Mi:{configurable:!0,enumerable:!0,get:function(){return F(this,"tilestoreLocation")?E(this,"tilestoreLocation"):null},set:function(a){this.h.tilestoreLocation=
|
|
153
|
-
a}},title:{configurable:!0,enumerable:!0,get:function(){return F(this,"title")?E(this,"title"):null},set:function(a){this.h.title=a}},type:{configurable:!0,enumerable:!0,get:function(){return F(this,"type")?E(this,"type"):null},set:function(a){this.h.type=a}},updateTime:{configurable:!0,enumerable:!0,get:function(){return F(this,"updateTime")?E(this,"updateTime"):null},set:function(a){this.h.updateTime=a}}});
|
|
154
|
-
|
|
155
|
-
|
|
153
|
+
a}},title:{configurable:!0,enumerable:!0,get:function(){return F(this,"title")?E(this,"title"):null},set:function(a){this.h.title=a}},type:{configurable:!0,enumerable:!0,get:function(){return F(this,"type")?E(this,"type"):null},set:function(a){this.h.type=a}},updateTime:{configurable:!0,enumerable:!0,get:function(){return F(this,"updateTime")?E(this,"updateTime"):null},set:function(a){this.h.updateTime=a}}});
|
|
154
|
+
var Je=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.overwrite=null==a.overwrite?null:a.overwrite};q(Je,C);Je.prototype.i=function(){return{keys:["name","overwrite"]}};
|
|
155
|
+
k.Object.defineProperties(Je.prototype,{name:{configurable:!0,enumerable:!0,get:function(){return F(this,"name")?E(this,"name"):null},set:function(a){this.h.name=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return F(this,"overwrite")?E(this,"overwrite"):null},set:function(a){this.h.overwrite=a}}});
|
|
156
|
+
var ef=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.expression=null==a.l?null:a.l;this.h.fileFormat=null==a.F?null:a.F;this.h.bandIds=null==a.ca?null:a.ca;this.h.visualizationOptions=null==a.kc?null:a.kc};q(ef,C);ef.prototype.i=function(){return{H:{fileFormat:Vd},keys:["bandIds","expression","fileFormat","name","visualizationOptions"],o:{expression:Oe,visualizationOptions:ff}}};
|
|
156
157
|
k.Object.defineProperties(ef.prototype,{ca:{configurable:!0,enumerable:!0,get:function(){return F(this,"bandIds")?E(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},l:{configurable:!0,enumerable:!0,get:function(){return F(this,"expression")?E(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return F(this,"fileFormat")?E(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},name:{configurable:!0,enumerable:!0,get:function(){return F(this,
|
|
157
158
|
"name")?E(this,"name"):null},set:function(a){this.h.name=a}},kc:{configurable:!0,enumerable:!0,get:function(){return F(this,"visualizationOptions")?E(this,"visualizationOptions"):null},set:function(a){this.h.visualizationOptions=a}}});var gf=function(){this.h={}};q(gf,C);gf.prototype.i=function(){return{keys:[]}};
|
|
158
159
|
var hf=function(a){a=void 0===a?{}:a;this.h={};this.h.expression=null==a.l?null:a.l;this.h.description=null==a.description?null:a.description;this.h.requestId=null==a.requestId?null:a.requestId;this.h.assetExportOptions=null==a.ua?null:a.ua;this.h.maxWorkers=null==a.O?null:a.O;this.h.maxWorkerCount=null==a.W?null:a.W;this.h.workloadTag=null==a.workloadTag?null:a.workloadTag};q(hf,C);
|
|
@@ -444,7 +445,7 @@ Jc(p,g[m]))});return b?b(l):l};return this.callback?($i(d,null,function(g,l){ret
|
|
|
444
445
|
aj.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=cj();null!=d&&c.push("Authorization: "+d);a=a.body?JSON.stringify(a.body):"";return[c.join("\r\n")+"\r\n\r\n"+a,b]};
|
|
445
446
|
var dj=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"))}},Yi=function(){var a=ej.replace(/\/api$/,"");return"window"in r&&!a.match(/^https?:\/\/content-/)?a.replace(/^(https?:\/\/)(.*\.googleapis\.com)$/,"$1content-$2"):a},hj=function(a,b,c){var d=[];a&&(d=d.concat(fj));
|
|
446
447
|
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 f=a[c++],g=t(f)?"o"+xa(f):(typeof f).charAt(0)+f;Object.prototype.hasOwnProperty.call(e,g)||(e[g]=!0,a[b++]=f)}a.length=b;return d},nj=function(a,b,c){ij&&jj&&ij({client_id:String(jj),immediate:!0,scope:kj.join(" ")},function(d){if("immediate_failed"==d.error&&c)c();else if("window"in r)try{lj(function(){try{r.gapi.auth.setToken(d),mj(a,b,d)}catch(e){b(e.toString())}})}catch(e){b(e.toString())}else mj(a,
|
|
447
|
-
b,d)})},cj=function(){oj&&0<=Date.now()-oj&&pj();return qj},pj=function(){oj=qj=null},Vi=function(a,b,c,d){null!=a?ej=a:rj||(ej="https://earthengine.googleapis.com/api");null!=b?sj=b:rj||(sj="https://earthengine.googleapis.com");void 0!==c&&(tj=c);Ui=null!=d?d:Ui||"earthengine-legacy";rj=!0},$i=function(a,b,c,d,e,f){Vi();var g=uj,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.
|
|
448
|
+
b,d)})},cj=function(){oj&&0<=Date.now()-oj&&pj();return qj},pj=function(){oj=qj=null},Vi=function(a,b,c,d){null!=a?ej=a:rj||(ej="https://earthengine.googleapis.com/api");null!=b?sj=b:rj||(sj="https://earthengine.googleapis.com");void 0!==c&&(tj=c);Ui=null!=d?d:Ui||"earthengine-legacy";rj=!0},$i=function(a,b,c,d,e,f){Vi();var g=uj,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.332";"0.1.332"===
|
|
448
449
|
m&&(m="latest");l["x-goog-api-client"]="ee-js/"+m;m=cj();if(null!=m)l.Authorization=m;else if(c&&ij&&jj)return nj(function(){vj(g,function(){$i(a,b,c,d)})}),null;b=b?b.clone():new ud;null!=wj&&b.add("key",wj);g&&(l["X-Earth-Engine-Computation-Profiling"]="1");Ui&&"earthengine-legacy"!==Ui&&(l["X-Goog-User-Project"]=Ui);b=xj(b,a);null!=tj&&(l["X-XSRF-Token"]=tj);null!=yj&&(l["X-Earth-Engine-App-ID-Token"]=yj);m=e||null;var p=b?b.toString():"";"POST"===d&&void 0===e?m=p:/^[\s\xa0]*$/.test(p)||(a+=-1!=
|
|
449
450
|
a.indexOf("?")?"&":"?",a+=p);e=a.startsWith("/")?ej+a:a;if(c)return zj.push(Aj(e,c,d,m,l,f)),Bj.jf(),null;p=function(D,R){this.setRequestHeader&&this.setRequestHeader(R,D)};var v=0;for(f=null!=f?f:5;;){var B=Gi(Ei);B.open(d,e,!1);sb(l,p,B);B.send(m);if(429!=B.status||v>f)break;v++}return Cj(B.status,function(D){try{return B.getResponseHeader(D)}catch(R){return null}},B.responseText,g,void 0,e,d)},Aj=function(a,b,c,d,e,f){var g=0,l={url:a,method:c,content:d,headers:e},m=uj,p=null!=f?f:10;l.callback=
|
|
450
451
|
function(v){v=v.target;if(429==v.getStatus()&&g<p)return g++,setTimeout(function(){zj.push(l);Bj.jf()},Math.min(12E4,1E3*Math.pow(2,g))),null;var B=Cj,D=v.getStatus(),R=u(v.getResponseHeader,v);try{var Y=v.s?v.s.responseText:""}catch(U){zi(v.ia,"Can not get responseText: "+U.message),Y=""}return B(D,R,Y,m,b,a,c)};return l},vj=function(a,b){var c=uj;try{uj=a,b.call(void 0)}finally{uj=c}},Cj=function(a,b,c,d,e,f,g){var l=d?b("X-Earth-Engine-Computation-Profile"):"";l&&d&&d(l);var m=function(Y){try{var U=
|
|
@@ -689,17 +690,17 @@ h.tl=function(){if(!this.mc){var a=u(function(d){this.mc||(Op(this.ga,this.fa,d)
|
|
|
689
690
|
h.ga=null;h.Ni=null;h.La=null;h.ki=null;var mq=["load","abort","error"],nq=function(){y.call(this);this.Ga=!1};q(nq,y);nq.prototype.setActive=function(a){this.Ga=a};nq.prototype.isActive=function(){return this.Ga};var iq=function(a,b){dq.call(this,a,b)};q(iq,dq);iq.prototype.Ve=function(){return new nq};iq.prototype.zd=function(a){a.Ta()};iq.prototype.Mf=function(a){return!a.Ua&&!a.isActive()};var oq=function(a,b,c,d,e){Ac.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.tg=new vc;this.Nf=1;this.wa=e||null};q(oq,Ac);h=oq.prototype;h.Me=function(a){return Pb(this,"tileevent",a)};h.Xf=function(a){Xb(a)};
|
|
690
691
|
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=Bc(this,a,b);a=[this.url,b].join("/")+"?token="+this.token;this.wa&&this.wa.isEnabled()&&(a+="&profiling=1");b=[b,this.Ab,this.token].join("/");this.Ab+=1;c=$g("DIV",{id:b});var d=(new Date).getTime()/1E3;this.Cb.push(b);el(jq).send(b,a,d,u(this.Tk,this,c,b));lp(this);return c};h.Rc=function(){return this.Cb.length};
|
|
691
692
|
h.releaseTile=function(a){el(jq).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.tg.remove(b);""!==a.id&&(this.sg.remove(a.id),this.wa&&this.wa.ll(a.id))};h.setOpacity=function(a){this.Nf=a;var b=this.tg.Fa();hc(b,function(c){wp(c,a)})};
|
|
692
|
-
h.Tk=function(a,b,c,d){"error"==c.type?(Xa(this.Cb,b),this.sg.add(b),this.dispatchEvent(c)):(Xa(this.Cb,b),c.target&&"load"==c.type&&(c=c.target,this.tg.add(c),1!=this.Nf&&wp(c,this.Nf),a.appendChild(c)),lp(this));this.wa&&null!==d&&this.wa.Hk(b,d)};w("ee.MapLayerOverlay",oq);oq.prototype.removeTileCallback=oq.prototype.Xf;oq.prototype.addTileCallback=oq.prototype.Me;oq.prototype.getTile=oq.prototype.getTile;oq.prototype.setOpacity=oq.prototype.setOpacity;oq.prototype.releaseTile=oq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._call ee.ApiFunction._apply ee.ApiFunction.lookup ee.batch.Export.
|
|
693
|
-
c=[["name","var_args"],["name","namedArgs"],["name"],"
|
|
694
|
-
"collection
|
|
695
|
-
"
|
|
696
|
-
"collection opt_description opt_folder opt_fileNamePrefix
|
|
697
|
-
|
|
698
|
-
["
|
|
699
|
-
["
|
|
700
|
-
["
|
|
701
|
-
["
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
693
|
+
h.Tk=function(a,b,c,d){"error"==c.type?(Xa(this.Cb,b),this.sg.add(b),this.dispatchEvent(c)):(Xa(this.Cb,b),c.target&&"load"==c.type&&(c=c.target,this.tg.add(c),1!=this.Nf&&wp(c,this.Nf),a.appendChild(c)),lp(this));this.wa&&null!==d&&this.wa.Hk(b,d)};w("ee.MapLayerOverlay",oq);oq.prototype.removeTileCallback=oq.prototype.Xf;oq.prototype.addTileCallback=oq.prototype.Me;oq.prototype.getTile=oq.prototype.getTile;oq.prototype.setOpacity=oq.prototype.setOpacity;oq.prototype.releaseTile=oq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._call ee.ApiFunction._apply ee.ApiFunction.lookup ee.batch.Export.image.toDrive ee.batch.Export.table.toDrive ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.image.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.video.toDrive ee.Collection.prototype.filterBounds ee.Collection.prototype.iterate ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.data.newTaskId ee.data.getOperation ee.data.getThumbId ee.data.setDefaultWorkloadTag ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.cancelTask ee.data.getFilmstripThumbId ee.data.resetWorkloadTag ee.data.makeThumbUrl ee.data.updateAsset ee.data.startIngestion ee.data.updateTask ee.data.authenticateViaPrivateKey ee.data.startProcessing ee.data.setAssetAcl ee.data.getTaskList ee.data.getFeatureViewTilesKey ee.data.getDownloadId ee.data.setAssetProperties ee.data.getTileUrl ee.data.getTaskListWithLimit ee.data.computeValue ee.data.makeDownloadUrl ee.data.startTableIngestion ee.data.getAssetRootQuota ee.data.getMapId ee.data.getTableDownloadId ee.data.listOperations ee.data.cancelOperation ee.data.listFeatures ee.data.getAsset ee.data.makeTableDownloadUrl ee.data.getWorkloadTag ee.data.setWorkloadTag ee.data.getInfo ee.data.createAssetHome ee.data.createAsset ee.data.authenticateViaOauth ee.data.getList ee.data.createFolder ee.data.listAssets ee.data.renameAsset ee.data.copyAsset ee.data.authenticateViaPopup ee.data.listImages ee.data.deleteAsset ee.data.listBuckets ee.data.authenticate ee.data.getAssetAcl ee.data.getAssetRoots ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Dictionary ee.apply ee.TILE_SIZE ee.reset ee.InitState ee.Algorithms ee.initialize ee.call ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.Filter.gte ee.Filter.or ee.Filter.date ee.Filter ee.Filter.prototype.not ee.Filter.inList ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.gt ee.Filter.bounds ee.Filter.lte ee.Filter.lt ee.Filter.and ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.Point ee.Image.prototype.select ee.Image.prototype.expression ee.Image.cat ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
|
|
694
|
+
c=[["name","var_args"],["name","namedArgs"],["name"],"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(" "),"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "),
|
|
695
|
+
["collection","opt_description","opt_assetId","opt_maxVertices"],"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),"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_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "),
|
|
696
|
+
"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(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
|
|
697
|
+
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),["geometry"],["algorithm","opt_first"],["algorithm","opt_dropNulls"],["filter"],["start","opt_end"],["property","opt_ascending"],["name","operator","value"],["max","opt_property","opt_ascending"],["func","var_args"],["opt_callback"],["legacy"],["callback"],["opt_count","opt_callback"],["operationName","opt_callback"],["params",
|
|
698
|
+
"opt_callback"],["tag"],["params","opt_callback"],["taskId","opt_callback"],["taskId","opt_callback"],["params","opt_callback"],["opt_resetDefault"],["id"],["assetId","asset","updateFields","opt_callback"],["taskId","request","opt_callback"],["taskId","action","opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["taskId","params","opt_callback"],["assetId","aclUpdate","opt_callback"],["opt_callback"],["params","opt_callback"],["params","opt_callback"],
|
|
699
|
+
["assetId","properties","opt_callback"],["id","x","y","z"],["opt_limit","opt_callback"],["obj","opt_callback"],["id"],["taskId","request","opt_callback"],["rootId","opt_callback"],["params","opt_callback"],["params","opt_callback"],["opt_limit","opt_callback"],["operationName","opt_callback"],["asset","params","opt_callback"],["id","opt_callback"],["id"],[],["tag"],["id","opt_callback"],["requestedId","opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),
|
|
700
|
+
["params","opt_callback"],["path","opt_force","opt_callback"],["parent","opt_params","opt_callback"],["sourceId","destinationId","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["opt_success","opt_error"],["parent","opt_params","opt_callback"],["assetId","opt_callback"],["project","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["assetId","opt_callback"],["opt_callback"],["date","opt_tz"],["json"],["json"],["json"],["json"],
|
|
701
|
+
["opt_dict"],["func","namedArgs"],[],[],[],[],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),["func","var_args"],["var_args"],["geometry","opt_properties"],["opt_visParams","opt_callback"],["opt_callback"],["opt_visParams","opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["args","opt_column"],["opt_callback"],["name","value"],["var_args"],["start","opt_end"],
|
|
702
|
+
["opt_filter"],[],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["name","operator","value"],["name","value"],["name","value"],["name","value"],["geometry","opt_errorMargin"],["name","value"],["name","value"],["var_args"],["namedArgs"],["var_args"],["west","south","east","north"],["coords","opt_proj","opt_geodesic","opt_maxError"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj"],["legacy"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],
|
|
703
|
+
["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"],[],[],["coords","opt_proj"],["var_args"],["expression","opt_map"],["var_args"],["opt_args"],["var_args"],["opt_visParams","opt_callback"],["params","opt_callback"],["r","g","b"],["opt_callback"],["params","opt_callback"],["params","opt_callback"],["geometry"],["args"],["params","opt_callback"],
|
|
704
|
+
["params","opt_callback"],["selectors","opt_names"],["opt_visParams","opt_callback"],["opt_callback"],[],["list"],["number"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["obj"],["obj"],["obj"],["string"],[]];[O,Hm,Gm,io,lo,qo,mo,oo,fo,ro,no,ho,jo,ko,po,V.prototype.vh,V.prototype.Kh,V.prototype.map,V.prototype.filter,V.prototype.gf,V.prototype.sort,V.prototype.hf,V.prototype.limit,M.prototype.Dg,M.prototype.U,M.prototype.xa,M.prototype.evaluate,Bl,Il,sl,rm,tl,Dl,Kl,ul,sm,vl,lm,Vl,Jl,il,Rl,mm,
|
|
705
|
+
Fl,ol,xl,nm,nl,El,rl,yl,Xl,om,ml,zl,Gl,Hl,pl,Yl,Al,ql,qm,Yl,em,fm,gl,$l,gm,am,hm,im,fl,bm,jm,cm,hl,km,dm,Io,No,Lo,Ro,Mo,So,gp,256,dp,ep,cp,ap,fp,Q.prototype.set,W,W.prototype.getMap,W.prototype.U,X.prototype.getMap,X.prototype.ub,X.prototype.select,X,X.prototype.U,xn,Bn,Cn,T,T.prototype.xc,Dn,Fn,un,vn,yn,En,zn,wn,An,Bm.prototype.apply,Bm.prototype.call,en,jn,S,cn,S.prototype.xa,mn,kn,dn,hn,ln,S.prototype.je,S.prototype.vg,$m,L.prototype.select,L.prototype.l,Tn,L,L.prototype.pi,L.prototype.getMap,
|
|
706
|
+
L.prototype.ub,Sn,L.prototype.U,L.prototype.pf,L.prototype.Hd,L.prototype.clip,Z,Z.prototype.mf,Z.prototype.sf,Z.prototype.select,Z.prototype.getMap,Z.prototype.U,Z.prototype.first,Un,yo,Kk,Ik,Jk,Ak,Bk,Dk,Gk,Bo,Vo].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});r.EXPORTED_FN_INFO=a})();}).call(this);
|
package/build/ee_api_js_debug.js
CHANGED
|
@@ -9903,18 +9903,23 @@ module$exports$eeapiclient$ee_api_client.EarthEngineDestination = function(param
|
|
|
9903
9903
|
parameters = void 0 === parameters ? {} : parameters;
|
|
9904
9904
|
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
9905
9905
|
this.Serializable$set("name", null == parameters.name ? null : parameters.name);
|
|
9906
|
+
this.Serializable$set("overwrite", null == parameters.overwrite ? null : parameters.overwrite);
|
|
9906
9907
|
};
|
|
9907
9908
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.EarthEngineDestination, module$exports$eeapiclient$domain_object.Serializable);
|
|
9908
9909
|
module$exports$eeapiclient$ee_api_client.EarthEngineDestination.prototype.getConstructor = function() {
|
|
9909
9910
|
return module$exports$eeapiclient$ee_api_client.EarthEngineDestination;
|
|
9910
9911
|
};
|
|
9911
9912
|
module$exports$eeapiclient$ee_api_client.EarthEngineDestination.prototype.getPartialClassMetadata = function() {
|
|
9912
|
-
return {keys:["name"]};
|
|
9913
|
+
return {keys:["name", "overwrite"]};
|
|
9913
9914
|
};
|
|
9914
9915
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.EarthEngineDestination.prototype, {name:{configurable:!0, enumerable:!0, get:function() {
|
|
9915
9916
|
return this.Serializable$has("name") ? this.Serializable$get("name") : null;
|
|
9916
9917
|
}, set:function(value) {
|
|
9917
9918
|
this.Serializable$set("name", value);
|
|
9919
|
+
}}, overwrite:{configurable:!0, enumerable:!0, get:function() {
|
|
9920
|
+
return this.Serializable$has("overwrite") ? this.Serializable$get("overwrite") : null;
|
|
9921
|
+
}, set:function(value) {
|
|
9922
|
+
this.Serializable$set("overwrite", value);
|
|
9918
9923
|
}}});
|
|
9919
9924
|
module$exports$eeapiclient$ee_api_client.EarthEngineMapParameters = function module$contents$eeapiclient$ee_api_client_EarthEngineMapParameters() {
|
|
9920
9925
|
};
|
|
@@ -17100,7 +17105,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
|
|
|
17100
17105
|
ee.apiclient = {};
|
|
17101
17106
|
var module$contents$ee$apiclient_apiclient = {};
|
|
17102
17107
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
|
|
17103
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
17108
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.332";
|
|
17104
17109
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
17105
17110
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
17106
17111
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -17381,8 +17386,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
17381
17386
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
17382
17387
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
17383
17388
|
method = method || "POST";
|
|
17384
|
-
var headers = {"Content-Type":contentType,}, version = "0.1.
|
|
17385
|
-
"0.1.
|
|
17389
|
+
var headers = {"Content-Type":contentType,}, version = "0.1.332";
|
|
17390
|
+
"0.1.332" === version && (version = "latest");
|
|
17386
17391
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
17387
17392
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
17388
17393
|
if (null != authToken) {
|
package/build/ee_api_js_npm.js
CHANGED
|
@@ -9903,18 +9903,23 @@ module$exports$eeapiclient$ee_api_client.EarthEngineDestination = function(param
|
|
|
9903
9903
|
parameters = void 0 === parameters ? {} : parameters;
|
|
9904
9904
|
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
9905
9905
|
this.Serializable$set("name", null == parameters.name ? null : parameters.name);
|
|
9906
|
+
this.Serializable$set("overwrite", null == parameters.overwrite ? null : parameters.overwrite);
|
|
9906
9907
|
};
|
|
9907
9908
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.EarthEngineDestination, module$exports$eeapiclient$domain_object.Serializable);
|
|
9908
9909
|
module$exports$eeapiclient$ee_api_client.EarthEngineDestination.prototype.getConstructor = function() {
|
|
9909
9910
|
return module$exports$eeapiclient$ee_api_client.EarthEngineDestination;
|
|
9910
9911
|
};
|
|
9911
9912
|
module$exports$eeapiclient$ee_api_client.EarthEngineDestination.prototype.getPartialClassMetadata = function() {
|
|
9912
|
-
return {keys:["name"]};
|
|
9913
|
+
return {keys:["name", "overwrite"]};
|
|
9913
9914
|
};
|
|
9914
9915
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.EarthEngineDestination.prototype, {name:{configurable:!0, enumerable:!0, get:function() {
|
|
9915
9916
|
return this.Serializable$has("name") ? this.Serializable$get("name") : null;
|
|
9916
9917
|
}, set:function(value) {
|
|
9917
9918
|
this.Serializable$set("name", value);
|
|
9919
|
+
}}, overwrite:{configurable:!0, enumerable:!0, get:function() {
|
|
9920
|
+
return this.Serializable$has("overwrite") ? this.Serializable$get("overwrite") : null;
|
|
9921
|
+
}, set:function(value) {
|
|
9922
|
+
this.Serializable$set("overwrite", value);
|
|
9918
9923
|
}}});
|
|
9919
9924
|
module$exports$eeapiclient$ee_api_client.EarthEngineMapParameters = function module$contents$eeapiclient$ee_api_client_EarthEngineMapParameters() {
|
|
9920
9925
|
};
|
|
@@ -17100,7 +17105,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
|
|
|
17100
17105
|
ee.apiclient = {};
|
|
17101
17106
|
var module$contents$ee$apiclient_apiclient = {};
|
|
17102
17107
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
|
|
17103
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
17108
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.332";
|
|
17104
17109
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
17105
17110
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
17106
17111
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -17381,8 +17386,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
17381
17386
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
17382
17387
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
17383
17388
|
method = method || "POST";
|
|
17384
|
-
var headers = {"Content-Type":contentType,}, version = "0.1.
|
|
17385
|
-
"0.1.
|
|
17389
|
+
var headers = {"Content-Type":contentType,}, version = "0.1.332";
|
|
17390
|
+
"0.1.332" === version && (version = "latest");
|
|
17386
17391
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
17387
17392
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
17388
17393
|
if (null != authToken) {
|
|
@@ -24823,28 +24828,27 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
24823
24828
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
24824
24829
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
24825
24830
|
(function() {
|
|
24826
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
24827
|
-
orderedParamLists = [["name", "
|
|
24828
|
-
["
|
|
24829
|
-
["
|
|
24830
|
-
"
|
|
24831
|
-
["
|
|
24832
|
-
"
|
|
24833
|
-
"
|
|
24834
|
-
"
|
|
24835
|
-
[], [
|
|
24836
|
-
"
|
|
24837
|
-
"
|
|
24838
|
-
[
|
|
24839
|
-
|
|
24840
|
-
|
|
24841
|
-
ee.
|
|
24842
|
-
ee.data.
|
|
24843
|
-
ee.
|
|
24844
|
-
ee.
|
|
24845
|
-
ee.
|
|
24846
|
-
ee.
|
|
24847
|
-
ee.Serializer.toCloudApiJSON, ee.Serializer.encode, ee.Serializer.toJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
24831
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction.lookup ee.ApiFunction._apply ee.batch.Export.image.toDrive ee.batch.Export.table.toDrive ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.video.toDrive ee.Collection.prototype.filterBounds ee.Collection.prototype.iterate ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.data.createAssetHome ee.data.setDefaultWorkloadTag ee.data.createAsset ee.data.resetWorkloadTag ee.data.authenticateViaOauth ee.data.getList ee.data.createFolder ee.data.listAssets ee.data.renameAsset ee.data.copyAsset ee.data.authenticateViaPopup ee.data.listImages ee.data.deleteAsset ee.data.listBuckets ee.data.authenticate ee.data.getAssetAcl ee.data.getAssetRoots ee.data.newTaskId ee.data.getOperation ee.data.getThumbId ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.cancelTask ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.updateAsset ee.data.startIngestion ee.data.updateTask ee.data.authenticateViaPrivateKey ee.data.startProcessing ee.data.setAssetAcl ee.data.getTaskList ee.data.getFeatureViewTilesKey ee.data.getDownloadId ee.data.setAssetProperties ee.data.getTileUrl ee.data.getTaskListWithLimit ee.data.computeValue ee.data.makeDownloadUrl ee.data.startTableIngestion ee.data.getAssetRootQuota ee.data.getMapId ee.data.getTableDownloadId ee.data.listOperations ee.data.cancelOperation ee.data.listFeatures ee.data.getAsset ee.data.makeTableDownloadUrl ee.data.getWorkloadTag ee.data.setWorkloadTag ee.data.getInfo ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Dictionary ee.apply ee.TILE_SIZE ee.reset ee.InitState ee.Algorithms ee.initialize ee.call ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.Filter.gte ee.Filter.or ee.Filter.date ee.Filter ee.Filter.prototype.not ee.Filter.inList ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.gt ee.Filter.bounds ee.Filter.lte ee.Filter.lt ee.Filter.and ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.Point ee.Image.prototype.select ee.Image.prototype.expression ee.Image.cat ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
|
|
24832
|
+
orderedParamLists = [["name", "var_args"], ["name"], ["name", "namedArgs"], "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(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "),
|
|
24833
|
+
["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".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_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),
|
|
24834
|
+
["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".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(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
|
|
24835
|
+
["geometry"], ["algorithm", "opt_first"], ["algorithm", "opt_dropNulls"], ["filter"], ["start", "opt_end"], ["property", "opt_ascending"], ["name", "operator", "value"], ["max", "opt_property", "opt_ascending"], ["func", "var_args"], ["opt_callback"], ["legacy"], ["callback"], ["requestedId", "opt_callback"], ["tag"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_resetDefault"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),
|
|
24836
|
+
["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["opt_success", "opt_error"], ["parent", "opt_params", "opt_callback"], ["assetId", "opt_callback"], ["project", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["assetId", "opt_callback"], ["opt_callback"], ["opt_count", "opt_callback"],
|
|
24837
|
+
["operationName", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["id"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "request", "opt_callback"], ["taskId", "action", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["taskId", "params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["opt_callback"],
|
|
24838
|
+
["params", "opt_callback"], ["params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["id", "x", "y", "z"], ["opt_limit", "opt_callback"], ["obj", "opt_callback"], ["id"], ["taskId", "request", "opt_callback"], ["rootId", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["asset", "params", "opt_callback"], ["id", "opt_callback"], ["id"], [], ["tag"], ["id", "opt_callback"], ["date", "opt_tz"],
|
|
24839
|
+
["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func", "namedArgs"], [], [], [], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], ["var_args"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"],
|
|
24840
|
+
["opt_callback"], ["name", "value"], ["var_args"], ["start", "opt_end"], ["opt_filter"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["var_args"], ["namedArgs"], ["var_args"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson", "opt_proj", "opt_geodesic",
|
|
24841
|
+
"opt_evenOdd"], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["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"], [], [], ["coords", "opt_proj"], ["var_args"], ["expression", "opt_map"], ["var_args"], ["opt_args"], ["var_args"], ["opt_visParams", "opt_callback"],
|
|
24842
|
+
["params", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["selectors", "opt_names"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
24843
|
+
[ee.ApiFunction._call, ee.ApiFunction.lookup, ee.ApiFunction._apply, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toFeatureView,
|
|
24844
|
+
module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, ee.Collection.prototype.filterBounds, ee.Collection.prototype.iterate, ee.Collection.prototype.map, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.limit, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize,
|
|
24845
|
+
ee.ComputedObject.prototype.evaluate, ee.data.createAssetHome, ee.data.setDefaultWorkloadTag, ee.data.createAsset, ee.data.resetWorkloadTag, ee.data.authenticateViaOauth, ee.data.getList, ee.data.createFolder, ee.data.listAssets, ee.data.renameAsset, ee.data.copyAsset, ee.data.authenticateViaPopup, ee.data.listImages, ee.data.deleteAsset, ee.data.listBuckets, ee.data.authenticate, ee.data.getAssetAcl, ee.data.getAssetRoots, ee.data.newTaskId, ee.data.getOperation, ee.data.getThumbId, ee.data.getVideoThumbId,
|
|
24846
|
+
ee.data.getTaskStatus, ee.data.cancelTask, ee.data.getFilmstripThumbId, ee.data.makeThumbUrl, ee.data.updateAsset, ee.data.startIngestion, ee.data.updateTask, ee.data.authenticateViaPrivateKey, ee.data.startProcessing, ee.data.setAssetAcl, ee.data.getTaskList, ee.data.getFeatureViewTilesKey, ee.data.getDownloadId, ee.data.setAssetProperties, ee.data.getTileUrl, ee.data.getTaskListWithLimit, ee.data.computeValue, ee.data.makeDownloadUrl, ee.data.startTableIngestion, ee.data.getAssetRootQuota, ee.data.getMapId,
|
|
24847
|
+
ee.data.getTableDownloadId, ee.data.listOperations, ee.data.cancelOperation, ee.data.listFeatures, ee.data.getAsset, ee.data.makeTableDownloadUrl, ee.data.getWorkloadTag, ee.data.setWorkloadTag, ee.data.getInfo, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Dictionary, ee.apply, ee.TILE_SIZE, ee.reset, ee.InitState, ee.Algorithms, ee.initialize, ee.call, ee.Element.prototype.set, ee.Feature, ee.Feature.prototype.getMap,
|
|
24848
|
+
ee.Feature.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.Filter.gte, ee.Filter.or, ee.Filter.date, ee.Filter, ee.Filter.prototype.not, ee.Filter.inList, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.gt, ee.Filter.bounds, ee.Filter.lte, ee.Filter.lt, ee.Filter.and, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.BBox,
|
|
24849
|
+
ee.Geometry.LinearRing, ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Point, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image.cat, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getInfo,
|
|
24850
|
+
ee.Image.prototype.getThumbURL, ee.Image.prototype.getThumbId, ee.Image.prototype.clip, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.select, ee.List, ee.Number, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.encode,
|
|
24851
|
+
ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
24848
24852
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
24849
24853
|
});
|
|
24850
24854
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/build/main.js
CHANGED
|
@@ -9905,18 +9905,23 @@ module$exports$eeapiclient$ee_api_client.EarthEngineDestination = function(param
|
|
|
9905
9905
|
parameters = void 0 === parameters ? {} : parameters;
|
|
9906
9906
|
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
9907
9907
|
this.Serializable$set("name", null == parameters.name ? null : parameters.name);
|
|
9908
|
+
this.Serializable$set("overwrite", null == parameters.overwrite ? null : parameters.overwrite);
|
|
9908
9909
|
};
|
|
9909
9910
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.EarthEngineDestination, module$exports$eeapiclient$domain_object.Serializable);
|
|
9910
9911
|
module$exports$eeapiclient$ee_api_client.EarthEngineDestination.prototype.getConstructor = function() {
|
|
9911
9912
|
return module$exports$eeapiclient$ee_api_client.EarthEngineDestination;
|
|
9912
9913
|
};
|
|
9913
9914
|
module$exports$eeapiclient$ee_api_client.EarthEngineDestination.prototype.getPartialClassMetadata = function() {
|
|
9914
|
-
return {keys:["name"]};
|
|
9915
|
+
return {keys:["name", "overwrite"]};
|
|
9915
9916
|
};
|
|
9916
9917
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.EarthEngineDestination.prototype, {name:{configurable:!0, enumerable:!0, get:function() {
|
|
9917
9918
|
return this.Serializable$has("name") ? this.Serializable$get("name") : null;
|
|
9918
9919
|
}, set:function(value) {
|
|
9919
9920
|
this.Serializable$set("name", value);
|
|
9921
|
+
}}, overwrite:{configurable:!0, enumerable:!0, get:function() {
|
|
9922
|
+
return this.Serializable$has("overwrite") ? this.Serializable$get("overwrite") : null;
|
|
9923
|
+
}, set:function(value) {
|
|
9924
|
+
this.Serializable$set("overwrite", value);
|
|
9920
9925
|
}}});
|
|
9921
9926
|
module$exports$eeapiclient$ee_api_client.EarthEngineMapParameters = function module$contents$eeapiclient$ee_api_client_EarthEngineMapParameters() {
|
|
9922
9927
|
};
|
|
@@ -17102,7 +17107,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
|
|
|
17102
17107
|
ee.apiclient = {};
|
|
17103
17108
|
var module$contents$ee$apiclient_apiclient = {};
|
|
17104
17109
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
|
|
17105
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
17110
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.332";
|
|
17106
17111
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
17107
17112
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
17108
17113
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -17383,8 +17388,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
17383
17388
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
17384
17389
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
17385
17390
|
method = method || "POST";
|
|
17386
|
-
var headers = {"Content-Type":contentType,}, version = "0.1.
|
|
17387
|
-
"0.1.
|
|
17391
|
+
var headers = {"Content-Type":contentType,}, version = "0.1.332";
|
|
17392
|
+
"0.1.332" === version && (version = "latest");
|
|
17388
17393
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
17389
17394
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
17390
17395
|
if (null != authToken) {
|
|
@@ -24825,28 +24830,27 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
24825
24830
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
24826
24831
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
24827
24832
|
(function() {
|
|
24828
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
24829
|
-
orderedParamLists = [["name", "
|
|
24830
|
-
["
|
|
24831
|
-
["
|
|
24832
|
-
"
|
|
24833
|
-
["
|
|
24834
|
-
"
|
|
24835
|
-
"
|
|
24836
|
-
"
|
|
24837
|
-
[], [
|
|
24838
|
-
"
|
|
24839
|
-
"
|
|
24840
|
-
[
|
|
24841
|
-
|
|
24842
|
-
|
|
24843
|
-
ee.
|
|
24844
|
-
ee.data.
|
|
24845
|
-
ee.
|
|
24846
|
-
ee.
|
|
24847
|
-
ee.
|
|
24848
|
-
ee.
|
|
24849
|
-
ee.Serializer.toCloudApiJSON, ee.Serializer.encode, ee.Serializer.toJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
24833
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction.lookup ee.ApiFunction._apply ee.batch.Export.image.toDrive ee.batch.Export.table.toDrive ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.video.toDrive ee.Collection.prototype.filterBounds ee.Collection.prototype.iterate ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.data.createAssetHome ee.data.setDefaultWorkloadTag ee.data.createAsset ee.data.resetWorkloadTag ee.data.authenticateViaOauth ee.data.getList ee.data.createFolder ee.data.listAssets ee.data.renameAsset ee.data.copyAsset ee.data.authenticateViaPopup ee.data.listImages ee.data.deleteAsset ee.data.listBuckets ee.data.authenticate ee.data.getAssetAcl ee.data.getAssetRoots ee.data.newTaskId ee.data.getOperation ee.data.getThumbId ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.cancelTask ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.updateAsset ee.data.startIngestion ee.data.updateTask ee.data.authenticateViaPrivateKey ee.data.startProcessing ee.data.setAssetAcl ee.data.getTaskList ee.data.getFeatureViewTilesKey ee.data.getDownloadId ee.data.setAssetProperties ee.data.getTileUrl ee.data.getTaskListWithLimit ee.data.computeValue ee.data.makeDownloadUrl ee.data.startTableIngestion ee.data.getAssetRootQuota ee.data.getMapId ee.data.getTableDownloadId ee.data.listOperations ee.data.cancelOperation ee.data.listFeatures ee.data.getAsset ee.data.makeTableDownloadUrl ee.data.getWorkloadTag ee.data.setWorkloadTag ee.data.getInfo ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.decode ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Dictionary ee.apply ee.TILE_SIZE ee.reset ee.InitState ee.Algorithms ee.initialize ee.call ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.Filter.gte ee.Filter.or ee.Filter.date ee.Filter ee.Filter.prototype.not ee.Filter.inList ee.Filter.metadata ee.Filter.eq ee.Filter.neq ee.Filter.gt ee.Filter.bounds ee.Filter.lte ee.Filter.lt ee.Filter.and ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.Point ee.Image.prototype.select ee.Image.prototype.expression ee.Image.cat ee.Image ee.Image.prototype.rename ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getThumbURL ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
|
|
24834
|
+
orderedParamLists = [["name", "var_args"], ["name"], ["name", "namedArgs"], "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(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "),
|
|
24835
|
+
["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".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_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),
|
|
24836
|
+
["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".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(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
|
|
24837
|
+
["geometry"], ["algorithm", "opt_first"], ["algorithm", "opt_dropNulls"], ["filter"], ["start", "opt_end"], ["property", "opt_ascending"], ["name", "operator", "value"], ["max", "opt_property", "opt_ascending"], ["func", "var_args"], ["opt_callback"], ["legacy"], ["callback"], ["requestedId", "opt_callback"], ["tag"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_resetDefault"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),
|
|
24838
|
+
["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["opt_success", "opt_error"], ["parent", "opt_params", "opt_callback"], ["assetId", "opt_callback"], ["project", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["assetId", "opt_callback"], ["opt_callback"], ["opt_count", "opt_callback"],
|
|
24839
|
+
["operationName", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["id"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "request", "opt_callback"], ["taskId", "action", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["taskId", "params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["opt_callback"],
|
|
24840
|
+
["params", "opt_callback"], ["params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["id", "x", "y", "z"], ["opt_limit", "opt_callback"], ["obj", "opt_callback"], ["id"], ["taskId", "request", "opt_callback"], ["rootId", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["asset", "params", "opt_callback"], ["id", "opt_callback"], ["id"], [], ["tag"], ["id", "opt_callback"], ["date", "opt_tz"],
|
|
24841
|
+
["json"], ["json"], ["json"], ["json"], ["opt_dict"], ["func", "namedArgs"], [], [], [], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), ["func", "var_args"], ["var_args"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["args", "opt_column"],
|
|
24842
|
+
["opt_callback"], ["name", "value"], ["var_args"], ["start", "opt_end"], ["opt_filter"], [], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["name", "operator", "value"], ["name", "value"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["var_args"], ["namedArgs"], ["var_args"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson", "opt_proj", "opt_geodesic",
|
|
24843
|
+
"opt_evenOdd"], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["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"], [], [], ["coords", "opt_proj"], ["var_args"], ["expression", "opt_map"], ["var_args"], ["opt_args"], ["var_args"], ["opt_visParams", "opt_callback"],
|
|
24844
|
+
["params", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["geometry"], ["args"], ["params", "opt_callback"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["selectors", "opt_names"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
24845
|
+
[ee.ApiFunction._call, ee.ApiFunction.lookup, ee.ApiFunction._apply, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toFeatureView,
|
|
24846
|
+
module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, ee.Collection.prototype.filterBounds, ee.Collection.prototype.iterate, ee.Collection.prototype.map, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.limit, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize,
|
|
24847
|
+
ee.ComputedObject.prototype.evaluate, ee.data.createAssetHome, ee.data.setDefaultWorkloadTag, ee.data.createAsset, ee.data.resetWorkloadTag, ee.data.authenticateViaOauth, ee.data.getList, ee.data.createFolder, ee.data.listAssets, ee.data.renameAsset, ee.data.copyAsset, ee.data.authenticateViaPopup, ee.data.listImages, ee.data.deleteAsset, ee.data.listBuckets, ee.data.authenticate, ee.data.getAssetAcl, ee.data.getAssetRoots, ee.data.newTaskId, ee.data.getOperation, ee.data.getThumbId, ee.data.getVideoThumbId,
|
|
24848
|
+
ee.data.getTaskStatus, ee.data.cancelTask, ee.data.getFilmstripThumbId, ee.data.makeThumbUrl, ee.data.updateAsset, ee.data.startIngestion, ee.data.updateTask, ee.data.authenticateViaPrivateKey, ee.data.startProcessing, ee.data.setAssetAcl, ee.data.getTaskList, ee.data.getFeatureViewTilesKey, ee.data.getDownloadId, ee.data.setAssetProperties, ee.data.getTileUrl, ee.data.getTaskListWithLimit, ee.data.computeValue, ee.data.makeDownloadUrl, ee.data.startTableIngestion, ee.data.getAssetRootQuota, ee.data.getMapId,
|
|
24849
|
+
ee.data.getTableDownloadId, ee.data.listOperations, ee.data.cancelOperation, ee.data.listFeatures, ee.data.getAsset, ee.data.makeTableDownloadUrl, ee.data.getWorkloadTag, ee.data.setWorkloadTag, ee.data.getInfo, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.decode, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Dictionary, ee.apply, ee.TILE_SIZE, ee.reset, ee.InitState, ee.Algorithms, ee.initialize, ee.call, ee.Element.prototype.set, ee.Feature, ee.Feature.prototype.getMap,
|
|
24850
|
+
ee.Feature.prototype.getInfo, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.select, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.Filter.gte, ee.Filter.or, ee.Filter.date, ee.Filter, ee.Filter.prototype.not, ee.Filter.inList, ee.Filter.metadata, ee.Filter.eq, ee.Filter.neq, ee.Filter.gt, ee.Filter.bounds, ee.Filter.lte, ee.Filter.lt, ee.Filter.and, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.BBox,
|
|
24851
|
+
ee.Geometry.LinearRing, ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Point, ee.Image.prototype.select, ee.Image.prototype.expression, ee.Image.cat, ee.Image, ee.Image.prototype.rename, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.rgb, ee.Image.prototype.getInfo,
|
|
24852
|
+
ee.Image.prototype.getThumbURL, ee.Image.prototype.getThumbId, ee.Image.prototype.clip, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.select, ee.List, ee.Number, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.encode,
|
|
24853
|
+
ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
24850
24854
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
24851
24855
|
});
|
|
24852
24856
|
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.332';
|
|
29
29
|
|
|
30
30
|
exports.VERSION = apiVersion.VERSION;
|
|
31
31
|
exports.API_CLIENT_VERSION = API_CLIENT_VERSION;
|