@google/earthengine 0.1.351 → 0.1.353
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 +8 -0
- package/.tmp/METADATA +4 -4
- package/.tmp/VERSION_BUILD +2 -2
- package/build/browser.js +64 -40
- package/build/ee_api_js.js +618 -617
- package/build/ee_api_js_debug.js +42 -18
- package/build/ee_api_js_npm.js +64 -40
- package/build/main.js +64 -40
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/batch.js +1 -0
- package/src/encodable_batch.js +1 -1
package/.tmp/BUILD
CHANGED
|
@@ -481,6 +481,14 @@ Fileset(
|
|
|
481
481
|
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.351:public",
|
|
482
482
|
destdir = "0.1.351",
|
|
483
483
|
),
|
|
484
|
+
FilesetEntry(
|
|
485
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.352:public",
|
|
486
|
+
destdir = "0.1.352",
|
|
487
|
+
),
|
|
488
|
+
FilesetEntry(
|
|
489
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.353:public",
|
|
490
|
+
destdir = "0.1.353",
|
|
491
|
+
),
|
|
484
492
|
# NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
|
|
485
493
|
],
|
|
486
494
|
)
|
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.353"
|
|
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.353"
|
|
16
16
|
last_upgrade_date: {
|
|
17
17
|
year: 2023
|
|
18
|
-
month:
|
|
19
|
-
day:
|
|
18
|
+
month: 5
|
|
19
|
+
day: 10
|
|
20
20
|
}
|
|
21
21
|
}
|
package/.tmp/VERSION_BUILD
CHANGED
|
@@ -9,7 +9,7 @@ load("//tools/build_defs/license:license.bzl", "license")
|
|
|
9
9
|
load("//tools/build_defs/build_test:build_test.bzl", "build_test")
|
|
10
10
|
|
|
11
11
|
package(
|
|
12
|
-
default_applicable_licenses = ["//third_party/hosted_libraries/libs/earthengine/0.1.
|
|
12
|
+
default_applicable_licenses = ["//third_party/hosted_libraries/libs/earthengine/0.1.353:license"],
|
|
13
13
|
default_visibility = [
|
|
14
14
|
"//third_party/hosted_libraries/libs/earthengine:__pkg__",
|
|
15
15
|
],
|
|
@@ -17,7 +17,7 @@ package(
|
|
|
17
17
|
|
|
18
18
|
license(
|
|
19
19
|
name = "license",
|
|
20
|
-
package_name = "0.1.
|
|
20
|
+
package_name = "0.1.353",
|
|
21
21
|
)
|
|
22
22
|
|
|
23
23
|
licenses(["notice"])
|
package/build/browser.js
CHANGED
|
@@ -2606,9 +2606,10 @@ goog.events.BrowserFeature = {TOUCH_ENABLED:"ontouchstart" in goog.global || !!(
|
|
|
2606
2606
|
passive = !0;
|
|
2607
2607
|
}});
|
|
2608
2608
|
try {
|
|
2609
|
-
|
|
2610
|
-
}
|
|
2611
|
-
|
|
2609
|
+
var nullFunction = function() {
|
|
2610
|
+
};
|
|
2611
|
+
goog.global.addEventListener("test", nullFunction, options);
|
|
2612
|
+
goog.global.removeEventListener("test", nullFunction, options);
|
|
2612
2613
|
} catch (e) {
|
|
2613
2614
|
}
|
|
2614
2615
|
return passive;
|
|
@@ -6546,7 +6547,10 @@ goog.string.Const.TYPE_MARKER_ = {};
|
|
|
6546
6547
|
goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ = {};
|
|
6547
6548
|
goog.string.Const.EMPTY = goog.string.Const.from("");
|
|
6548
6549
|
var module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$contents$goog$html$SafeScript_SafeScript = function(value, token) {
|
|
6549
|
-
|
|
6550
|
+
if (goog.DEBUG && token !== module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE) {
|
|
6551
|
+
throw Error("SafeScript is not meant to be built directly");
|
|
6552
|
+
}
|
|
6553
|
+
this.privateDoNotAccessOrElseSafeScriptWrappedValue_ = value;
|
|
6550
6554
|
this.implementsGoogStringTypedString = !0;
|
|
6551
6555
|
};
|
|
6552
6556
|
module$contents$goog$html$SafeScript_SafeScript.prototype.toString = function() {
|
|
@@ -6638,7 +6642,10 @@ goog.fs.blob.getBlobWithProperties = function(parts, opt_type, opt_endings) {
|
|
|
6638
6642
|
throw Error("This browser doesn't seem to support creating Blobs");
|
|
6639
6643
|
};
|
|
6640
6644
|
goog.html.TrustedResourceUrl = function(value, token) {
|
|
6641
|
-
|
|
6645
|
+
if (goog.DEBUG && token !== goog.html.TrustedResourceUrl.CONSTRUCTOR_TOKEN_PRIVATE_) {
|
|
6646
|
+
throw Error("TrustedResourceUrl is not meant to be built directly");
|
|
6647
|
+
}
|
|
6648
|
+
this.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_ = value;
|
|
6642
6649
|
};
|
|
6643
6650
|
goog.html.TrustedResourceUrl.prototype.toString = function() {
|
|
6644
6651
|
return this.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_ + "";
|
|
@@ -6717,7 +6724,10 @@ goog.html.TrustedResourceUrl.stringifyParams_ = function(prefix, currentString,
|
|
|
6717
6724
|
return currentString;
|
|
6718
6725
|
};
|
|
6719
6726
|
goog.html.SafeUrl = function(value, token) {
|
|
6720
|
-
|
|
6727
|
+
if (goog.DEBUG && token !== goog.html.SafeUrl.CONSTRUCTOR_TOKEN_PRIVATE_) {
|
|
6728
|
+
throw Error("SafeUrl is not meant to be built directly");
|
|
6729
|
+
}
|
|
6730
|
+
this.privateDoNotAccessOrElseSafeUrlWrappedValue_ = value;
|
|
6721
6731
|
};
|
|
6722
6732
|
goog.html.SafeUrl.prototype.toString = function() {
|
|
6723
6733
|
return this.privateDoNotAccessOrElseSafeUrlWrappedValue_.toString();
|
|
@@ -6907,7 +6917,10 @@ goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse = function(url)
|
|
|
6907
6917
|
goog.html.SafeUrl.INNOCUOUS_URL = goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(goog.html.SafeUrl.INNOCUOUS_STRING);
|
|
6908
6918
|
goog.html.SafeUrl.ABOUT_BLANK = goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse("about:blank");
|
|
6909
6919
|
var module$contents$goog$html$SafeStyle_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$contents$goog$html$SafeStyle_SafeStyle = function(value, token) {
|
|
6910
|
-
|
|
6920
|
+
if (goog.DEBUG && token !== module$contents$goog$html$SafeStyle_CONSTRUCTOR_TOKEN_PRIVATE) {
|
|
6921
|
+
throw Error("SafeStyle is not meant to be built directly");
|
|
6922
|
+
}
|
|
6923
|
+
this.privateDoNotAccessOrElseSafeStyleWrappedValue_ = value;
|
|
6911
6924
|
this.implementsGoogStringTypedString = !0;
|
|
6912
6925
|
};
|
|
6913
6926
|
module$contents$goog$html$SafeStyle_SafeStyle.fromConstant = function(style) {
|
|
@@ -7025,7 +7038,10 @@ function module$contents$goog$html$SafeStyle_sanitizeUrl(value) {
|
|
|
7025
7038
|
}
|
|
7026
7039
|
goog.html.SafeStyle = module$contents$goog$html$SafeStyle_SafeStyle;
|
|
7027
7040
|
var module$contents$goog$html$SafeStyleSheet_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$contents$goog$html$SafeStyleSheet_SafeStyleSheet = function(value, token) {
|
|
7028
|
-
|
|
7041
|
+
if (goog.DEBUG && token !== module$contents$goog$html$SafeStyleSheet_CONSTRUCTOR_TOKEN_PRIVATE) {
|
|
7042
|
+
throw Error("SafeStyleSheet is not meant to be built directly");
|
|
7043
|
+
}
|
|
7044
|
+
this.privateDoNotAccessOrElseSafeStyleSheetWrappedValue_ = value;
|
|
7029
7045
|
this.implementsGoogStringTypedString = !0;
|
|
7030
7046
|
};
|
|
7031
7047
|
module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.prototype.toString = function() {
|
|
@@ -7088,7 +7104,10 @@ module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.createSafeStyleSheetSecu
|
|
|
7088
7104
|
module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.EMPTY = module$contents$goog$html$SafeStyleSheet_SafeStyleSheet.createSafeStyleSheetSecurityPrivateDoNotAccessOrElse("");
|
|
7089
7105
|
goog.html.SafeStyleSheet = module$contents$goog$html$SafeStyleSheet_SafeStyleSheet;
|
|
7090
7106
|
var module$contents$goog$html$SafeHtml_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$contents$goog$html$SafeHtml_SafeHtml = function(value, token) {
|
|
7091
|
-
|
|
7107
|
+
if (goog.DEBUG && token !== module$contents$goog$html$SafeHtml_CONSTRUCTOR_TOKEN_PRIVATE) {
|
|
7108
|
+
throw Error("SafeHtml is not meant to be built directly");
|
|
7109
|
+
}
|
|
7110
|
+
this.privateDoNotAccessOrElseSafeHtmlWrappedValue_ = value;
|
|
7092
7111
|
this.implementsGoogStringTypedString = !0;
|
|
7093
7112
|
};
|
|
7094
7113
|
module$contents$goog$html$SafeHtml_SafeHtml.prototype.getTypedStringValue = function() {
|
|
@@ -9370,15 +9389,20 @@ module$exports$eeapiclient$ee_api_client.BigQueryDestination = function(paramete
|
|
|
9370
9389
|
module$exports$eeapiclient$domain_object.Serializable.call(this);
|
|
9371
9390
|
this.Serializable$set("table", null == parameters.table ? null : parameters.table);
|
|
9372
9391
|
this.Serializable$set("overwrite", null == parameters.overwrite ? null : parameters.overwrite);
|
|
9392
|
+
this.Serializable$set("append", null == parameters.append ? null : parameters.append);
|
|
9373
9393
|
};
|
|
9374
9394
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.BigQueryDestination, module$exports$eeapiclient$domain_object.Serializable);
|
|
9375
9395
|
module$exports$eeapiclient$ee_api_client.BigQueryDestination.prototype.getConstructor = function() {
|
|
9376
9396
|
return module$exports$eeapiclient$ee_api_client.BigQueryDestination;
|
|
9377
9397
|
};
|
|
9378
9398
|
module$exports$eeapiclient$ee_api_client.BigQueryDestination.prototype.getPartialClassMetadata = function() {
|
|
9379
|
-
return {keys:["overwrite", "table"]};
|
|
9399
|
+
return {keys:["append", "overwrite", "table"]};
|
|
9380
9400
|
};
|
|
9381
|
-
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.BigQueryDestination.prototype, {
|
|
9401
|
+
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.BigQueryDestination.prototype, {append:{configurable:!0, enumerable:!0, get:function() {
|
|
9402
|
+
return this.Serializable$has("append") ? this.Serializable$get("append") : null;
|
|
9403
|
+
}, set:function(value) {
|
|
9404
|
+
this.Serializable$set("append", value);
|
|
9405
|
+
}}, overwrite:{configurable:!0, enumerable:!0, get:function() {
|
|
9382
9406
|
return this.Serializable$has("overwrite") ? this.Serializable$get("overwrite") : null;
|
|
9383
9407
|
}, set:function(value) {
|
|
9384
9408
|
this.Serializable$set("overwrite", value);
|
|
@@ -17587,7 +17611,7 @@ goog.debug.entryPointRegistry.register(function(transformer) {
|
|
|
17587
17611
|
ee.apiclient = {};
|
|
17588
17612
|
var module$contents$ee$apiclient_apiclient = {};
|
|
17589
17613
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1ALPHA;
|
|
17590
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
17614
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.353";
|
|
17591
17615
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
17592
17616
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
17593
17617
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -17868,8 +17892,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
17868
17892
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
17869
17893
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
17870
17894
|
method = method || "POST";
|
|
17871
|
-
var headers = {"Content-Type":contentType,}, version = "0.1.
|
|
17872
|
-
"0.1.
|
|
17895
|
+
var headers = {"Content-Type":contentType,}, version = "0.1.353";
|
|
17896
|
+
"0.1.353" === version && (version = "latest");
|
|
17873
17897
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
17874
17898
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
17875
17899
|
if (null != authToken) {
|
|
@@ -19320,7 +19344,7 @@ ee.rpc_convert_batch.buildGeoTiffFormatOptions_ = function(params) {
|
|
|
19320
19344
|
throw Error('Export cannot set both "fileDimensions" and "tiffFileDimensions".');
|
|
19321
19345
|
}
|
|
19322
19346
|
var tileSize = params.tiffShardSize || params.shardSize;
|
|
19323
|
-
return new module$exports$eeapiclient$ee_api_client.GeoTiffImageExportOptions({cloudOptimized:!!params.tiffCloudOptimized, skipEmptyFiles:!(!params.skipEmptyTiles && !params.tiffSkipEmptyFiles), tileDimensions:ee.rpc_convert_batch.buildGridDimensions_(params.fileDimensions || params.tiffFileDimensions), tileSize:numberOrNull_(tileSize), noData:noDataOrNull_(params.
|
|
19347
|
+
return new module$exports$eeapiclient$ee_api_client.GeoTiffImageExportOptions({cloudOptimized:!!params.tiffCloudOptimized, skipEmptyFiles:!(!params.skipEmptyTiles && !params.tiffSkipEmptyFiles), tileDimensions:ee.rpc_convert_batch.buildGridDimensions_(params.fileDimensions || params.tiffFileDimensions), tileSize:numberOrNull_(tileSize), noData:noDataOrNull_(params.tiffNoData),});
|
|
19324
19348
|
};
|
|
19325
19349
|
ee.rpc_convert_batch.buildTfRecordFormatOptions_ = function(params) {
|
|
19326
19350
|
var tfRecordOptions = new module$exports$eeapiclient$ee_api_client.TfRecordImageExportOptions({compress:!!params.tfrecordCompressed, maxSizeBytes:stringOrNull_(params.tfrecordMaxFileSize), sequenceData:!!params.tfrecordSequenceData, collapseBands:!!params.tfrecordCollapseBands, maxMaskedRatio:numberOrNull_(params.tfrecordMaskedThreshold), defaultValue:numberOrNull_(params.tfrecordDefaultValue), tileDimensions:ee.rpc_convert_batch.buildGridDimensions_(params.tfrecordPatchDimensions),
|
|
@@ -19430,7 +19454,7 @@ ee.rpc_convert_batch.buildFeatureViewDestination_ = function(params) {
|
|
|
19430
19454
|
return new module$exports$eeapiclient$ee_api_client.FeatureViewDestination({name:ee.rpc_convert.assetIdToAssetName(params.mapName)});
|
|
19431
19455
|
};
|
|
19432
19456
|
ee.rpc_convert_batch.buildBigQueryDestination_ = function(params) {
|
|
19433
|
-
return new module$exports$eeapiclient$ee_api_client.BigQueryDestination({table:stringOrNull_(params.table), overwrite:!!params.overwrite,});
|
|
19457
|
+
return new module$exports$eeapiclient$ee_api_client.BigQueryDestination({table:stringOrNull_(params.table), overwrite:!!params.overwrite, append:!!params.append,});
|
|
19434
19458
|
};
|
|
19435
19459
|
ee.rpc_convert_batch.buildFeatureViewIngestionTimeParameters_ = function(params) {
|
|
19436
19460
|
return new module$exports$eeapiclient$ee_api_client.FeatureViewIngestionTimeParameters({thinningOptions:ee.rpc_convert_batch.buildThinningOptions_(params), rankingOptions:ee.rpc_convert_batch.buildRankingOptions_(params)});
|
|
@@ -21986,7 +22010,7 @@ module$contents$ee$batch_Export.table.toFeatureView = function(collection, opt_d
|
|
|
21986
22010
|
return module$contents$ee$batch_ExportTask.create(serverConfig);
|
|
21987
22011
|
};
|
|
21988
22012
|
goog.exportSymbol("module$contents$ee$batch_Export.table.toFeatureView", module$contents$ee$batch_Export.table.toFeatureView);
|
|
21989
|
-
module$contents$ee$batch_Export.table.toBigQuery = function(collection, opt_description, opt_table, opt_selectors, opt_maxVertices, opt_overwrite) {
|
|
22013
|
+
module$contents$ee$batch_Export.table.toBigQuery = function(collection, opt_description, opt_table, opt_selectors, opt_maxVertices, opt_overwrite, opt_append) {
|
|
21990
22014
|
var clientConfig = ee.arguments.extractFromFunction(module$contents$ee$batch_Export.table.toBigQuery, arguments), serverConfig = module$contents$ee$batch_Export.convertToServerParams(clientConfig, ee.data.ExportDestination.BIGQUERY, ee.data.ExportType.TABLE);
|
|
21991
22015
|
return module$contents$ee$batch_ExportTask.create(serverConfig);
|
|
21992
22016
|
};
|
|
@@ -22163,7 +22187,7 @@ module$contents$ee$batch_Export.classifier.prepareTaskConfig_ = function(taskCon
|
|
|
22163
22187
|
return taskConfig = module$contents$ee$batch_Export.prepareDestination_(taskConfig, destination);
|
|
22164
22188
|
};
|
|
22165
22189
|
var module$contents$ee$batch_VideoFormat = {MP4:"MP4", GIF:"GIF", VP9:"VP9",}, module$contents$ee$batch_MapFormat = {AUTO_JPEG_PNG:"AUTO_JPEG_PNG", JPEG:"JPEG", PNG:"PNG",}, module$contents$ee$batch_ImageFormat = {GEO_TIFF:"GEO_TIFF", TF_RECORD_IMAGE:"TF_RECORD_IMAGE",}, module$contents$ee$batch_TableFormat = {CSV:"CSV", GEO_JSON:"GEO_JSON", KML:"KML", KMZ:"KMZ", SHP:"SHP", TF_RECORD_TABLE:"TF_RECORD_TABLE",}, module$contents$ee$batch_VideoMapVersion = {V1:"V1", V2:"V2",}, module$contents$ee$batch_FORMAT_OPTIONS_MAP =
|
|
22166
|
-
{GEO_TIFF:["cloudOptimized", "fileDimensions", "shardSize",], TF_RECORD_IMAGE:"patchDimensions kernelSize compressed maxFileSize defaultValue tensorDepths sequenceData collapseBands maskedThreshold".split(" ")}, module$contents$ee$batch_FORMAT_PREFIX_MAP = {GEO_TIFF:"tiff", TF_RECORD_IMAGE:"tfrecord"};
|
|
22190
|
+
{GEO_TIFF:["cloudOptimized", "fileDimensions", "noData", "shardSize",], TF_RECORD_IMAGE:"patchDimensions kernelSize compressed maxFileSize defaultValue tensorDepths sequenceData collapseBands maskedThreshold".split(" ")}, module$contents$ee$batch_FORMAT_PREFIX_MAP = {GEO_TIFF:"tiff", TF_RECORD_IMAGE:"tfrecord"};
|
|
22167
22191
|
module$contents$ee$batch_Export.reconcileVideoFormat_ = function(taskConfig) {
|
|
22168
22192
|
taskConfig.videoOptions = taskConfig.framesPerSecond || 5;
|
|
22169
22193
|
taskConfig.maxFrames = taskConfig.maxFrames || 1E3;
|
|
@@ -25342,28 +25366,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
25342
25366
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
25343
25367
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
25344
25368
|
(function() {
|
|
25345
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
25346
|
-
orderedParamLists = [["name"], ["name", "
|
|
25347
|
-
"
|
|
25348
|
-
"
|
|
25349
|
-
"
|
|
25350
|
-
["
|
|
25351
|
-
["
|
|
25352
|
-
"opt_callback"], ["
|
|
25353
|
-
|
|
25354
|
-
["opt_visParams", "opt_callback"], ["
|
|
25355
|
-
"
|
|
25356
|
-
"
|
|
25357
|
-
|
|
25358
|
-
[ee.ApiFunction.
|
|
25359
|
-
module$contents$ee$batch_Export.
|
|
25360
|
-
ee.ComputedObject.prototype.
|
|
25361
|
-
ee.data.
|
|
25362
|
-
ee.data.
|
|
25363
|
-
ee.Feature
|
|
25364
|
-
ee.
|
|
25365
|
-
ee.Image.prototype.
|
|
25366
|
-
ee.Serializer.
|
|
25369
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction._call ee.ApiFunction.lookup ee.batch.Export.image.toAsset ee.batch.Export.table.toDrive ee.batch.Export.table.toAsset ee.batch.Export.image.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.video.toCloudStorage ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.video.toDrive ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterDate ee.Collection.prototype.sort ee.Collection.prototype.limit ee.Collection.prototype.filter ee.Collection.prototype.filterBounds ee.Collection.prototype.map ee.Collection.prototype.iterate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.updateAsset ee.data.authenticateViaPopup ee.data.newTaskId ee.data.copyAsset ee.data.listImages ee.data.getTaskStatus ee.data.startIngestion ee.data.authenticate ee.data.computeValue ee.data.getTaskListWithLimit ee.data.renameAsset ee.data.getThumbId ee.data.getMapId ee.data.makeThumbUrl ee.data.makeTableDownloadUrl ee.data.resetWorkloadTag ee.data.setDefaultWorkloadTag ee.data.getTableDownloadId ee.data.getFilmstripThumbId ee.data.getVideoThumbId ee.data.listBuckets ee.data.createFolder ee.data.getDownloadId ee.data.setAssetAcl ee.data.createAssetHome ee.data.makeDownloadUrl ee.data.setWorkloadTag ee.data.getAssetRoots ee.data.createAsset ee.data.getWorkloadTag ee.data.getAsset ee.data.cancelTask ee.data.cancelOperation ee.data.listOperations ee.data.getOperation ee.data.getList ee.data.getAssetRootQuota ee.data.startTableIngestion ee.data.listAssets ee.data.getTileUrl ee.data.getAssetAcl ee.data.setAssetProperties ee.data.deleteAsset ee.data.updateTask ee.data.authenticateViaPrivateKey ee.data.startProcessing ee.data.getInfo ee.data.authenticateViaOauth ee.data.getFeatureViewTilesKey ee.data.getTaskList ee.data.listFeatures ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Deserializer.decode ee.Dictionary ee.InitState ee.Algorithms ee.reset ee.apply ee.call ee.initialize ee.TILE_SIZE ee.Element.prototype.set ee.Feature ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.select ee.Filter.lt ee.Filter.and ee.Filter.or ee.Filter.gte ee.Filter.date ee.Filter.inList ee.Filter.prototype.not ee.Filter ee.Filter.eq ee.Filter.metadata ee.Filter.neq ee.Filter.bounds ee.Filter.gt ee.Filter.lte ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.Point ee.Geometry.LinearRing ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.MultiPoint ee.Geometry.MultiLineString ee.Geometry.Rectangle ee.Geometry.LineString 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.select ee.Image.prototype.clip ee.Image.cat ee.Image.prototype.expression ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.first ee.ImageCollection.prototype.select ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.List ee.Number ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
|
|
25370
|
+
orderedParamLists = [["name", "namedArgs"], ["name", "var_args"], ["name"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "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(" "),
|
|
25371
|
+
["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), "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(" "),
|
|
25372
|
+
"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_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "),
|
|
25373
|
+
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), ["name", "operator", "value"], ["start", "opt_end"], ["property", "opt_ascending"], ["max", "opt_property", "opt_ascending"], ["filter"], ["geometry"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["opt_callback"], ["callback"], ["legacy"], ["func", "var_args"], ["assetId", "asset", "updateFields", "opt_callback"],
|
|
25374
|
+
["opt_success", "opt_error"], ["opt_count", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "request", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["obj", "opt_callback"], ["opt_limit", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["id"], ["id"], ["opt_resetDefault"],
|
|
25375
|
+
["tag"], ["params", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["project", "opt_callback"], ["path", "opt_force", "opt_callback"], ["params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["requestedId", "opt_callback"], ["id"], ["tag"], ["opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], [], ["id", "opt_callback"], ["taskId", "opt_callback"], ["operationName", "opt_callback"], ["opt_limit", "opt_callback"], ["operationName",
|
|
25376
|
+
"opt_callback"], ["params", "opt_callback"], ["rootId", "opt_callback"], ["taskId", "request", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["id", "x", "y", "z"], ["assetId", "opt_callback"], ["assetId", "properties", "opt_callback"], ["assetId", "opt_callback"], ["taskId", "action", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["taskId", "params", "opt_callback"], ["id", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),
|
|
25377
|
+
["params", "opt_callback"], ["opt_callback"], ["asset", "params", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], [], [], ["func", "namedArgs"], ["func", "var_args"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], ["var_args"], ["geometry", "opt_properties"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["args", "opt_column"], ["opt_callback"], ["opt_format", "opt_selectors", "opt_filename",
|
|
25378
|
+
"opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["name", "value"], ["var_args"], ["var_args"], ["name", "value"], ["start", "opt_end"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], [], ["opt_filter"], ["name", "value"], ["name", "operator", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["var_args"], ["namedArgs"], ["coords", "opt_proj", "opt_geodesic",
|
|
25379
|
+
"opt_maxError", "opt_evenOdd"], [], [], ["west", "south", "east", "north"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["opt_args"],
|
|
25380
|
+
["var_args"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["r", "g", "b"], ["opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["var_args"], ["geometry"], ["var_args"], ["expression", "opt_map"], ["opt_visParams", "opt_callback"], ["opt_callback"], [], ["selectors", "opt_names"], ["args"], ["params", "opt_callback"], ["params", "opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["string"],
|
|
25381
|
+
[]];
|
|
25382
|
+
[ee.ApiFunction._apply, ee.ApiFunction._call, ee.ApiFunction.lookup, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage,
|
|
25383
|
+
module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.video.toDrive, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterDate, ee.Collection.prototype.sort, ee.Collection.prototype.limit, ee.Collection.prototype.filter, ee.Collection.prototype.filterBounds, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.serialize,
|
|
25384
|
+
ee.ComputedObject.prototype.aside, ee.data.updateAsset, ee.data.authenticateViaPopup, ee.data.newTaskId, ee.data.copyAsset, ee.data.listImages, ee.data.getTaskStatus, ee.data.startIngestion, ee.data.authenticate, ee.data.computeValue, ee.data.getTaskListWithLimit, ee.data.renameAsset, ee.data.getThumbId, ee.data.getMapId, ee.data.makeThumbUrl, ee.data.makeTableDownloadUrl, ee.data.resetWorkloadTag, ee.data.setDefaultWorkloadTag, ee.data.getTableDownloadId, ee.data.getFilmstripThumbId, ee.data.getVideoThumbId,
|
|
25385
|
+
ee.data.listBuckets, ee.data.createFolder, ee.data.getDownloadId, ee.data.setAssetAcl, ee.data.createAssetHome, ee.data.makeDownloadUrl, ee.data.setWorkloadTag, ee.data.getAssetRoots, ee.data.createAsset, ee.data.getWorkloadTag, ee.data.getAsset, ee.data.cancelTask, ee.data.cancelOperation, ee.data.listOperations, ee.data.getOperation, ee.data.getList, ee.data.getAssetRootQuota, ee.data.startTableIngestion, ee.data.listAssets, ee.data.getTileUrl, ee.data.getAssetAcl, ee.data.setAssetProperties,
|
|
25386
|
+
ee.data.deleteAsset, ee.data.updateTask, ee.data.authenticateViaPrivateKey, ee.data.startProcessing, ee.data.getInfo, ee.data.authenticateViaOauth, ee.data.getFeatureViewTilesKey, ee.data.getTaskList, ee.data.listFeatures, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Dictionary, ee.InitState, ee.Algorithms, ee.reset, ee.apply, ee.call, ee.initialize, ee.TILE_SIZE, ee.Element.prototype.set, ee.Feature, ee.Feature.prototype.getMap,
|
|
25387
|
+
ee.Feature.prototype.getInfo, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.select, ee.Filter.lt, ee.Filter.and, ee.Filter.or, ee.Filter.gte, ee.Filter.date, ee.Filter.inList, ee.Filter.prototype.not, ee.Filter, ee.Filter.eq, ee.Filter.metadata, ee.Filter.neq, ee.Filter.bounds, ee.Filter.gt, ee.Filter.lte, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.Polygon,
|
|
25388
|
+
ee.Geometry.prototype.toGeoJSON, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.BBox, ee.Geometry.Point, ee.Geometry.LinearRing, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.MultiPoint, ee.Geometry.MultiLineString, ee.Geometry.Rectangle, ee.Geometry.LineString, 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,
|
|
25389
|
+
ee.Image.prototype.select, ee.Image.prototype.clip, ee.Image.cat, ee.Image.prototype.expression, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.select, ee.ImageCollection, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getVideoThumbURL, ee.List, ee.Number, ee.Serializer.toJSON, ee.Serializer.encodeCloudApi, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON,
|
|
25390
|
+
ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encode, ee.Serializer.toReadableJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
25367
25391
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
25368
25392
|
});
|
|
25369
25393
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|