Skip to content

Commit ddf5005

Browse files
committed
Add links to technical documentation
1 parent 941612c commit ddf5005

File tree

8 files changed

+68
-20
lines changed

8 files changed

+68
-20
lines changed

_data/navigation.yml

Lines changed: 56 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,66 @@ main:
44
- title: "Events"
55
url: /events
66

7-
sidebar-stac:
8-
- title: "STAC"
7+
sidebar-catalog:
8+
- title: "Catalog"
99
children:
10-
- title: "STAC specification"
11-
url: https://stacspec.org/en/about/stac-spec/
12-
- title: "STAC tutorial"
13-
url: https://stacspec.org/en/tutorials/
10+
- title: "Api REST"
11+
url: https://home.rs-python.eu/rs-documentation/rs-server/docs/doc/api/rest/#/Catalog
12+
- title: "Endpoints"
13+
url: https://home.rs-python.eu/rs-documentation/generate_src_doc/rs-server/catalog/
1414

15-
sidebar-staging:
16-
- title: "External data source links"
17-
image: /assets/images/station/Svalbard_Ground_System_(33796875886).jpg
15+
- title: "STAC standard"
1816
children:
1917
- title: "Specification"
2018
url: https://stacspec.org/en/about/stac-spec/
2119
- title: "Tutorial"
2220
url: https://stacspec.org/en/tutorials/
21+
22+
23+
sidebar-staging:
24+
- title: "CADIP"
25+
children:
26+
- title: "Api REST"
27+
url: https://home.rs-python.eu/rs-documentation/rs-server/docs/doc/api/rest/#/CADIP%20stations
28+
- title: "Endpoints"
29+
url: https://home.rs-python.eu/rs-documentation/generate_src_doc/rs-server/cadip/
30+
- title: "AUXIP"
31+
children:
32+
- title: "Api REST"
33+
url: https://home.rs-python.eu/rs-documentation/rs-server/docs/doc/api/rest/#/ADGS%20stations
34+
- title: "Endpoints"
35+
url: https://home.rs-python.eu/rs-documentation/generate_src_doc/rs-server/adgs/
36+
37+
38+
sidebar-virtual:
39+
- title: "Notebook"
40+
children:
41+
- title: "RS demo"
42+
url: https://home.rs-python.eu/rs-documentation/rs-demo/
43+
44+
45+
sidebar-deployment:
46+
- title: "Notebook"
47+
children:
48+
- title: "Infrastructure deployment"
49+
url: https://home.rs-python.eu/rs-documentation/rs-infrastructure/docs/installation/
50+
- title: "RS-server deployment"
51+
url: https://home.rs-python.eu/rs-documentation/rs-helm/
52+
53+
sidebar-orchestration:
54+
- title: "Prefect"
55+
children:
56+
- title: "Settings"
57+
url: https://home.rs-python.eu/rs-documentation/rs-infrastructure/docs/how-to/Prefect-Worker
58+
- title: "Overview"
59+
url: https://docs.prefect.io/latest/
60+
- title: "Quickstart"
61+
url: https://docs.prefect.io/latest/getting-started/quickstart/
62+
63+
64+
65+
66+
67+
68+
69+

_portfolio/feature-catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Catalog"
33
permalink: /portfolio/catalog
4-
excerpt: "STAC Catalog"
4+
excerpt: "RS-Server provides a STAC Catalog with a fine access control per Collection and per User."
55
header:
66
image: /assets/images/architecture/stac_header.jpg
77
teaser: assets/images/architecture/stac_teaser.jpg
88
sidebar:
99
title: ""
10-
nav: sidebar-stac
10+
nav: sidebar-catalog
1111

1212
---
1313
RS-Server offers a fine **access control** per Collection to the Catalog. Each end-user, thanks to an API-KEY can access to its collection an the ones for which he is authorized. The catalog provided by RS-Server adheres to the SpatioTemporal Asset Catalog (STAC) format. By adopting a standardized format like STAC, RS-Server aims to streamline the organization and querying of geospatial asset metadata.

_portfolio/feature-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Deployment and different modes"
2+
title: "Deployment"
33
permalink: /portfolio/deployment
4-
excerpt: "Deployment"
4+
excerpt: "RS-Server can be deployed on a cluster, in local or on an hybrid mode."
55
header:
66
image: /assets/images/architecture/deployment_header.jpg
77
teaser: /assets/images/architecture/deployment_teaser.jpg

_portfolio/feature-jupyter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: "Virtual environment"
33
permalink: /portfolio/jupyter
4-
excerpt: "RS uses JupyterLab as virtual environment solution."
4+
excerpt: "RS Python proposes JupyterLab as virtual environment to build and start custom Copernicus processing chains."
55
header:
66
image: /assets/images/architecture/jup_header.jpg
77
teaser: /assets/images/architecture/jup_teaser.jpg
88
sidebar:
99
title: ""
10-
nav: sidebar-jupyter
10+
nav: sidebar-virtual
1111

1212
---
13-
RS Python proposes JupyterLab as virtual environement to build and start your custom processing chain.
13+
RS Python proposes JupyterLab as virtual environment to build and start your custom processing chain.
1414

1515

1616
With JupyterLab you will have:

_portfolio/feature-prefect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Orchestration"
33
permalink: /portfolio/prefect
4-
excerpt: "RS uses Prefect as orchestration solution."
4+
excerpt: "RS Python proposed Prefect Open Source as a solution to orchestrate Copernicus worflows."
55
header:
66
image: /assets/images/architecture/prefect_header.jpg
77
teaser: assets/images/architecture/prefect_teaser.jpg
88
sidebar:
99
title: ""
10-
nav: sidebar-prefect
10+
nav: sidebar-orchestration
1111

1212
---
1313

_portfolio/feature-staging.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Staging"
33
permalink: /portfolio/staging
4-
excerpt: "STAC Catalog"
4+
excerpt: "RS-Server offers staging functionality with access control for retrieving products from Copernicus external data sources (like AUXIP and CADIP stations)."
55
header:
66
image: /assets/images/station/staging_header.jpg
77
teaser: /assets/images/station/staging_teaser.jpg
@@ -27,4 +27,5 @@ What is already in this release ?
2727
- Access control
2828
- Access to AUXIP and CADIP station is there !
2929

30-
Access to LTA and PRIP will come on next release.
30+
Access to LTA and PRIP and providing staging as a STAC service will come on next release.
31+

assets/logo/favicon.ico

89.4 KB
Binary file not shown.

favicon.ico

89.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)