Skip to content

Commit

Permalink
Merge pull request #43 from flindersuni/feature/odc
Browse files Browse the repository at this point in the history
Added ODC Products & GA Notice
  • Loading branch information
The-Scott-Flinders committed Aug 1, 2022
2 parents eed6106 + e9b91ad commit 46a3bbe
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions docs/source/software/opendatacube.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,38 @@ Earth observation satellite and related data from multiple sources.
========================================
Open Data Cube Status
========================================
The Open Data Cube is in Closed Beat Testing with dedicated researchers at this time. Once workflows and integrations are confirmed, the ODC will be generally released.
Released for General Usage. You will need to raise a ServiceOne Request asking for 'Access to the Open Data Cube'.


========================================
Open Data Cube Current Products
========================================
The following products have a known index in the Open Data Cube. If the product or date-range you wish to analyse is not currently present in the Data Cube, please raise a ServiceOne request for 'Add of Modify open Data Cube Datasets'.

+----------------------------+-----------------------------------------------------------------------------------------------------------------------+
| ODC Product Name | Description |
+============================+=======================================================================================================================+
| ga_lst5_ard_3 | Geoscience Australia Landsat 5 Thematic Mapper Analysis Ready Data Collection 3 |
+----------------------------+-----------------------------------------------------------------------------------------------------------------------+
| ga_ls7e_ard_3 | Geoscience Australia Landsat 7 Enhanced Thematic Mapper Plus Analysis Ready Data Collection 3 |
+----------------------------+-----------------------------------------------------------------------------------------------------------------------+
| ga_ls8c_ard_3 | Geoscience Australia Landsat 8 Operational Land Imager and Thermal Infra-Red Scanner Analysis Ready Data Collection 3 |
+----------------------------+-----------------------------------------------------------------------------------------------------------------------+
| ga_s2am_ard_provisional_3 | Geoscience Australia Sentinel 2a MSI Analysis Ready Data Collection 3 (provisional) |
+----------------------------+-----------------------------------------------------------------------------------------------------------------------+
| ga_s2bm_ard_provisional_3 | Geoscience Australia Sentinel 2b MSI Analysis Ready Data Collection 3 (provisional) |
+----------------------------+-----------------------------------------------------------------------------------------------------------------------+
| ls5_nbart_geomedial_annual | Surface Reflectance Geometric Median 25 metre, 100km tile, Australian Albers Equal Area projection (EPSG:3577) |
+----------------------------+-----------------------------------------------------------------------------------------------------------------------+
| ls7_nbart_geomedial_annual | Surface Reflectance Geometric Median 25 metre, 100km tile, Australian Albers Equal Area projection (EPSG:3577) |
+----------------------------+-----------------------------------------------------------------------------------------------------------------------+
| ls8_nbart_geomedian_annual | Surface Reflectance Geometric Median 25 metre, 100km tile, Australian Albers Equal Area projection (EPSG:3577) |
+----------------------------+-----------------------------------------------------------------------------------------------------------------------+
| s2a_ard_granule | Sentinel-2A MSI Definitive ARD - NBART and Pixel Quality |
+----------------------------+-----------------------------------------------------------------------------------------------------------------------+
| s2b_ard_granule | Sentinel-2B MSI Definitive ARD - NBART and Pixel Quality |
+----------------------------+-----------------------------------------------------------------------------------------------------------------------+

Will be populated when the ODC reaches General Availability on the HPC.


========================================
Expand All @@ -23,7 +47,7 @@ Open Data Cube Installation Guide

The Open Data Cube is best installed into a Conda Environment, allowing you to update and manipulate it as needed.

1. Follow the Jupyter Conda Setup, if you wish to use the ODC via the JupyterHub instace
1. Follow the Jupyter Conda Setup, if you wish to use the ODC via the JupyterHub instance
2. ``conda install datacube``. If this step hangs for more that 5 minutes, then follow the 'Advanced Installation Guide' further down this page to get split the install into smaller parts
3. Raise a ServiceOne request for 'Access to the Open Data Cube'
4. Place the provided configuration file in the following location on the HPC /home/<FAN>/.datacube.conf
Expand All @@ -43,4 +67,5 @@ As the Open Data Cube is quite complicated, sometimes Conda can have trouble res
6. ``conda install datacube``
7. Raise a ServiceOne request for 'Access to the Open Data Cube'
8. Place the provided configuration file in the following location on the HPC /home/<FAN>/.datacube.conf
9. Activate your Conda environment, and run ``datacube system check`` to verify that your ODC connects correctly
9. Activate your Conda environment, and run ``datacube system check`` to verify that your ODC connects correctly
10.

0 comments on commit 46a3bbe

Please sign in to comment.