Justin Braaten 0db413d006 Add a note that some classes are loaded dynamically
PiperOrigin-RevId: 715485691
2025-01-14 12:38:09 -08:00

12 lines
656 B
Markdown

Visit the [Google Earth Engine NPM installation
page](https://developers.google.com/earth-engine/npm_install) for set up
instructions, or [download
ee_api_js.js](https://github.com/google/earthengine-api/blob/master/javascript/build/ee_api_js.js).
Note that some classes and algorithms are loaded dynamically and are not
included as part of the NPM package or visible in the
[source code](https://github.com/google/earthengine-api/tree/master/javascript/src)
(for example, `ee.Join` and `ee.Reducer`).
For a complete listing of all Earth Engine client classes and methods, refer to
the [API Reference](https://developers.google.com/earth-engine/apidocs).