@google/earthengine 1.4.5 → 1.5.0
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/README.md +7 -0
- package/build/browser.js +616 -521
- package/build/ee_api_js.js +293 -293
- package/build/ee_api_js_debug.js +593 -498
- package/build/ee_api_js_npm.js +616 -521
- package/build/main.js +616 -521
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/batch.js +26 -28
- package/src/data.js +0 -9
- package/src/ee.js +0 -2
- package/src/geometry.js +0 -1
- package/src/serializer.js +1 -1
package/README.md
CHANGED
|
@@ -2,3 +2,10 @@ Visit the [Google Earth Engine NPM installation
|
|
|
2
2
|
page](https://developers.google.com/earth-engine/npm_install) for set up
|
|
3
3
|
instructions, or [download
|
|
4
4
|
ee_api_js.js](https://github.com/google/earthengine-api/blob/master/javascript/build/ee_api_js.js).
|
|
5
|
+
|
|
6
|
+
Note that some classes and algorithms are loaded dynamically and are not
|
|
7
|
+
included as part of the NPM package or visible in the
|
|
8
|
+
[source code](https://github.com/google/earthengine-api/tree/master/javascript/src)
|
|
9
|
+
(for example, `ee.Join` and `ee.Reducer`).
|
|
10
|
+
For a complete listing of all Earth Engine client classes and methods, refer to
|
|
11
|
+
the [API Reference](https://developers.google.com/earth-engine/apidocs).
|