Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a note that some classes are loaded dynamically #462

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@ 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).
6 changes: 6 additions & 0 deletions python/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
Visit the [Google Earth Engine Python installation page](https://developers.google.com/earth-engine/python_install)
for set up instructions.

Note that some classes and algorithms are loaded dynamically and are not
included as part of the Python package or visible in the
[source code](https://github.com/google/earthengine-api/tree/master/python/ee).
For a complete listing of all Earth Engine client classes and methods, refer to
the [API Reference](https://developers.google.com/earth-engine/apidocs).
Loading