Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 650 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 650 Bytes

CEOS 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.

Installation

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

  • Full Data Cube installation with ingested data
  • jupyter
  • matplotlib
  • scipy
  • sklearn
  • lcmap-pyccd

For more detailed instructions, please read the documentation.