@google/earthengine 0.1.389 → 0.1.390
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 +699 -0
- package/.tmp/METADATA +23 -0
- package/.tmp/VERSION_BUILD +47 -0
- package/build/browser.js +26 -25
- package/build/ee_api_js.js +16 -16
- package/build/ee_api_js_debug.js +3 -3
- package/build/ee_api_js_npm.js +26 -25
- package/build/main.js +26 -25
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/batch.js +2 -2
- package/src/data.js +245 -101
- package/src/eeapiclient/domain_object.ts +1 -0
- package/src/eeapiclient/multipart_request.ts +1 -0
- package/src/image.js +106 -59
- package/src/imagecollection.js +36 -15
package/.tmp/METADATA
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Format: google3/devtools/metadata/metadata.proto (go/google3metadata)
|
|
2
|
+
|
|
3
|
+
name: "0.1.383"
|
|
4
|
+
description:
|
|
5
|
+
"Google Earth Engine is a cloud-based platform for planetary-scale "
|
|
6
|
+
"environmental data analysis. The Earth Engine JavaScript API allows "
|
|
7
|
+
"developers to make requests to the Earth Engine servers from their own"
|
|
8
|
+
"applications."
|
|
9
|
+
|
|
10
|
+
third_party {
|
|
11
|
+
version: "v0.1.383"
|
|
12
|
+
last_upgrade_date: {
|
|
13
|
+
year: 2023
|
|
14
|
+
month: 12
|
|
15
|
+
day: 7
|
|
16
|
+
}
|
|
17
|
+
identifier {
|
|
18
|
+
type: "Git"
|
|
19
|
+
value: "https://github.com/google/earthengine-api"
|
|
20
|
+
version: "v0.1.383"
|
|
21
|
+
primary_source: true
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# Description:
|
|
2
|
+
# CDN files for Earth Engine JavaScript API.
|
|
3
|
+
# See https://earthengine.google.com
|
|
4
|
+
#
|
|
5
|
+
# WARNING:
|
|
6
|
+
# Do not copy from these files or link these files into google3.
|
|
7
|
+
|
|
8
|
+
load("//tools/build_defs/license:license.bzl", "license")
|
|
9
|
+
load("//tools/build_defs/build_test:build_test.bzl", "build_test")
|
|
10
|
+
|
|
11
|
+
package(
|
|
12
|
+
default_applicable_licenses = ["//third_party/hosted_libraries/libs/earthengine/0.1.383:license"],
|
|
13
|
+
default_visibility = [
|
|
14
|
+
"//third_party/hosted_libraries/libs/earthengine:__pkg__",
|
|
15
|
+
],
|
|
16
|
+
)
|
|
17
|
+
|
|
18
|
+
license(
|
|
19
|
+
name = "license",
|
|
20
|
+
package_name = "0.1.383",
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
licenses(["notice"])
|
|
24
|
+
|
|
25
|
+
exports_files(["LICENSE"])
|
|
26
|
+
|
|
27
|
+
Fileset(
|
|
28
|
+
name = "public",
|
|
29
|
+
out = "public_out",
|
|
30
|
+
entries = [
|
|
31
|
+
FilesetEntry(
|
|
32
|
+
files = glob(
|
|
33
|
+
["**/*"],
|
|
34
|
+
exclude = [
|
|
35
|
+
"**/BUILD",
|
|
36
|
+
"**/METADATA",
|
|
37
|
+
"**/OWNERS",
|
|
38
|
+
],
|
|
39
|
+
),
|
|
40
|
+
),
|
|
41
|
+
],
|
|
42
|
+
)
|
|
43
|
+
|
|
44
|
+
build_test(
|
|
45
|
+
name = "public_test",
|
|
46
|
+
targets = [":public"],
|
|
47
|
+
)
|
package/build/browser.js
CHANGED
|
@@ -18593,7 +18593,7 @@ var $jscomp$templatelit$294235699$96 = $jscomp.createTemplateTagFirstArg(["https
|
|
|
18593
18593
|
ee.apiclient = {};
|
|
18594
18594
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18595
18595
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18596
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
18596
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.390";
|
|
18597
18597
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18598
18598
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18599
18599
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -18883,8 +18883,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
18883
18883
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
18884
18884
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
18885
18885
|
method = method || "POST";
|
|
18886
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
18887
|
-
"0.1.
|
|
18886
|
+
var headers = {"Content-Type":contentType}, version = "0.1.390";
|
|
18887
|
+
"0.1.390" === version && (version = "latest");
|
|
18888
18888
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
18889
18889
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
18890
18890
|
if (null != authToken) {
|
|
@@ -26435,28 +26435,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26435
26435
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26436
26436
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26437
26437
|
(function() {
|
|
26438
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26439
|
-
orderedParamLists = [["name", "
|
|
26440
|
-
"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(" "), "
|
|
26441
|
-
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices".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(" "), "
|
|
26442
|
-
|
|
26443
|
-
["
|
|
26444
|
-
"
|
|
26445
|
-
|
|
26446
|
-
["
|
|
26447
|
-
|
|
26448
|
-
["
|
|
26449
|
-
|
|
26450
|
-
["
|
|
26451
|
-
[
|
|
26452
|
-
module$contents$ee$batch_Export.image.
|
|
26453
|
-
ee.
|
|
26454
|
-
ee.
|
|
26455
|
-
ee.data.
|
|
26456
|
-
ee.
|
|
26457
|
-
ee.
|
|
26458
|
-
ee.
|
|
26459
|
-
ee.
|
|
26438
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.image.toAsset ee.batch.Export.video.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filter ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.data.getFeatureViewTilesKey ee.data.makeDownloadUrl ee.data.getAssetRoots ee.data.getAsset ee.data.listFeatures ee.data.setWorkloadTag ee.data.createAssetHome ee.data.getOperation ee.data.getInfo ee.data.authenticateViaPrivateKey ee.data.setDefaultWorkloadTag ee.data.createAsset ee.data.resetWorkloadTag ee.data.newTaskId ee.data.computeValue ee.data.cancelTask ee.data.updateAsset ee.data.getThumbId ee.data.getVideoThumbId ee.data.updateTask ee.data.createFolder ee.data.getTaskStatus ee.data.startIngestion ee.data.setAssetAcl ee.data.getList ee.data.getFilmstripThumbId ee.data.startProcessing ee.data.listBuckets ee.data.renameAsset ee.data.authenticateViaPopup ee.data.makeThumbUrl ee.data.listAssets ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getTableDownloadId ee.data.getMapId ee.data.copyAsset ee.data.getTaskList ee.data.authenticate ee.data.getAssetRootQuota ee.data.deleteAsset ee.data.getTileUrl ee.data.startTableIngestion ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.getWorkloadTag ee.data.listImages ee.data.getAssetAcl ee.data.listOperations ee.data.getDownloadId ee.data.cancelOperation ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Dictionary ee.initialize ee.reset ee.Algorithms ee.apply ee.InitState ee.TILE_SIZE ee.call ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMapId ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Filter.neq ee.Filter.lt ee.Filter.gt ee.Filter.inList ee.Filter.or ee.Filter.prototype.not ee.Filter.gte ee.Filter.lte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Point ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPoint ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Image.prototype.getThumbURL ee.Image.prototype.rename ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.prototype.expression ee.Image.prototype.clip ee.Image.prototype.getThumbId ee.Image.cat ee.Image.prototype.select ee.Image ee.Image.rgb ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toJSON ee.String ee.Terrain".split(" "),
|
|
26439
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "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(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "),
|
|
26440
|
+
"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(" "), "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(" "),
|
|
26441
|
+
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices".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_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), ["collection", "opt_description",
|
|
26442
|
+
"opt_assetId", "opt_maxVertices"], "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_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(" "),
|
|
26443
|
+
["name", "operator", "value"], ["geometry"], ["start", "opt_end"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["filter"], ["opt_callback"], ["legacy"], ["func", "var_args"], ["callback"], ["params", "opt_callback"], ["id"], ["opt_callback"], ["id", "opt_callback"], ["asset", "params", "opt_callback"], ["tag"], ["requestedId", "opt_callback"], ["operationName", "opt_callback"], ["id", "opt_callback"], ["privateKey",
|
|
26444
|
+
"opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["tag"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_resetDefault"], ["opt_count", "opt_callback"], ["obj", "opt_callback"], ["taskId", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "action", "opt_callback"], ["path", "opt_force", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "request",
|
|
26445
|
+
"opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "params", "opt_callback"], ["project", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["opt_success", "opt_error"], ["id"], ["parent", "opt_params", "opt_callback"], ["assetId", "properties", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["params", "opt_callback"], ["params", "opt_callback"],
|
|
26446
|
+
["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["rootId", "opt_callback"], ["assetId", "opt_callback"], ["id", "x", "y", "z"], ["taskId", "request", "opt_callback"], ["id"], ["opt_limit", "opt_callback"], [], ["parent", "opt_params", "opt_callback"], ["assetId", "opt_callback"], ["opt_limit", "opt_callback"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["date",
|
|
26447
|
+
"opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], [], ["func", "namedArgs"], [], [], ["func", "var_args"], ["var_args"], [], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"],
|
|
26448
|
+
["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_visParams", "opt_callback"], ["opt_filter"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["var_args"], [], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic",
|
|
26449
|
+
"opt_maxError"], [], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["params", "opt_callback"], ["var_args"],
|
|
26450
|
+
["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["expression", "opt_map"], ["geometry"], ["params", "opt_callback"], ["var_args"], ["var_args"], ["opt_args"], ["r", "g", "b"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], [], ["opt_callback"], ["params", "opt_callback"], ["selectors", "opt_names"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"],
|
|
26451
|
+
["args"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
26452
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toAsset,
|
|
26453
|
+
module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toDrive, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterDate, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filter, ee.ComputedObject.prototype.getInfo,
|
|
26454
|
+
ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.data.getFeatureViewTilesKey, ee.data.makeDownloadUrl, ee.data.getAssetRoots, ee.data.getAsset, ee.data.listFeatures, ee.data.setWorkloadTag, ee.data.createAssetHome, ee.data.getOperation, ee.data.getInfo, ee.data.authenticateViaPrivateKey, ee.data.setDefaultWorkloadTag, ee.data.createAsset, ee.data.resetWorkloadTag, ee.data.newTaskId, ee.data.computeValue, ee.data.cancelTask, ee.data.updateAsset,
|
|
26455
|
+
ee.data.getThumbId, ee.data.getVideoThumbId, ee.data.updateTask, ee.data.createFolder, ee.data.getTaskStatus, ee.data.startIngestion, ee.data.setAssetAcl, ee.data.getList, ee.data.getFilmstripThumbId, ee.data.startProcessing, ee.data.listBuckets, ee.data.renameAsset, ee.data.authenticateViaPopup, ee.data.makeThumbUrl, ee.data.listAssets, ee.data.setAssetProperties, ee.data.authenticateViaOauth, ee.data.getTableDownloadId, ee.data.getMapId, ee.data.copyAsset, ee.data.getTaskList, ee.data.authenticate,
|
|
26456
|
+
ee.data.getAssetRootQuota, ee.data.deleteAsset, ee.data.getTileUrl, ee.data.startTableIngestion, ee.data.makeTableDownloadUrl, ee.data.getTaskListWithLimit, ee.data.getWorkloadTag, ee.data.listImages, ee.data.getAssetAcl, ee.data.listOperations, ee.data.getDownloadId, ee.data.cancelOperation, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Dictionary, ee.initialize, ee.reset, ee.Algorithms, ee.apply, ee.InitState, ee.TILE_SIZE,
|
|
26457
|
+
ee.call, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.Feature, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getMapId, ee.Filter, ee.Filter.eq, ee.Filter.date, ee.Filter.metadata, ee.Filter.bounds, ee.Filter.and, ee.Filter.neq,
|
|
26458
|
+
ee.Filter.lt, ee.Filter.gt, ee.Filter.inList, ee.Filter.or, ee.Filter.prototype.not, ee.Filter.gte, ee.Filter.lte, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.Point, ee.Geometry.MultiLineString, ee.Geometry.prototype.toGeoJSON, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPoint, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Image.prototype.getThumbURL,
|
|
26459
|
+
ee.Image.prototype.rename, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.prototype.expression, ee.Image.prototype.clip, ee.Image.prototype.getThumbId, ee.Image.cat, ee.Image.prototype.select, ee.Image, ee.Image.rgb, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.getFilmstripThumbURL,
|
|
26460
|
+
ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.List, ee.Number, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.Serializer.toJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26460
26461
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26461
26462
|
});
|
|
26462
26463
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/build/ee_api_js.js
CHANGED
|
@@ -453,7 +453,7 @@ Wc(p,f[m]))});return b?b(l):l};return this.callback?(Ij(d,null,function(f,l){ret
|
|
|
453
453
|
Jj.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=Lj();null!=d&&c.push("Authorization: "+d);a=a.body?JSON.stringify(a.body):"";return[c.join("\r\n")+"\r\n\r\n"+a,b]};
|
|
454
454
|
var Mj=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"))}},Gj=function(){var a=Nj.replace(/\/api$/,"");return"window"in r&&!a.match(/^https?:\/\/content-/)?a.replace(/^(https?:\/\/)(.*\.googleapis\.com)$/,"$1content-$2"):a},Pj=function(a,b,c){var d=[];a&&(d=d.concat(Oj));
|
|
455
455
|
b&&d.push("https://www.googleapis.com/auth/devstorage.read_write");a=d=d.concat(c);c=b=0;for(var e={};c<a.length;){var g=a[c++],f=t(g)?"o"+Ca(g):(typeof g).charAt(0)+g;Object.prototype.hasOwnProperty.call(e,f)||(e[f]=!0,a[b++]=g)}a.length=b;return d},Vj=function(a,b,c){Qj&&Rj&&Qj({client_id:String(Rj),scope:Sj.join(" "),plugin_name:"earthengine"},function(d){if("immediate_failed"==d.error&&c)c();else if("window"in r)try{Tj(function(){try{Uj(a,b,d)}catch(e){b(e.toString())}})}catch(e){b(e.toString())}else Uj(a,
|
|
456
|
-
b,d)})},Lj=function(){Wj&&0<=Date.now()-Wj&&Xj();return Yj},Xj=function(){Wj=Yj=null},Dj=function(a,b,c,d){null!=a?Nj=a:Zj||(Nj="https://earthengine.googleapis.com/api");null!=b?ak=b:Zj||(ak="https://earthengine.googleapis.com");void 0!==c&&(bk=c);Cj=null!=d?d:Cj||"earthengine-legacy";Zj=!0},Ij=function(a,b,c,d,e,g,f){Dj();var l=ck,m="application/x-www-form-urlencoded";e&&(m="application/json",d&&d.startsWith("multipart")&&(m=d,d="POST"));d=d||"POST";m={"Content-Type":m};var p="0.1.
|
|
456
|
+
b,d)})},Lj=function(){Wj&&0<=Date.now()-Wj&&Xj();return Yj},Xj=function(){Wj=Yj=null},Dj=function(a,b,c,d){null!=a?Nj=a:Zj||(Nj="https://earthengine.googleapis.com/api");null!=b?ak=b:Zj||(ak="https://earthengine.googleapis.com");void 0!==c&&(bk=c);Cj=null!=d?d:Cj||"earthengine-legacy";Zj=!0},Ij=function(a,b,c,d,e,g,f){Dj();var l=ck,m="application/x-www-form-urlencoded";e&&(m="application/json",d&&d.startsWith("multipart")&&(m=d,d="POST"));d=d||"POST";m={"Content-Type":m};var p="0.1.390";"0.1.390"===
|
|
457
457
|
p&&(p="latest");m["x-goog-api-client"]="ee-js/"+p;p=Lj();if(null!=p)m.Authorization=p;else if(c&&Qj&&Rj)return Vj(function(){dk(l,function(){Ij(a,b,c,d)})}),null;b=b?b.clone():new Ed;null!=ek&&b.add("key",ek);l&&(m["X-Earth-Engine-Computation-Profiling"]="1");Cj&&"earthengine-legacy"!==Cj&&(m["X-Goog-User-Project"]=Cj);b=fk(b,a);null!=bk&&(m["X-XSRF-Token"]=bk);null!=gk&&(m["X-Earth-Engine-App-ID-Token"]=gk);p=e||null;var v=b?b.toString():"";"POST"===d&&void 0===e?p=v:/^[\s\xa0]*$/.test(v)||(a+=-1!=
|
|
458
458
|
a.indexOf("?")?"&":"?",a+=v);e=a.startsWith("/")?Nj+a:a;if(c)return hk.push(ik(e,c,d,p,m,g,f)),jk.qf(),null;v=function(Q,oa){this.setRequestHeader&&this.setRequestHeader(oa,Q)};var z=0;for(g=null!=g?g:5;;){var C=Zi(Xi);C.open(d,e,!1);Fb(m,v,C);C.send(p);if(429!=C.status||z>g)break;z++}return kk(C.status,function(Q){try{return C.getResponseHeader(Q)}catch(oa){return null}},C.responseText,l,void 0,e,d,f)},ik=function(a,b,c,d,e,g,f){var l=0,m={url:a,method:c,content:d,headers:e},p=ck,v=null!=g?g:10;
|
|
459
459
|
m.callback=function(z){z=z.target;if(429==z.getStatus()&&l<v)return l++,setTimeout(function(){hk.push(m);jk.qf()},Math.min(12E4,1E3*Math.pow(2,l))),null;var C=kk,Q=z.getStatus(),oa=u(z.getResponseHeader,z);try{var S=z.o?z.o.responseText:""}catch(Aa){Si(z.ba,"Can not get responseText: "+Aa.message),S=""}return C(Q,oa,S,p,b,a,c,f)};return m},dk=function(a,b){var c=ck;try{ck=a,b.call(void 0)}finally{ck=c}},kk=function(a,b,c,d,e,g,f,l){var m=d?b("X-Earth-Engine-Computation-Profile"):"";m&&d&&d(m);var p=
|
|
@@ -704,18 +704,18 @@ h.Bl=function(){if(!this.kc){var a=u(function(d){this.kc||(zq(this.ga,this.fa,d)
|
|
|
704
704
|
h.Oi=null;h.Ja=null;h.ni=null;var Yq=["load","abort","error"],Zq=function(){y.call(this);this.Ea=!1};q(Zq,y);Zq.prototype.setActive=function(a){this.Ea=a};Zq.prototype.isActive=function(){return this.Ea};var Uq=function(a,b){Pq.call(this,a,b)};q(Uq,Pq);Uq.prototype.bf=function(){return new Zq};Uq.prototype.Cd=function(a){a.Ra()};Uq.prototype.Sf=function(a){return!a.Sa&&!a.isActive()};var $q=function(a,b,c,d,e){Nc.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.wg=new Ic;this.Tf=1;this.ua=e||null};q($q,Nc);h=$q.prototype;h.Oe=function(a){return bc(this,"tileevent",a)};h.bg=function(a){jc(a)};
|
|
705
705
|
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=Oc(this,a,b);a=[this.url,b].join("/")+"?token="+this.token;this.ua&&this.ua.isEnabled()&&(a+="&profiling=1");b=[b,this.yb,this.token].join("/");this.yb+=1;c=lh("DIV",{id:b});var d=(new Date).getTime()/1E3;this.Ab.push(b);Ol(Vq).send(b,a,d,u(this.Yk,this,c,b));Xp(this);return c};h.Nc=function(){return this.Ab.length};
|
|
706
706
|
h.releaseTile=function(a){Ol(Vq).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.wg.remove(b);""!==a.id&&(this.vg.remove(a.id),this.ua&&this.ua.sl(a.id))};h.setOpacity=function(a){this.Tf=a;var b=this.wg.Da();uc(b,function(c){hq(c,a)})};
|
|
707
|
-
h.Yk=function(a,b,c,d){"error"==c.type?(ab(this.Ab,b),this.vg.add(b),this.dispatchEvent(c)):(ab(this.Ab,b),c.target&&"load"==c.type&&(c=c.target,this.wg.add(c),1!=this.Tf&&hq(c,this.Tf),a.appendChild(c)),Xp(this));this.ua&&null!==d&&this.ua.Mk(b,d)};w("ee.MapLayerOverlay",$q);$q.prototype.removeTileCallback=$q.prototype.bg;$q.prototype.addTileCallback=$q.prototype.Oe;$q.prototype.getTile=$q.prototype.getTile;$q.prototype.setOpacity=$q.prototype.setOpacity;$q.prototype.releaseTile=$q.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction.
|
|
708
|
-
c=[["name","
|
|
709
|
-
"opt_assetId"
|
|
710
|
-
"collection opt_description opt_bucket opt_fileNamePrefix
|
|
711
|
-
"
|
|
712
|
-
|
|
713
|
-
"
|
|
714
|
-
"
|
|
715
|
-
"
|
|
716
|
-
["
|
|
717
|
-
"
|
|
718
|
-
["
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
707
|
+
h.Yk=function(a,b,c,d){"error"==c.type?(ab(this.Ab,b),this.vg.add(b),this.dispatchEvent(c)):(ab(this.Ab,b),c.target&&"load"==c.type&&(c=c.target,this.wg.add(c),1!=this.Tf&&hq(c,this.Tf),a.appendChild(c)),Xp(this));this.ua&&null!==d&&this.ua.Mk(b,d)};w("ee.MapLayerOverlay",$q);$q.prototype.removeTileCallback=$q.prototype.bg;$q.prototype.addTileCallback=$q.prototype.Oe;$q.prototype.getTile=$q.prototype.getTile;$q.prototype.setOpacity=$q.prototype.setOpacity;$q.prototype.releaseTile=$q.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toDrive ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.video.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.image.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.sort ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.createAssetHome ee.data.listFeatures ee.data.setWorkloadTag ee.data.authenticateViaPrivateKey ee.data.getOperation ee.data.getInfo ee.data.createAsset ee.data.newTaskId ee.data.computeValue ee.data.setDefaultWorkloadTag ee.data.getThumbId ee.data.cancelTask ee.data.resetWorkloadTag ee.data.getVideoThumbId ee.data.updateAsset ee.data.startIngestion ee.data.updateTask ee.data.createFolder ee.data.getTaskStatus ee.data.getFilmstripThumbId ee.data.startProcessing ee.data.getList ee.data.makeThumbUrl ee.data.setAssetAcl ee.data.renameAsset ee.data.listAssets ee.data.authenticateViaOauth ee.data.getMapId ee.data.setAssetProperties ee.data.copyAsset ee.data.listBuckets ee.data.getTaskList ee.data.getTableDownloadId ee.data.authenticate ee.data.deleteAsset ee.data.getTileUrl ee.data.startTableIngestion ee.data.getAssetRootQuota ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.listOperations ee.data.getAssetAcl ee.data.listImages ee.data.getDownloadId ee.data.getWorkloadTag ee.data.cancelOperation ee.data.makeDownloadUrl ee.data.authenticateViaPopup ee.data.getFeatureViewTilesKey ee.data.getAssetRoots ee.data.getAsset ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Dictionary ee.reset ee.initialize ee.Algorithms ee.apply ee.InitState ee.TILE_SIZE ee.call ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getMapId ee.Feature.prototype.getInfo ee.Feature.prototype.getMap ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getDownloadURL ee.Filter.inList ee.Filter.or ee.Filter.gte ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Filter.prototype.not ee.Filter.neq ee.Filter.lt ee.Filter.gt ee.Filter.lte ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.MultiPolygon ee.Geometry.Polygon ee.Geometry.Point ee.Geometry.prototype.serialize ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiLineString ee.Geometry.MultiPoint ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Image.prototype.getMapId ee.Image.prototype.getThumbId ee.Image.prototype.clip ee.Image.prototype.getThumbURL ee.Image.prototype.expression ee.Image.prototype.rename ee.Image ee.Image.rgb ee.Image.prototype.select ee.Image.cat ee.Image.prototype.getInfo ee.Image.prototype.getDownloadURL ee.Image.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection ee.List ee.Number ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.toJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApiPretty ee.String ee.Terrain".split(" "),
|
|
708
|
+
c=[["name","namedArgs"],["name"],["name","var_args"],"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(" "),"collection opt_description opt_bucket 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(" "),
|
|
709
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".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(" "),"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices".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(" "),
|
|
710
|
+
["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(" "),"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_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "),
|
|
711
|
+
["classifier","opt_description","opt_assetId"],"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "),["name","operator","value"],["geometry"],["filter"],["start","opt_end"],["algorithm","opt_dropNulls"],["algorithm","opt_first"],["max","opt_property","opt_ascending"],["property","opt_ascending"],["func","var_args"],["callback"],["opt_callback"],["legacy"],["requestedId","opt_callback"],["asset","params","opt_callback"],["tag"],["privateKey",
|
|
712
|
+
"opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["operationName","opt_callback"],["id","opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],["opt_count","opt_callback"],["obj","opt_callback"],["tag"],["params","opt_callback"],["taskId","opt_callback"],["opt_resetDefault"],["params","opt_callback"],["assetId","asset","updateFields","opt_callback"],["taskId","request","opt_callback"],["taskId","action","opt_callback"],["path","opt_force","opt_callback"],
|
|
713
|
+
["taskId","opt_callback"],["params","opt_callback"],["taskId","params","opt_callback"],["params","opt_callback"],["id"],["assetId","aclUpdate","opt_callback"],["sourceId","destinationId","opt_callback"],["parent","opt_params","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["params","opt_callback"],["assetId","properties","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["project","opt_callback"],["opt_callback"],
|
|
714
|
+
["params","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["assetId","opt_callback"],["id","x","y","z"],["taskId","request","opt_callback"],["rootId","opt_callback"],["id"],["opt_limit","opt_callback"],["opt_limit","opt_callback"],["assetId","opt_callback"],["parent","opt_params","opt_callback"],["params","opt_callback"],[],["operationName","opt_callback"],["id"],["opt_success","opt_error"],["params","opt_callback"],["opt_callback"],["id","opt_callback"],
|
|
715
|
+
["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],[],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),[],["func","namedArgs"],[],[],["func","var_args"],["var_args"],[],["geometry","opt_properties"],["opt_visParams","opt_callback"],["opt_callback"],["opt_visParams","opt_callback"],["args","opt_column"],["opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["opt_visParams","opt_callback"],["opt_visParams",
|
|
716
|
+
"opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["var_args"],["name","value"],["opt_filter"],["name","value"],["start","opt_end"],["name","operator","value"],["geometry","opt_errorMargin"],["var_args"],[],["name","value"],["name","value"],["name","value"],["name","value"],["var_args"],["namedArgs"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords",
|
|
717
|
+
"opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj"],["legacy"],[],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError"],[],["west","south","east","north"],["opt_visParams","opt_callback"],["params","opt_callback"],["geometry"],["params","opt_callback"],["expression","opt_map"],["var_args"],
|
|
718
|
+
["opt_args"],["r","g","b"],["var_args"],["var_args"],["opt_callback"],["params","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],["selectors","opt_names"],["imageCollection","opt_linkedBands","opt_linkedProperties","opt_matchPropertyName"],[],["params","opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["params","opt_callback"],["args"],["list"],["number"],["obj","opt_isCompound"],["obj"],["obj"],["obj"],["obj"],["obj"],["obj"],["string"],[]];[sn,rn,
|
|
719
|
+
P,So,Vo,bp,Yo,To,Zo,Uo,Xo,$o,ap,Qo,cp,Wo,W.prototype.pf,W.prototype.xh,W.prototype.filter,W.prototype.nf,W.prototype.map,W.prototype.Mh,W.prototype.limit,W.prototype.sort,N.prototype.Gg,N.prototype.evaluate,N.prototype.V,N.prototype.va,Pm,$l,an,Sl,sm,Im,Qm,km,am,bn,bm,um,cn,cm,Wm,Fm,tm,Rm,nm,dm,Bm,Km,em,Xm,Sm,Lm,Ql,Xl,Ym,Tm,Nm,pm,im,Rl,Um,Yl,Hm,Zm,jm,om,qm,Vm,Mm,gm,Vl,rm,hm,Pl,Zl,Om,Im,tp,wp,yp,xp,Cp,Dp,Pp,Mp,Op,Sp,Qp,256,Rp,T.prototype.set,nk,X,X.prototype.S,X.prototype.V,X.prototype.getMap,Y,Y.prototype.V,
|
|
720
|
+
Y.prototype.select,Y.prototype.getMap,Y.prototype.S,Y.prototype.sb,oo,mo,io,V,fo,no,qo,po,lo,V.prototype.sc,go,ho,jo,ko,mn.prototype.call,mn.prototype.apply,U,Pn,Tn,Xn,Wn,Ln,U.prototype.va,U.prototype.oe,Vn,On,Un,U.prototype.yg,Qn,M.prototype.S,M.prototype.Kd,M.prototype.clip,M.prototype.xf,M.prototype.l,M.prototype.ti,M,Do,M.prototype.select,Eo,M.prototype.V,M.prototype.sb,M.prototype.getMap,Z.prototype.V,Z.prototype.select,Z.prototype.Hf,Z.prototype.first,Z.prototype.yf,Z.prototype.getMap,Z.prototype.S,
|
|
721
|
+
Z.prototype.vf,Z,Fo,jp,il,tl,ol,jl,ul,ll,sl,mp,Gp].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
|
@@ -18593,7 +18593,7 @@ var $jscomp$templatelit$294235699$96 = $jscomp.createTemplateTagFirstArg(["https
|
|
|
18593
18593
|
ee.apiclient = {};
|
|
18594
18594
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18595
18595
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18596
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
18596
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.390";
|
|
18597
18597
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18598
18598
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18599
18599
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -18883,8 +18883,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
18883
18883
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
18884
18884
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
18885
18885
|
method = method || "POST";
|
|
18886
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
18887
|
-
"0.1.
|
|
18886
|
+
var headers = {"Content-Type":contentType}, version = "0.1.390";
|
|
18887
|
+
"0.1.390" === version && (version = "latest");
|
|
18888
18888
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
18889
18889
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
18890
18890
|
if (null != authToken) {
|
package/build/ee_api_js_npm.js
CHANGED
|
@@ -18593,7 +18593,7 @@ var $jscomp$templatelit$294235699$96 = $jscomp.createTemplateTagFirstArg(["https
|
|
|
18593
18593
|
ee.apiclient = {};
|
|
18594
18594
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18595
18595
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18596
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
18596
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.390";
|
|
18597
18597
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18598
18598
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18599
18599
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -18883,8 +18883,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
18883
18883
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
18884
18884
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
18885
18885
|
method = method || "POST";
|
|
18886
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
18887
|
-
"0.1.
|
|
18886
|
+
var headers = {"Content-Type":contentType}, version = "0.1.390";
|
|
18887
|
+
"0.1.390" === version && (version = "latest");
|
|
18888
18888
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
18889
18889
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
18890
18890
|
if (null != authToken) {
|
|
@@ -26435,28 +26435,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26435
26435
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26436
26436
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26437
26437
|
(function() {
|
|
26438
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
26439
|
-
orderedParamLists = [["name", "
|
|
26440
|
-
"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(" "), "
|
|
26441
|
-
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices".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(" "), "
|
|
26442
|
-
|
|
26443
|
-
["
|
|
26444
|
-
"
|
|
26445
|
-
|
|
26446
|
-
["
|
|
26447
|
-
|
|
26448
|
-
["
|
|
26449
|
-
|
|
26450
|
-
["
|
|
26451
|
-
[
|
|
26452
|
-
module$contents$ee$batch_Export.image.
|
|
26453
|
-
ee.
|
|
26454
|
-
ee.
|
|
26455
|
-
ee.data.
|
|
26456
|
-
ee.
|
|
26457
|
-
ee.
|
|
26458
|
-
ee.
|
|
26459
|
-
ee.
|
|
26438
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.table.toBigQuery ee.batch.Export.map.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toAsset ee.batch.Export.image.toAsset ee.batch.Export.video.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filter ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.data.getFeatureViewTilesKey ee.data.makeDownloadUrl ee.data.getAssetRoots ee.data.getAsset ee.data.listFeatures ee.data.setWorkloadTag ee.data.createAssetHome ee.data.getOperation ee.data.getInfo ee.data.authenticateViaPrivateKey ee.data.setDefaultWorkloadTag ee.data.createAsset ee.data.resetWorkloadTag ee.data.newTaskId ee.data.computeValue ee.data.cancelTask ee.data.updateAsset ee.data.getThumbId ee.data.getVideoThumbId ee.data.updateTask ee.data.createFolder ee.data.getTaskStatus ee.data.startIngestion ee.data.setAssetAcl ee.data.getList ee.data.getFilmstripThumbId ee.data.startProcessing ee.data.listBuckets ee.data.renameAsset ee.data.authenticateViaPopup ee.data.makeThumbUrl ee.data.listAssets ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getTableDownloadId ee.data.getMapId ee.data.copyAsset ee.data.getTaskList ee.data.authenticate ee.data.getAssetRootQuota ee.data.deleteAsset ee.data.getTileUrl ee.data.startTableIngestion ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.getWorkloadTag ee.data.listImages ee.data.getAssetAcl ee.data.listOperations ee.data.getDownloadId ee.data.cancelOperation ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromJSON ee.Dictionary ee.initialize ee.reset ee.Algorithms ee.apply ee.InitState ee.TILE_SIZE ee.call ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMapId ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Filter.neq ee.Filter.lt ee.Filter.gt ee.Filter.inList ee.Filter.or ee.Filter.prototype.not ee.Filter.gte ee.Filter.lte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Point ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Geometry.BBox ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPoint ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Image.prototype.getThumbURL ee.Image.prototype.rename ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.prototype.expression ee.Image.prototype.clip ee.Image.prototype.getThumbId ee.Image.cat ee.Image.prototype.select ee.Image ee.Image.rgb ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toJSON ee.String ee.Terrain".split(" "),
|
|
26439
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "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(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "),
|
|
26440
|
+
"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(" "), "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(" "),
|
|
26441
|
+
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices".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_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), ["collection", "opt_description",
|
|
26442
|
+
"opt_assetId", "opt_maxVertices"], "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_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(" "),
|
|
26443
|
+
["name", "operator", "value"], ["geometry"], ["start", "opt_end"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["filter"], ["opt_callback"], ["legacy"], ["func", "var_args"], ["callback"], ["params", "opt_callback"], ["id"], ["opt_callback"], ["id", "opt_callback"], ["asset", "params", "opt_callback"], ["tag"], ["requestedId", "opt_callback"], ["operationName", "opt_callback"], ["id", "opt_callback"], ["privateKey",
|
|
26444
|
+
"opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["tag"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["opt_resetDefault"], ["opt_count", "opt_callback"], ["obj", "opt_callback"], ["taskId", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "action", "opt_callback"], ["path", "opt_force", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "request",
|
|
26445
|
+
"opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "params", "opt_callback"], ["project", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["opt_success", "opt_error"], ["id"], ["parent", "opt_params", "opt_callback"], ["assetId", "properties", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["params", "opt_callback"], ["params", "opt_callback"],
|
|
26446
|
+
["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["rootId", "opt_callback"], ["assetId", "opt_callback"], ["id", "x", "y", "z"], ["taskId", "request", "opt_callback"], ["id"], ["opt_limit", "opt_callback"], [], ["parent", "opt_params", "opt_callback"], ["assetId", "opt_callback"], ["opt_limit", "opt_callback"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["date",
|
|
26447
|
+
"opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], [], ["func", "namedArgs"], [], [], ["func", "var_args"], ["var_args"], [], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["args", "opt_column"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"],
|
|
26448
|
+
["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["opt_visParams", "opt_callback"], ["opt_filter"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["geometry", "opt_errorMargin"], ["var_args"], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["var_args"], [], ["name", "value"], ["name", "value"], ["namedArgs"], ["var_args"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic",
|
|
26449
|
+
"opt_maxError"], [], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], [], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["params", "opt_callback"], ["var_args"],
|
|
26450
|
+
["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["expression", "opt_map"], ["geometry"], ["params", "opt_callback"], ["var_args"], ["var_args"], ["opt_args"], ["r", "g", "b"], ["opt_visParams", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], [], ["opt_callback"], ["params", "opt_callback"], ["selectors", "opt_names"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"],
|
|
26451
|
+
["args"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
26452
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toAsset,
|
|
26453
|
+
module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toDrive, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterDate, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filter, ee.ComputedObject.prototype.getInfo,
|
|
26454
|
+
ee.ComputedObject.prototype.serialize, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.data.getFeatureViewTilesKey, ee.data.makeDownloadUrl, ee.data.getAssetRoots, ee.data.getAsset, ee.data.listFeatures, ee.data.setWorkloadTag, ee.data.createAssetHome, ee.data.getOperation, ee.data.getInfo, ee.data.authenticateViaPrivateKey, ee.data.setDefaultWorkloadTag, ee.data.createAsset, ee.data.resetWorkloadTag, ee.data.newTaskId, ee.data.computeValue, ee.data.cancelTask, ee.data.updateAsset,
|
|
26455
|
+
ee.data.getThumbId, ee.data.getVideoThumbId, ee.data.updateTask, ee.data.createFolder, ee.data.getTaskStatus, ee.data.startIngestion, ee.data.setAssetAcl, ee.data.getList, ee.data.getFilmstripThumbId, ee.data.startProcessing, ee.data.listBuckets, ee.data.renameAsset, ee.data.authenticateViaPopup, ee.data.makeThumbUrl, ee.data.listAssets, ee.data.setAssetProperties, ee.data.authenticateViaOauth, ee.data.getTableDownloadId, ee.data.getMapId, ee.data.copyAsset, ee.data.getTaskList, ee.data.authenticate,
|
|
26456
|
+
ee.data.getAssetRootQuota, ee.data.deleteAsset, ee.data.getTileUrl, ee.data.startTableIngestion, ee.data.makeTableDownloadUrl, ee.data.getTaskListWithLimit, ee.data.getWorkloadTag, ee.data.listImages, ee.data.getAssetAcl, ee.data.listOperations, ee.data.getDownloadId, ee.data.cancelOperation, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromJSON, ee.Dictionary, ee.initialize, ee.reset, ee.Algorithms, ee.apply, ee.InitState, ee.TILE_SIZE,
|
|
26457
|
+
ee.call, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.Feature, ee.FeatureCollection, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getMapId, ee.Filter, ee.Filter.eq, ee.Filter.date, ee.Filter.metadata, ee.Filter.bounds, ee.Filter.and, ee.Filter.neq,
|
|
26458
|
+
ee.Filter.lt, ee.Filter.gt, ee.Filter.inList, ee.Filter.or, ee.Filter.prototype.not, ee.Filter.gte, ee.Filter.lte, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.Point, ee.Geometry.MultiLineString, ee.Geometry.prototype.toGeoJSON, ee.Geometry.BBox, ee.Geometry.LinearRing, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPoint, ee.Geometry.Rectangle, ee.Geometry.LineString, ee.Geometry.Polygon, ee.Geometry, ee.Geometry.prototype.serialize, ee.Geometry.MultiPolygon, ee.Image.prototype.getThumbURL,
|
|
26459
|
+
ee.Image.prototype.rename, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.getMap, ee.Image.prototype.getDownloadURL, ee.Image.prototype.expression, ee.Image.prototype.clip, ee.Image.prototype.getThumbId, ee.Image.cat, ee.Image.prototype.select, ee.Image, ee.Image.rgb, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.getFilmstripThumbURL,
|
|
26460
|
+
ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection, ee.List, ee.Number, ee.Serializer.toReadableJSON, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.encodeCloudApi, ee.Serializer.toCloudApiJSON, ee.Serializer.toJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26460
26461
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26461
26462
|
});
|
|
26462
26463
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|