Skip to content

Commit

Permalink
Updated notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Feb 2, 2020
1 parent f058719 commit 32689dc
Show file tree
Hide file tree
Showing 588 changed files with 2,972 additions and 3,112 deletions.
8 changes: 4 additions & 4 deletions Algorithms/CloudMasking/landsat457_surface_reflectance.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Algorithms/CloudMasking/landsat457_surface_reflectance.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'''
## Install Earth Engine API
Install the [Earth Engine Python API](https://developers.google.com/earth-engine/python_install) and [geehydro](https://github.com/giswqs/geehydro). The **geehydro** Python package builds on the [folium](https://github.com/python-visualization/folium) package and implements several methods for displaying Earth Engine data layers, such as `Map.addLayer()`, `Map.setCenter()`, `Map.centerObject()`, and `Map.setOptions()`.
The magic command `%%capture` can be used to hide output from a specific cell.
The magic command `%%capture` can be used to hide output from a specific cell. Uncomment these lines if you are running this notebook for the first time.
'''


Expand All @@ -34,7 +34,7 @@
# %%
'''
Authenticate and initialize Earth Engine API. You only need to authenticate the Earth Engine API once. Uncomment the line `ee.Authenticate()`
if you are running this notebook for this first time or if you are getting an authentication error.
if you are running this notebook for the first time or if you are getting an authentication error.
'''


Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Algorithms/CloudMasking/landsat8_surface_reflectance-copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'''
## Install Earth Engine API
Install the [Earth Engine Python API](https://developers.google.com/earth-engine/python_install) and [geehydro](https://github.com/giswqs/geehydro). The **geehydro** Python package builds on the [folium](https://github.com/python-visualization/folium) package and implements several methods for displaying Earth Engine data layers, such as `Map.addLayer()`, `Map.setCenter()`, `Map.centerObject()`, and `Map.setOptions()`.
The magic command `%%capture` can be used to hide output from a specific cell.
The magic command `%%capture` can be used to hide output from a specific cell. Uncomment these lines if you are running this notebook for the first time.
'''


Expand All @@ -34,7 +34,7 @@
# %%
'''
Authenticate and initialize Earth Engine API. You only need to authenticate the Earth Engine API once. Uncomment the line `ee.Authenticate()`
if you are running this notebook for this first time or if you are getting an authentication error.
if you are running this notebook for the first time or if you are getting an authentication error.
'''


Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Algorithms/CloudMasking/landsat8_toa_reflectance_qa_band.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'''
## Install Earth Engine API
Install the [Earth Engine Python API](https://developers.google.com/earth-engine/python_install) and [geehydro](https://github.com/giswqs/geehydro). The **geehydro** Python package builds on the [folium](https://github.com/python-visualization/folium) package and implements several methods for displaying Earth Engine data layers, such as `Map.addLayer()`, `Map.setCenter()`, `Map.centerObject()`, and `Map.setOptions()`.
The magic command `%%capture` can be used to hide output from a specific cell.
The magic command `%%capture` can be used to hide output from a specific cell. Uncomment these lines if you are running this notebook for the first time.
'''


Expand All @@ -34,7 +34,7 @@
# %%
'''
Authenticate and initialize Earth Engine API. You only need to authenticate the Earth Engine API once. Uncomment the line `ee.Authenticate()`
if you are running this notebook for this first time or if you are getting an authentication error.
if you are running this notebook for the first time or if you are getting an authentication error.
'''


Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Algorithms/CloudMasking/modis_surface_reflectance_qa_band.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'''
## Install Earth Engine API
Install the [Earth Engine Python API](https://developers.google.com/earth-engine/python_install) and [geehydro](https://github.com/giswqs/geehydro). The **geehydro** Python package builds on the [folium](https://github.com/python-visualization/folium) package and implements several methods for displaying Earth Engine data layers, such as `Map.addLayer()`, `Map.setCenter()`, `Map.centerObject()`, and `Map.setOptions()`.
The magic command `%%capture` can be used to hide output from a specific cell.
The magic command `%%capture` can be used to hide output from a specific cell. Uncomment these lines if you are running this notebook for the first time.
'''


Expand All @@ -34,7 +34,7 @@
# %%
'''
Authenticate and initialize Earth Engine API. You only need to authenticate the Earth Engine API once. Uncomment the line `ee.Authenticate()`
if you are running this notebook for this first time or if you are getting an authentication error.
if you are running this notebook for the first time or if you are getting an authentication error.
'''


Expand Down
8 changes: 4 additions & 4 deletions Algorithms/CloudMasking/sentinel-2.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Algorithms/CloudMasking/sentinel-2.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'''
## Install Earth Engine API
Install the [Earth Engine Python API](https://developers.google.com/earth-engine/python_install) and [geehydro](https://github.com/giswqs/geehydro). The **geehydro** Python package builds on the [folium](https://github.com/python-visualization/folium) package and implements several methods for displaying Earth Engine data layers, such as `Map.addLayer()`, `Map.setCenter()`, `Map.centerObject()`, and `Map.setOptions()`.
The magic command `%%capture` can be used to hide output from a specific cell.
The magic command `%%capture` can be used to hide output from a specific cell. Uncomment these lines if you are running this notebook for the first time.
'''


Expand All @@ -34,7 +34,7 @@
# %%
'''
Authenticate and initialize Earth Engine API. You only need to authenticate the Earth Engine API once. Uncomment the line `ee.Authenticate()`
if you are running this notebook for this first time or if you are getting an authentication error.
if you are running this notebook for the first time or if you are getting an authentication error.
'''


Expand Down
Loading

0 comments on commit 32689dc

Please sign in to comment.