Open Data Cube Logo
latest
  • Introduction
  • Existing Deployments
  • Jupyter Notebooks
  • Code Recipes
  • Data Cube Ecosystem

Installation and Data Loading

  • Overview
  • Types of Datasets
  • Installation
    • Ubuntu
    • Miniconda (recommended)
      • Install Miniconda
      • Configure Miniconda
      • Create the environment
      • Install other packages
    • Microsoft Windows
    • Mac OS X
  • Database Setup
  • Environment Configuration
  • Indexing Data
  • Ingesting Data
  • Product Definition
  • Dataset Documents
  • Dataset Preparation Scripts
  • Command Line Tools

Developer Guide

  • API reference
  • Developer Setup
  • Virtual Products
  • Architecture Guide
  • Release Process

About Data Cube

  • What’s New
  • Glossary
  • ODC License
Open Data Cube
  • Docs »
  • Installation »
  • Miniconda (recommended)
  • Edit on GitHub

Miniconda (recommended)¶

Install Miniconda¶

Follow conda installation guide for your platform: https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html

Configure Miniconda¶

Add conda-forge channel

conda config --add channels conda-forge

conda-forge channel provides multitude of community maintained packages. Find out more about it here https://conda-forge.org/

Create the environment¶

conda create --name cubeenv python=3.6 datacube

Activate the environment on Linux and OS X

source activate cubeenv

Activate the environment on Windows

activate cubeenv

Find out more about managing virtual environments here https://conda.io/docs/using/envs.html

Install other packages¶

conda install jupyter matplotlib scipy

Find out more about managing packages here https://conda.io/docs/using/pkgs.html

Next Previous

© Copyright Revision 07bc51a5.

Read the Docs v: latest
Versions
latest
stable
datacube-1.6.2
datacube-1.5.5
datacube-1.4.1
datacube-1.3.2
datacube-1.2.2
datacube-1.1.9
datacube-1.1.18
datacube-1.0.4
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.