Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	javascript/build/ee_api_js.js
#	javascript/build/ee_api_js_debug.js
#	javascript/build/ee_api_js_npm.js
#	python/ee/data.py
  • Loading branch information
cdanielw committed Nov 17, 2020
2 parents 166a41a + f0424ab commit f8dc67a
Show file tree
Hide file tree
Showing 45 changed files with 5,404 additions and 4,847 deletions.
2 changes: 0 additions & 2 deletions demos/client-auth/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Earth Engine Demo: Client-Side Authentication
=============================================

[Live Demo](https://client-auth-dot-ee-demos.appspot.com/)

This example demonstrates basic web authentication using the Earth Engine
JavaScript client library. To set up, follow the instructions in the
Developer Docs to [deploy an EE-based App Engine app](
Expand Down
3 changes: 0 additions & 3 deletions demos/cloud-functions/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Cloud Functions and Hex Binning

[Live
Demo](https://storage.googleapis.com/ee-demos/cloudfunctions-demo/index.html)

This demo shows how to integrate the Earth Engine JavaScript client library with
several other open-source tools:

Expand Down
2 changes: 0 additions & 2 deletions demos/export-to-drive/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Earth Engine Demo: Export to Drive
==================================

[Live Demo](https://export-to-drive-dot-ee-demos.appspot.com)

This is an example [Google App Engine](https://cloud.google.com/appengine/docs)
web app that communicates with [Google Earth Engine](https://earthengine.google.org).
It allows users to view night-time lights for different years and export drawn regions
Expand Down
2 changes: 0 additions & 2 deletions demos/map-layer/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Map Layer Demo App

[Live Demo](https://map-layer-dot-ee-demos.appspot.com/)

This example demonstrates how to use the `ee.layers.ImageOverlay` class to
render Earth Engine map tiles to a Google Map. `ee.layers.ImageOverlay`
implements the
Expand Down
2 changes: 0 additions & 2 deletions demos/polygon-drawing/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Earth Engine Demo: Polygon Drawing
==================================

[Live Demo](https://polygon-drawing-dot-ee-demos.appspot.com/)

This example demonstrates how to use polygons drawn on a Google Map with
the Earth Engine JavaScript client library.

Expand Down
2 changes: 0 additions & 2 deletions demos/server-auth-nodejs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Earth Engine Demo: Server-Side Authentication in Node.js

[Live Demo](https://server-auth-nodejs-dot-ee-demos.appspot.com/)

This example shows how to build a simple Google App Engine web application that
communicates with Google Earth Engine. Upon successful deployment, you will see
a webpage with an interactive map showing terrain slope zoomed into the east
Expand Down
2 changes: 0 additions & 2 deletions demos/server-auth-python/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Earth Engine Demo: Server-Side Authentication in Python

[Live Demo](https://server-auth-python-dot-ee-demos.appspot.com/)

This example shows how to build a simple Google App Engine web application that
communicates with Google Earth Engine. Upon successful deployment, you will see
a webpage with a Google map showing the SRTM DEM zoomed into the east coast of
Expand Down
2 changes: 0 additions & 2 deletions demos/trendy-lights/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Earth Engine Demo: Trendy Lights
================================

[Live Demo](https://trendy-lights-dot-ee-demos.appspot.com)

This is an example [Google App Engine](https://cloud.google.com/appengine/docs)
web app that communicates with [Google Earth Engine](https://earthengine.google.org).
It uses memcache to cache results and avoid exceeding request quotas.
Expand Down
2 changes: 1 addition & 1 deletion demos/wmts/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def setup_ee():
extracted_key_data = keyfile.read()
credentials = ee.ServiceAccountCredentials(config.EE_SERVICE_ACCOUNT,
key_data=extracted_key_data)
ee.Initialize(credentials, use_cloud_api=True)
ee.Initialize(credentials)


@server.after_request
Expand Down
1,157 changes: 583 additions & 574 deletions javascript/build/ee_api_js.js

Large diffs are not rendered by default.

Loading

0 comments on commit f8dc67a

Please sign in to comment.