You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
caption: "South Georgia Island as seen by Sentinel-2"
14
15
excerpt: "Reference System Python implements and maintains a new version of the RS Software compatible with the new Python-based processors, taking advantage of existing Python libraries (in particular Prefect) and novel tools to maximise the flexibility and simplify the maintainability of the solution."
15
16
16
17
17
18
intro:
18
19
- excerpt: 'Welcome to the Reference-System Python ! Our platform is designed to efficiently orchestrate processing pipelines for Copernicus satellite imagery. We will support at first processing chains for Sentinel-1, Sentinel-2, and Sentinel-3 data. Looking ahead, we’re excited to expand our capabilities to include Sentinel-5P and other upcoming Copernicus missions. Join us on this journey as we unlock valuable insights from Earth observation data! '
excerpt: "RS Server can be deployed on several environments. On a Kubernetes cluster, on a local machine. It is also possible to adopt something in the middle, called the hybrid mode."
91
+
excerpt: "RS Server can be deployed on several environments. On a Kubernetes cluster or on a local machine. From the local machine it is also possible to access both local Catalog and remote RS-Server services."
92
92
url: "/portfolio/deployment"
93
93
btn_label: "Read More"
94
94
btn_class: "btn--primary"
95
95
---
96
96
97
97
{% include feature_row id="intro" type="center" %}
98
98
99
-
{% include feature_row %}
99
+
{% include feature_row id="feature_row_sentinel" %}
100
100
101
101
{% include feature_row id="feature_catalog" type="left" %}
102
102
Here is an example of STAC collection retrieved from RS catalog.
@@ -121,3 +121,24 @@ Here is an example of STAC collection retrieved from RS catalog.
121
121
122
122
{% include feature_row id="feature_deployment" type="left" %}
123
123
124
+
<styletype="text/css">
125
+
#conteneur {
126
+
margin-top:0;
127
+
margin-bottom:0;
128
+
text-align: left;
129
+
}
130
+
</style>
131
+
132
+
## Cluster mode
133
+
Here are **CSC RS-Python in a Nutshell** features from the cluster.
Copy file name to clipboardExpand all lines: _portfolio/feature-catalog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The **SpatioTemporal Asset Catalog (STAC)** specification provides a common stru
20
20
21
21
3.**STAC Collection**: Extends Catalog directly, adding additional fields to enable description of spatial and temporal extents, licenses, keywords, providers, and more.
22
22
23
-
The flexibility and extensibility of the STAC specification allow different domains and tools to utilize it effectively, making it a powerful standard for Earth observation data¹³.
23
+
The flexibility and extensibility of the STAC specification allow different domains and tools to utilize it effectively, making it a powerful standard for Earth observation data.
24
24
25
25
26
26
The STAC spec itself provides a lowest common denominator JSON format to wrap around any relevant data about the earth. The core GeoJSON object and related structures are designed for extension, so it can adapt to different domains.
Copy file name to clipboardExpand all lines: _posts/2024-05-13-checkpoint.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ show_date: true
10
10
categories: rs events
11
11
permalink: /post/checkpoint
12
12
---
13
-
Join us for an interactive webinar introducing the first version of Reference System Python (RS Python) on the 13th June 2024 (date to be confirmed). This checkpoint marks a significant milestone in our journey. RS Python is designed to empower developers, streamline workflows, and enhance productivity.
13
+
Join us for an interactive webinar introducing the first version of Reference System Python (RS Python) on the 20th June 2024 . This checkpoint marks a significant milestone in our journey. RS Python is designed to empower developers, streamline workflows, and enhance productivity.
14
14
15
15
Join the RS Python team for an engaging session. Ask questions, share feedback, and be part of the conversation as we dive into the details of this exciting release!
0 commit comments