Datacube Access Deployment Guide⚓︎
Note: This Building Block is under active development. Some features may still be evolving, so we recommend using it with consideration as updates are rolled out.
The Datacube Access building block allows users to access and explore multi-dimensional Earth Observation (EO) data using standard APIs. It is built on open standards from OGC (Open Geospatial Consortium).
Introduction⚓︎
Datacube Access gives users simple ways to discover, access, and process large Earth Observation datasets, known as “datacubes.” These datacubes are structured, multi-dimensional sets of data, useful for various analytics and visualisation tasks.
Key Features⚓︎
- Easy Data Access: Quickly access and manage large EO datacubes.
- Uses Open Standards: STAC, openEO, OGC API Processes, OGC Application Packages
- Data Discovery: Easily discover data with STAC API integration.
- Flexible Data Storage: Works with common storage solutions like S3, HTTP or local file systems.
- Data Processing: Execute custom processing jobs using openEO and OGC API Processes.
Interfaces⚓︎
Datacube Access provides the following APIs:
- OGC API Coverages
- OGC API Features
- STAC API
- openEO API for process discovery and execution
Prerequisites⚓︎
Component | Requirement | Documentation Link |
---|---|---|
Kubernetes | Cluster (tested on v1.28) | Installation Guide |
Helm | Version 3.5 or newer | Installation Guide |
kubectl | Configured for cluster access | Installation Guide |
Ingress | Properly installed | Installation Guide |
Cert Manager | Properly installed | Installation Guide |
STAC Catalog | Properly installed | Deployment Guide |
Clone the Deployment Guide Repository:
Validate your environment:
Deployment Steps⚓︎
- Run the Configuration Script
Configuration Parameters During script execution, provide:
INGRESS_HOST
: Domain for ingress hosts.- Example:
example.com
CLUSTER_ISSUER
: Cert-manager issuer for TLS certificates.- Example:
letsencrypt-http01
- Deploy Datacube Access Using Helm
helm repo add eoepca-dev https://eoepca.github.io/helm-charts-dev
helm repo update eoepca-dev
helm upgrade -i datacube-access eoepca-dev/datacube-access \
--values generated-values.yaml \
--version 0.0.2 \
--namespace datacube-access \
--create-namespace
Validation and Operation⚓︎
1. Automated Validation⚓︎
2. Manual Validation via Web Browser⚓︎
Verify endpoints using a web browser:
- Landing/Home Page
- OpenAPI Documentation
- Collections Access
- Conformance Check
3. Manual Validation via cURL⚓︎
Quick command-line checks:
Basic API Check⚓︎
Returns response headers only…
Collection Access Test⚓︎
Validating Kubernetes Resources⚓︎
Check Kubernetes resource health:
- Ensure all pods are
Running
.