Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielw committed Jun 24, 2021
2 parents 21ae391 + db974e0 commit 3721b1f
Show file tree
Hide file tree
Showing 86 changed files with 19,591 additions and 27,862 deletions.
1 change: 0 additions & 1 deletion demos/export-to-drive/appengine_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# Lint as: python3
"""Loads third-party Python libraries.
`appengine_config.py` is automatically loaded when Google App Engine
Expand Down
1 change: 0 additions & 1 deletion demos/export-to-drive/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# Lint as: python3
"""Required credentials configuration."""

# See instructions in the README.md file for how to fill these in.
Expand Down
1 change: 0 additions & 1 deletion demos/export-to-drive/drive.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# Lint as: python3
"""Helpers for interfacing with Google Drive."""

import googleapiclient.discovery
Expand Down
1 change: 0 additions & 1 deletion demos/export-to-drive/server.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# Lint as: python3
"""Web server for the export-to-Google-Drive EE demo application.
The code in this file runs on App Engine. It's called when the user loads the
Expand Down
1 change: 0 additions & 1 deletion demos/interactive-classifier/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# Lint as: python3
"""Handles Earth Engine service account configuration."""

import ee
Expand Down
3 changes: 1 addition & 2 deletions demos/interactive-classifier/server.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# Lint as: python3
"""An example application that allows interactive classification training."""

import json
Expand Down Expand Up @@ -62,7 +61,7 @@ def get(self):
modis_landcover = ee.Image(
'MCD12Q1/MCD12Q1_005_2001_01_01').select('Land_Cover_Type_1')

# A pallete to use for visualizing landcover images.
# A palette to use for visualizing landcover images.
modis_landcover_palette = ','.join([
'aec3d4', # water
'152106', '225129', '369b47', '30eb5b', '387242', # forest
Expand Down
1 change: 0 additions & 1 deletion demos/server-auth-python/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# Lint as: python3
"""An example config.py file."""

import ee
Expand Down
1 change: 0 additions & 1 deletion demos/server-auth-python/server.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# Lint as: python3
"""A simple example of connecting to Earth Engine using App Engine."""


Expand Down
1 change: 0 additions & 1 deletion demos/trendy-lights/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# Lint as: python3
"""Required credentials configuration."""


Expand Down
1 change: 0 additions & 1 deletion demos/trendy-lights/server.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# Lint as: python3
"""Web server for the Trendy Lights application.
The overall architecture looks like:
Expand Down
2 changes: 1 addition & 1 deletion demos/trendy-lights/static/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ trendy.App = class {
this.clear();
var feature = event.feature;

// Instantly higlight the polygon and show the title of the polygon.
// Instantly highlight the polygon and show the title of the polygon.
this.map.data.overrideStyle(feature, {strokeWeight: 8});
var title = feature.getProperty('title');
$('.panel').show();
Expand Down
1 change: 0 additions & 1 deletion demos/wmts/app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# Lint as: python3
"""Handle the routing for the application."""

import collections
Expand Down
1 change: 0 additions & 1 deletion demos/wmts/appengine_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# Lint as: python3
"""App Engine config file, used for dependency management for the proxy."""
# appengine_config.py
from google.appengine.ext import vendor
Expand Down
1 change: 0 additions & 1 deletion demos/wmts/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# Lint as: python3
"""Configuration constants."""

import os
Expand Down
1,254 changes: 635 additions & 619 deletions javascript/build/ee_api_js.js

Large diffs are not rendered by default.

Loading

0 comments on commit 3721b1f

Please sign in to comment.