@google/earthengine 0.1.310 → 0.1.315
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 +12 -0
- package/.tmp/METADATA +4 -4
- package/build/browser.js +233 -220
- package/build/ee_api_js.js +671 -668
- package/build/ee_api_js_debug.js +211 -199
- package/build/ee_api_js_npm.js +233 -220
- package/build/main.js +233 -220
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/computedobject.js +1 -0
- package/src/data.js +18 -10
- package/src/ee.js +12 -6
- package/src/eeapiclient/domain_object.ts +4 -4
- package/src/encodable_batch.js +5 -4
- package/src/feature.js +1 -0
- package/src/featurecollection.js +1 -0
- package/src/geometry.js +1 -0
- package/src/image.js +1 -0
- package/src/imagecollection.js +1 -0
- package/src/maplayeroverlay.js +5 -1
package/.tmp/BUILD
CHANGED
|
@@ -336,6 +336,18 @@ Fileset(
|
|
|
336
336
|
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.310:public",
|
|
337
337
|
destdir = "0.1.310",
|
|
338
338
|
),
|
|
339
|
+
FilesetEntry(
|
|
340
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.311:public",
|
|
341
|
+
destdir = "0.1.311",
|
|
342
|
+
),
|
|
343
|
+
FilesetEntry(
|
|
344
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.312:public",
|
|
345
|
+
destdir = "0.1.312",
|
|
346
|
+
),
|
|
347
|
+
FilesetEntry(
|
|
348
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.315:public",
|
|
349
|
+
destdir = "0.1.315",
|
|
350
|
+
),
|
|
339
351
|
# NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
|
|
340
352
|
],
|
|
341
353
|
)
|
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.315"
|
|
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.315"
|
|
16
16
|
last_upgrade_date: {
|
|
17
17
|
year: 2022
|
|
18
|
-
month:
|
|
19
|
-
day:
|
|
18
|
+
month: 6
|
|
19
|
+
day: 15
|
|
20
20
|
}
|
|
21
21
|
}
|