@google/earthengine 0.1.319 → 0.1.320
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 +25 -22
- package/build/ee_api_js.js +186 -184
- package/build/ee_api_js_debug.js +10 -7
- package/build/ee_api_js_npm.js +25 -22
- package/build/main.js +25 -22
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
package/.tmp/BUILD
CHANGED
|
@@ -360,6 +360,10 @@ Fileset(
|
|
|
360
360
|
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.319:public",
|
|
361
361
|
destdir = "0.1.319",
|
|
362
362
|
),
|
|
363
|
+
FilesetEntry(
|
|
364
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.320:public",
|
|
365
|
+
destdir = "0.1.320",
|
|
366
|
+
),
|
|
363
367
|
# NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
|
|
364
368
|
],
|
|
365
369
|
)
|
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.320"
|
|
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.320"
|
|
16
16
|
last_upgrade_date: {
|
|
17
17
|
year: 2022
|
|
18
18
|
month: 8
|
|
19
|
-
day:
|
|
19
|
+
day: 18
|
|
20
20
|
}
|
|
21
21
|
}
|
package/build/browser.js
CHANGED
|
@@ -1348,8 +1348,6 @@ goog.loadedModules_ = {};
|
|
|
1348
1348
|
goog.DEPENDENCIES_ENABLED = !1;
|
|
1349
1349
|
goog.TRANSPILE = "detect";
|
|
1350
1350
|
goog.ASSUME_ES_MODULES_TRANSPILED = !1;
|
|
1351
|
-
goog.TRANSPILE_TO_LANGUAGE = "";
|
|
1352
|
-
goog.TRANSPILER = "transpile.js";
|
|
1353
1351
|
goog.TRUSTED_TYPES_POLICY_NAME = "goog";
|
|
1354
1352
|
goog.hasBadLetScoping = null;
|
|
1355
1353
|
goog.loadModule = function(moduleDef) {
|
|
@@ -10102,14 +10100,15 @@ module$exports$eeapiclient$ee_api_client.ExportTableRequest = function(parameter
|
|
|
10102
10100
|
this.Serializable$set("maxVertices", null == parameters.maxVertices ? null : parameters.maxVertices);
|
|
10103
10101
|
this.Serializable$set("initialPolicy", null == parameters.initialPolicy ? null : parameters.initialPolicy);
|
|
10104
10102
|
this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
|
|
10103
|
+
this.Serializable$set("policy", null == parameters.policy ? null : parameters.policy);
|
|
10105
10104
|
};
|
|
10106
10105
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportTableRequest, module$exports$eeapiclient$domain_object.Serializable);
|
|
10107
10106
|
module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype.getConstructor = function() {
|
|
10108
10107
|
return module$exports$eeapiclient$ee_api_client.ExportTableRequest;
|
|
10109
10108
|
};
|
|
10110
10109
|
module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype.getPartialClassMetadata = function() {
|
|
10111
|
-
return {keys:"assetExportOptions description expression featureViewExportOptions fileExportOptions initialPolicy maxErrorMeters maxVertices maxWorkerCount maxWorkers requestId selectors workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.TableAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression, featureViewExportOptions:module$exports$eeapiclient$ee_api_client.FeatureViewAssetExportOptions,
|
|
10112
|
-
fileExportOptions:module$exports$eeapiclient$ee_api_client.TableFileExportOptions, initialPolicy:module$exports$eeapiclient$ee_api_client.Policy}};
|
|
10110
|
+
return {keys:"assetExportOptions description expression featureViewExportOptions fileExportOptions initialPolicy maxErrorMeters maxVertices maxWorkerCount maxWorkers policy requestId selectors workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.TableAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression, featureViewExportOptions:module$exports$eeapiclient$ee_api_client.FeatureViewAssetExportOptions,
|
|
10111
|
+
fileExportOptions:module$exports$eeapiclient$ee_api_client.TableFileExportOptions, initialPolicy:module$exports$eeapiclient$ee_api_client.Policy, policy:module$exports$eeapiclient$ee_api_client.Policy}};
|
|
10113
10112
|
};
|
|
10114
10113
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype, {assetExportOptions:{configurable:!0, enumerable:!0, get:function() {
|
|
10115
10114
|
return this.Serializable$has("assetExportOptions") ? this.Serializable$get("assetExportOptions") : null;
|
|
@@ -10151,6 +10150,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
10151
10150
|
return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
|
|
10152
10151
|
}, set:function(value) {
|
|
10153
10152
|
this.Serializable$set("maxWorkers", value);
|
|
10153
|
+
}}, policy:{configurable:!0, enumerable:!0, get:function() {
|
|
10154
|
+
return this.Serializable$has("policy") ? this.Serializable$get("policy") : null;
|
|
10155
|
+
}, set:function(value) {
|
|
10156
|
+
this.Serializable$set("policy", value);
|
|
10154
10157
|
}}, requestId:{configurable:!0, enumerable:!0, get:function() {
|
|
10155
10158
|
return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
|
|
10156
10159
|
}, set:function(value) {
|
|
@@ -16856,7 +16859,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
|
|
|
16856
16859
|
ee.apiclient = {};
|
|
16857
16860
|
var module$contents$ee$apiclient_apiclient = {};
|
|
16858
16861
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
|
|
16859
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
16862
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.320";
|
|
16860
16863
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
16861
16864
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
16862
16865
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -17137,8 +17140,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
17137
17140
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
17138
17141
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
17139
17142
|
method = method || "POST";
|
|
17140
|
-
var headers = {"Content-Type":contentType,}, version = "0.1.
|
|
17141
|
-
"0.1.
|
|
17143
|
+
var headers = {"Content-Type":contentType,}, version = "0.1.320";
|
|
17144
|
+
"0.1.320" === version && (version = "latest");
|
|
17142
17145
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
17143
17146
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
17144
17147
|
if (null != authToken) {
|
|
@@ -24564,28 +24567,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
24564
24567
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
24565
24568
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
24566
24569
|
(function() {
|
|
24567
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._call ee.ApiFunction._apply ee.batch.Export.video.toDrive ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.image.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.limit ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.filterBounds ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.getTileUrl ee.data.getMapId ee.data.
|
|
24570
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._call ee.ApiFunction._apply ee.batch.Export.video.toDrive ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.image.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.limit ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.filterBounds ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.getTileUrl ee.data.getMapId ee.data.startIngestion ee.data.computeValue ee.data.authenticateViaOauth ee.data.listFeatures ee.data.getFeatureViewTilesKey ee.data.startTableIngestion ee.data.authenticateViaPrivateKey ee.data.getAsset ee.data.authenticateViaPopup ee.data.getInfo ee.data.authenticate ee.data.getList ee.data.createFolder ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.cancelTask ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.setAssetAcl ee.data.listAssets ee.data.renameAsset ee.data.updateTask ee.data.setAssetProperties ee.data.copyAsset ee.data.startProcessing ee.data.listImages ee.data.getTaskList ee.data.getAssetRootQuota ee.data.getDownloadId ee.data.deleteAsset ee.data.getThumbId ee.data.listBuckets ee.data.getTaskListWithLimit ee.data.makeDownloadUrl ee.data.getAssetAcl ee.data.getWorkloadTag ee.data.getAssetRoots ee.data.getTableDownloadId ee.data.listOperations ee.data.cancelOperation ee.data.createAssetHome ee.data.setWorkloadTag ee.data.setDefaultWorkloadTag ee.data.makeTableDownloadUrl ee.data.createAsset ee.data.resetWorkloadTag ee.data.newTaskId ee.data.getOperation ee.data.updateAsset ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Dictionary ee.initialize ee.call ee.apply ee.TILE_SIZE ee.reset ee.InitState ee.Algorithms ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.FeatureCollection 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.Filter.eq ee.Filter.metadata ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.Point ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry ee.Geometry.MultiPolygon ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString ee.Image.prototype.select ee.Image.prototype.clip ee.Image.prototype.expression ee.Image.cat ee.Image ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image.prototype.getDownloadURL ee.Image.prototype.getInfo ee.Image.rgb ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.List ee.Number ee.Serializer.encodeCloudApiPretty ee.Serializer.toReadableCloudApiJSON ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApi ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
|
|
24568
24571
|
orderedParamLists = [["name"], ["name", "var_args"], ["name", "namedArgs"], "collection opt_description opt_folder 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_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "),
|
|
24569
24572
|
"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(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "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(" "),
|
|
24570
24573
|
"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(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),
|
|
24571
24574
|
"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), ["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), ["property", "opt_ascending"], ["name", "operator", "value"], ["algorithm", "opt_dropNulls"], ["filter"], ["max", "opt_property", "opt_ascending"], ["algorithm",
|
|
24572
|
-
"opt_first"], ["start", "opt_end"], ["geometry"], ["callback"], ["func", "var_args"], ["opt_callback"], ["legacy"], ["id", "x", "y", "z"], ["params", "opt_callback"], ["
|
|
24573
|
-
|
|
24574
|
-
["
|
|
24575
|
-
"opt_callback"], ["
|
|
24576
|
-
"var_args"], ["func", "namedArgs"], [], [], [], [], ["var_args"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["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", "value"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], [], ["opt_leftField", "opt_rightValue", "opt_rightField",
|
|
24575
|
+
"opt_first"], ["start", "opt_end"], ["geometry"], ["callback"], ["func", "var_args"], ["opt_callback"], ["legacy"], ["id", "x", "y", "z"], ["params", "opt_callback"], ["taskId", "request", "opt_callback"], ["obj", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["asset", "params", "opt_callback"], ["params", "opt_callback"], ["taskId", "request", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes",
|
|
24576
|
+
"opt_suppressDefaultScopes"], ["id", "opt_callback"], ["opt_success", "opt_error"], ["id", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["id"], ["assetId", "aclUpdate", "opt_callback"], ["parent", "params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"],
|
|
24577
|
+
["taskId", "action", "opt_callback"], ["assetId", "properties", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["taskId", "params", "opt_callback"], ["parent", "params", "opt_callback"], ["opt_callback"], ["rootId", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["params", "opt_callback"], ["project", "opt_callback"], ["opt_limit", "opt_callback"], ["id"], ["assetId", "opt_callback"], [], ["opt_callback"], ["params", "opt_callback"],
|
|
24578
|
+
["opt_limit", "opt_callback"], ["operationName", "opt_callback"], ["requestedId", "opt_callback"], ["tag"], ["tag"], ["id"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_resetDefault"], ["opt_count", "opt_callback"], ["operationName", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
|
|
24579
|
+
["func", "var_args"], ["func", "namedArgs"], [], [], [], [], ["var_args"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["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", "value"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], [], ["opt_leftField", "opt_rightValue", "opt_rightField",
|
|
24577
24580
|
"opt_leftValue"], ["opt_filter"], ["name", "value"], ["name", "operator", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], [], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError",
|
|
24578
|
-
"opt_evenOdd"], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["var_args"], ["geometry"], ["expression", "opt_map"], ["var_args"], ["opt_args"], ["opt_visParams", "opt_callback"], ["var_args"], ["params", "opt_callback"], ["opt_callback"], ["r", "g", "b"], ["params", "opt_callback"], ["params", "opt_callback"], ["args"], [
|
|
24579
|
-
["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["
|
|
24581
|
+
"opt_evenOdd"], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["var_args"], ["geometry"], ["expression", "opt_map"], ["var_args"], ["opt_args"], ["opt_visParams", "opt_callback"], ["var_args"], ["params", "opt_callback"], ["opt_callback"], ["r", "g", "b"], ["params", "opt_callback"], ["params", "opt_callback"], ["args"], ["params", "opt_callback"],
|
|
24582
|
+
["params", "opt_callback"], [], ["opt_visParams", "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
24580
24583
|
[ee.ApiFunction.lookup, ee.ApiFunction._call, ee.ApiFunction._apply, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toCloudStorage,
|
|
24581
24584
|
module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toDrive, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.map, ee.Collection.prototype.filter, ee.Collection.prototype.limit, ee.Collection.prototype.iterate, ee.Collection.prototype.filterDate, ee.Collection.prototype.filterBounds, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.getInfo,
|
|
24582
|
-
ee.ComputedObject.prototype.serialize, ee.data.getTileUrl, ee.data.getMapId, ee.data.
|
|
24583
|
-
ee.data.
|
|
24584
|
-
ee.data.
|
|
24585
|
-
ee.Feature.prototype.
|
|
24586
|
-
ee.
|
|
24587
|
-
ee.Image.prototype.
|
|
24588
|
-
ee.Serializer.
|
|
24585
|
+
ee.ComputedObject.prototype.serialize, ee.data.getTileUrl, ee.data.getMapId, ee.data.startIngestion, ee.data.computeValue, ee.data.authenticateViaOauth, ee.data.listFeatures, ee.data.getFeatureViewTilesKey, ee.data.startTableIngestion, ee.data.authenticateViaPrivateKey, ee.data.getAsset, ee.data.authenticateViaPopup, ee.data.getInfo, ee.data.authenticate, ee.data.getList, ee.data.createFolder, ee.data.getVideoThumbId, ee.data.getTaskStatus, ee.data.cancelTask, ee.data.getFilmstripThumbId, ee.data.makeThumbUrl,
|
|
24586
|
+
ee.data.setAssetAcl, ee.data.listAssets, ee.data.renameAsset, ee.data.updateTask, ee.data.setAssetProperties, ee.data.copyAsset, ee.data.startProcessing, ee.data.listImages, ee.data.getTaskList, ee.data.getAssetRootQuota, ee.data.getDownloadId, ee.data.deleteAsset, ee.data.getThumbId, ee.data.listBuckets, ee.data.getTaskListWithLimit, ee.data.makeDownloadUrl, ee.data.getAssetAcl, ee.data.getWorkloadTag, ee.data.getAssetRoots, ee.data.getTableDownloadId, ee.data.listOperations, ee.data.cancelOperation,
|
|
24587
|
+
ee.data.createAssetHome, ee.data.setWorkloadTag, ee.data.setDefaultWorkloadTag, ee.data.makeTableDownloadUrl, ee.data.createAsset, ee.data.resetWorkloadTag, ee.data.newTaskId, ee.data.getOperation, ee.data.updateAsset, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Dictionary, ee.initialize, ee.call, ee.apply, ee.TILE_SIZE, ee.reset, ee.InitState, ee.Algorithms, ee.Element.prototype.set, ee.Feature, ee.Feature.prototype.getMap,
|
|
24588
|
+
ee.Feature.prototype.getInfo, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.FeatureCollection, 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.Filter.eq, ee.Filter.metadata, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.Polygon,
|
|
24589
|
+
ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.Point, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry, ee.Geometry.MultiPolygon, ee.Geometry.MultiPoint, ee.Geometry.prototype.serialize, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Image.prototype.select, ee.Image.prototype.clip, ee.Image.prototype.expression, ee.Image.cat, ee.Image, ee.Image.prototype.getMap, ee.Image.prototype.rename, ee.Image.prototype.getDownloadURL,
|
|
24590
|
+
ee.Image.prototype.getInfo, ee.Image.rgb, ee.Image.prototype.getThumbId, ee.Image.prototype.getThumbURL, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select, ee.List, ee.Number, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toCloudApiJSON, ee.Serializer.encode,
|
|
24591
|
+
ee.Serializer.encodeCloudApi, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
24589
24592
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
24590
24593
|
});
|
|
24591
24594
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|