@google/earthengine 0.1.290 → 0.1.292
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.tmp/BUILD +4 -0
- package/.tmp/METADATA +4 -4
- package/build/browser.js +594 -903
- package/build/ee_api_js.js +659 -662
- package/build/ee_api_js_debug.js +572 -883
- package/build/ee_api_js_npm.js +594 -903
- package/build/main.js +594 -903
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/collection.js +4 -2
- package/src/data.js +20 -8
- package/src/eeapiclient/domain_object.ts +3 -0
- package/src/filter.js +4 -2
- package/src/image.js +9 -8
- package/src/layers/abstractoverlay.js +4 -2
package/.tmp/BUILD
CHANGED
|
@@ -260,6 +260,10 @@ Fileset(
|
|
|
260
260
|
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.290:public",
|
|
261
261
|
destdir = "0.1.290",
|
|
262
262
|
),
|
|
263
|
+
FilesetEntry(
|
|
264
|
+
srcdir = "//third_party/hosted_libraries/libs/earthengine/0.1.292:public",
|
|
265
|
+
destdir = "0.1.292",
|
|
266
|
+
),
|
|
263
267
|
# NEXT RELEASE GOES HERE. DO NOT REMOVE OR CHANGE THIS LINE.
|
|
264
268
|
],
|
|
265
269
|
)
|
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.292"
|
|
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.292"
|
|
16
16
|
last_upgrade_date: {
|
|
17
17
|
year: 2021
|
|
18
|
-
month:
|
|
19
|
-
day:
|
|
18
|
+
month: 12
|
|
19
|
+
day: 8
|
|
20
20
|
}
|
|
21
21
|
}
|