Skip to content

Commit

Permalink
Last docs fixes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
omad authored and mergify[bot] committed Nov 16, 2018
1 parent d55e5c1 commit e6b0a05
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 17 deletions.
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ and related data from multiple satellite and other acquisition systems.

user/intro.rst
user/deployments.rst
user/ecosystem.rst
user/notebooks.rst
user/code_recipes.rst

..
user/ecosystem.rst

.. toctree::
Expand Down
7 changes: 4 additions & 3 deletions docs/user/deployments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
Existing Deployments
====================

.. note::

This is not a comprehensive list.


Digital Earth Australia
Expand Down Expand Up @@ -34,6 +31,10 @@ Vietnam Open Data Cube
http://datacube.vn/


.. note::

This is not a comprehensive list.

..
http://tinyurl.com/datacubeui
18 changes: 6 additions & 12 deletions docs/user/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,13 @@ The Open Data Cube is a collection of software designed to:
* Allow scalable continent scale processing of the stored data
* Track the provenance of all the contained data to allow for quality control and updates

The Open Data Cube community is based around the `datacube-core` library.
This document describes the architecture of the library and the ecosystem of systems and applications it interacts with.
The Open Data Cube software is based around the datacube-core_ library.

`datacube-core` is an open source Python library, released under the `Apache 2.0
<https://github.com/opendatacube/datacube-core/blob/develop/LICENSE>`_ license.

Getting Started
===============

If you're reading this, hopefully someone has already set up and loaded data into a Data Cube
for you.

Check out the :ref:`installation` for instructions on configuring and setting up
datacube-core_ is an open source Python library, released under the `Apache 2.0
<https://github.com/opendatacube/datacube-core/blob/develop/LICENSE>`_ license.

.. _datacube-core: https://github.com/opendatacube/datacube-core

Use Cases
=========
Expand All @@ -43,7 +36,8 @@ Allows interactive analysis of data, such as through a Jupyter Notebook.

Cloud-based Services
--------------------
Using :abbr:`ODC (Open Data Cube)` to serve :abbr:`WMS (Web Map Service)`, :abbr:`WCS (Web Coverage Service)`, or custom tools (such as polygon drill time series analysis.
Using :abbr:`ODC (Open Data Cube)` to serve :abbr:`WMS (Web Map Service)`, :abbr:`WCS (Web Coverage Service)`, or custom
tools (such as polygon drill time series analysis.

Standalone Applications
-----------------------
Expand Down
19 changes: 18 additions & 1 deletion docs/user/notebooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,21 @@
Jupyter Notebooks
=================

For interactively exploring data in a Data Cube, we recommend using Jupyter Notebooks.
For interactively exploring data in a Data Cube, we recommend using `Jupyter Notebooks`_.

.. _Jupyter Notebooks:


Several GitHub repositories of example Open Data Cube notebooks are available, showing
how to access data through ODC, along with example algorithms and visualisations.



* https://github.com/ceos-seo/data_cube_notebooks


* https://github.com/GeoscienceAustralia/dea-notebooks/




0 comments on commit e6b0a05

Please sign in to comment.