-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
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 | |
Large diffs are not rendered by default.