Skip to content

Commit

Permalink
July 2020 CEOS Data Cube Notebooks Release 2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrattz committed Jul 15, 2020
2 parents f8e097c + e500f4d commit 017167d
Show file tree
Hide file tree
Showing 44 changed files with 11,857 additions and 11,002 deletions.
210 changes: 104 additions & 106 deletions ALOS_LandChange.ipynb → ALOS_Land_Change.ipynb

Large diffs are not rendered by default.

228 changes: 154 additions & 74 deletions ALOS_WASARD_Demo.ipynb

Large diffs are not rendered by default.

145 changes: 60 additions & 85 deletions Chunking_Demo_Notebook_WOFS.ipynb

Large diffs are not rendered by default.

263 changes: 93 additions & 170 deletions Clustering_Notebook.ipynb

Large diffs are not rendered by default.

367 changes: 185 additions & 182 deletions Coastal_Change_Classifier.ipynb

Large diffs are not rendered by default.

274 changes: 92 additions & 182 deletions Coastline_Classifier.ipynb

Large diffs are not rendered by default.

160 changes: 84 additions & 76 deletions Composites_and_Shapefiles.ipynb

Large diffs are not rendered by default.

366 changes: 148 additions & 218 deletions DCAL/DCAL_Cloud_Statistics.ipynb

Large diffs are not rendered by default.

259 changes: 84 additions & 175 deletions DCAL/DCAL_Custom_Mosaics.ipynb

Large diffs are not rendered by default.

5,354 changes: 5,354 additions & 0 deletions DCAL/DCAL_Custom_Mosaics_Dask.ipynb

Large diffs are not rendered by default.

664 changes: 125 additions & 539 deletions DCAL/DCAL_Land_Change.ipynb

Large diffs are not rendered by default.

527 changes: 176 additions & 351 deletions DCAL/DCAL_Spectral_Products.ipynb

Large diffs are not rendered by default.

180 changes: 35 additions & 145 deletions DCAL/DCAL_Vegetation_Phenology.ipynb

Large diffs are not rendered by default.

554 changes: 125 additions & 429 deletions DCAL/DCAL_Water_Extents.ipynb

Large diffs are not rendered by default.

312 changes: 92 additions & 220 deletions DCAL/DCAL_Water_WOFS.ipynb

Large diffs are not rendered by default.

1,103 changes: 360 additions & 743 deletions Demo_Notebook.ipynb

Large diffs are not rendered by default.

768 changes: 127 additions & 641 deletions Export.ipynb

Large diffs are not rendered by default.

669 changes: 131 additions & 538 deletions Forest_Change_VNSC.ipynb

Large diffs are not rendered by default.

128 changes: 53 additions & 75 deletions Forest_Degradation_Vogelmann_et_al.ipynb

Large diffs are not rendered by default.

286 changes: 109 additions & 177 deletions GeoMedians+and+GeoMedoids+Compositing.ipynb

Large diffs are not rendered by default.

255 changes: 96 additions & 159 deletions Landslide_Identification_SLIP.ipynb

Large diffs are not rendered by default.

299 changes: 107 additions & 192 deletions NDVI_Anomaly.ipynb

Large diffs are not rendered by default.

816 changes: 0 additions & 816 deletions NDVI_Phenology.ipynb

This file was deleted.

310 changes: 144 additions & 166 deletions NDVI_STD.ipynb

Large diffs are not rendered by default.

484 changes: 139 additions & 345 deletions NDVI_Thresholds.ipynb

Large diffs are not rendered by default.

714 changes: 714 additions & 0 deletions Notebook_Template.ipynb

Large diffs are not rendered by default.

2,385 changes: 0 additions & 2,385 deletions PyCCD.ipynb

This file was deleted.

26 changes: 9 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
CEOS Data Cube Notebooks
CEOS Sandbox Data Cube Notebooks
=================

The CEOS Data Cube Notebook collection is a basic collection of Data Cube examples that can be used as a base for other applications.
The CEOS Sandbox Data Cube Notebooks is a collection of Jupyter Notebooks using the [Open Data Cube](https://www.opendatacube.org/) to analyze satellite data. These are modified versions of the [CEOS Data Cube Notebooks](https://github.com/ceos-seo/data_cube_notebooks) - mainly changed to accomdate differences in data availability.

Installation
Data
=================
```
git clone https://github.com/ceos-seo/data_cube_notebooks.git -b master
cd ~/Datacube/data_cube_notebooks
git submodule init && git submodule update
```

Requirements
=================
Currently, Landsat 7 and 8 data is available for much of Central Africa from 1999 to the beginning of 2020.

* Full Data Cube installation with ingested data
* jupyter
* matplotlib
* scipy
* sklearn
* lcmap-pyccd
The Data Cube product names are **ls7_usgs_sr_scene** (Landsat 7 data) and **ls8_usgs_sr_scene** (Landsat 8 data).

For more detailed instructions, please read the [documentation](https://github.com/ceos-seo/data_cube_ui/blob/master/docs/notebook_install.md).
| Product | Lat/Lon Extents | Time Range |
|-------------------|------------------------------------------------|-------------------|
| ls7_usgs_sr_scene | lat: [-12.57, 18.32], <br>lon: [-25.66, 44.05] | 07/1999-01/2020 |
| ls8_usgs_sr_scene | lat: [-12.63, 18.40], <br>lon: [-25.47, 44.00] | 03/2013-01/2020 |
46 changes: 9 additions & 37 deletions S1_WASARD.ipynb
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"outputs": [],
"source": [
"%env GDAL_DATA = /usr/share/gdal/2.2/"
]
},
{
"cell_type": "markdown",
"metadata": {
"collapsed": true
},
"metadata": {},
"source": [
"# Water Across Synthetic Aperature Radar (WASARD)\n",
"WASARD is a general purpose transfer model between optical and SAR imagery for water classification. \n",
Expand All @@ -33,13 +20,6 @@
"> `Optical Source:` Landsat 8 \n",
"> `SAR Target`: Sentinel 1a \n",
"\n",
"\n",
"# Training process \n",
"![](./diagrams/WASARD/flow_chart.png)\n",
"\n",
"\n",
"\n",
"\n",
"# In this notebook\n",
"* Existing coordinates are loaded for `Sentinel1` and `Landsat8` Imagery\n",
"* Upon comparison,coordinates are used to inform how data should be loaded. \n",
Expand Down Expand Up @@ -91,8 +71,8 @@
"metadata": {},
"outputs": [],
"source": [
"sar_product_name = \"s1g_gamma0_samoa\"\n",
"optical_product_name = \"ls8_lasrc_samoa\"\n",
"sar_product_name = \"s1g_gamma0\"\n",
"optical_product_name = \"ls8_usgs_sr_scene\"\n",
"\n",
"# #Sa'anapu\n",
"# longitude_extent = (-171.904492, -171.790327)\n",
Expand Down Expand Up @@ -155,9 +135,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"xr_bokeh.dim_alignement( sentinel_coordinates.isel(latitude = slice(0,100), longitude = slice(0,100)), \" Sentinel 1\",\n",
Expand Down Expand Up @@ -234,9 +212,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"landsat_dataset = dc.load(product = optical_product_name,\n",
Expand Down Expand Up @@ -280,9 +256,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"xr_bokeh.dim_alignement(subset_of_sentinel_coords, \"S1\",\n",
Expand Down Expand Up @@ -497,9 +471,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"import matplotlib.pyplot as plt \n",
Expand Down Expand Up @@ -607,9 +579,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.9"
"version": "3.6.8"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
207 changes: 72 additions & 135 deletions TSM_Demo_Notebook.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 017167d

Please sign in to comment.