Back to Course
Cubes & Clouds
0% Complete
0/0 Steps
-
Concepts
Introduction -
What is a Platform?3 Topics|1 Quiz
-
What is a data cube?4 Topics|1 Quiz
-
Open Science, Open Data and the FAIR Principles6 Topics|3 Quizzes
-
DiscoveryData Discovery
-
Data Properties2 Topics|1 Quiz
-
Data Access8 Topics|1 Quiz
-
Process & ShareData Formats & Performance
-
Data Processing
-
System Scaling
-
Result Validation
-
Result Sharing
Lesson 7,
Topic 1
In Progress
Raster Data Loading
Lesson Progress
0% Complete
In openEO, your process graph will always start loading some data, which can be done mainly using the following processes:
load_collection
: loads a collection from the current back-end by its id and returns it as a processable data cube. The data that is added to the data cube can be restricted with the parameters spatial_extent, temporal_extent, bands and properties.load_stac
: loads data from a static STAC catalog or a STAC API Collection and returns the data as a processable data cube. A batch job result can be loaded by providing a reference to it. If supported by the underlying metadata and file format, the data that is added to the data cube can be restricted with the parameters spatial_extent, temporal_extent and bands.
Learn how to load data with this interactive exercise: