Skip to content

Commit 0bdb95d

Browse files
authored
Merge pull request #133 from ESA-APEx/mtr_tool_examples
docs: added examples for project tools
2 parents abc4710 + c00c1c8 commit 0bdb95d

File tree

5 files changed

+52
-4
lines changed

5 files changed

+52
-4
lines changed

instantiation/catalog.qmd

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,26 @@ A more advanced but increasingly common use case is to use a catalogue to track
114114
patches in a STAC catalog. Here we again have a pattern where various components like the EO processing system, model
115115
training scripts and reference data management system all work together around a central metadata store.
116116

117-
## Examples
117+
## Guides
118118

119119
The following guides showcase how you can interact with the catalogue API:
120120

121121
* [Creating APEx single sign-on token](../guides/token.md)
122122
* [Ingesting STAC metadata](../guides/stac_catalog_ingest.ipynb)
123123
* [Linking an APEx STAC Catalogue with an openEO service](../guides/catalog_openeo.ipynb)
124124

125+
## Examples
126+
127+
@tbl-catalogue-examples showcases example projects that use the APEx Product Catalogue:
128+
129+
| Project | URL |
130+
| :------------------------------------- | :----------------------------------------------------------------------------------- |
131+
| APEx | [https://browser.apex.esa.int](https://browser.apex.esa.int/?.language=en) |
132+
| APEx (Demo) | [https://browser.demo.apex.esa.int](https://browser.demo.apex.esa.int/?.language=en) |
133+
| World Ecosystem Extent Dynamics (WEED) | [https://browser.weed.apex.esa.int](https://browser.weed.apex.esa.int/?.language=en) |
134+
135+
: APEx Product Catalogue - Project Examples {#tbl-catalogue-examples}{tbl-colwidths="[30,70]"}
136+
125137
:::{.callout-tip}
126138

127139
## Stay Tuned

instantiation/documentation.qmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,13 @@ innovative documentation practices.
8181

8282
## Examples
8383

84-
The resources below showcase a couple of examples that use the Quarto framework for hosting their project's documentation
85-
portal:
84+
@tbl-documentation-examples showcases example projects that use the APEx Documentation Portal:
8685

8786
| Project | URL | GitHub Repository |
8887
| :------ | :----------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------- |
8988
| APEx | [https://esa-apex.github.io/apex_documentation/](https://esa-apex.github.io/apex_documentation/) | [https://github.com/ESA-APEx/apex_documentation](https://github.com/ESA-APEx/apex_documentation) |
9089

91-
: APEx Documentation Portal - Examples {#tbl-documentation-examples}{tbl-colwidths="[20,40, 40]"}
90+
: APEx Documentation Portal - Project Examples {#tbl-documentation-examples}{tbl-colwidths="[20,40, 40]"}
9291

9392
:::{.callout-tip}
9493

instantiation/geospatial_explorer.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ support for features such as cursor inspection, queries, distance measurements a
1616
integrated charts and graphs. The UI will also provide access to metadata records associated with the data that is
1717
rendered in the Explorer.
1818

19+
## Examples
20+
21+
@tbl-explorer-examples showcases example projects that use the APEx Geospatial Explorer:
22+
23+
| Project | URL |
24+
| :------------------------------ | :--------------------------------------------------------------------------------------------- |
25+
| APEx (Demo) | [https://explorer.demo.apex.esa.int/](https://explorer.demo.apex.esa.int/) |
26+
| SEF - Food Systems | [https://explorer.sef-food.apex.esa.int/](https://explorer.sef-food.apex.esa.int/) |
27+
| SEF - Ecosystems & Biodiversity | [https://explorer.sef-ecosystems.apex.esa.int/](https://explorer.sef-ecosystems.apex.esa.int/) |
28+
29+
: APEx Geospatial Explorer - Project Examples {#tbl-explorer-examples}{tbl-colwidths="[20,80]"}
30+
1931
:::{.callout-tip}
2032

2133
## Stay Tuned

instantiation/ide.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,19 @@ Users can develop and test data processing pipelines that automate the ingestion
7171
processing, and analysis of large EO datasets. An example use case could be to create a workflow setting up a pipeline
7272
to preprocess satellite images and extract relevant features for further analysis.
7373

74+
## Examples
75+
76+
@tbl-ide-examples showcases example projects that utilize the APEx IDE. It is important to note that each IDE requires a
77+
valid APEx account and permissions from the project to access the environment.
78+
79+
| Project | URL |
80+
| :------------------------------ | :----------------------------------------------------------------------------------------- |
81+
| APEx (Demo) | [https://apphub.demo.apex.esa.int/](https://apphub.demo.apex.esa.int/) |
82+
| SEF - Food Systems | [https://apphub.sef-food.apex.esa.int/](https://apphub.sef-food.apex.esa.int/) |
83+
| SEF - Ecosystems & Biodiversity | [https://apphub.sef-ecosystems.apex.esa.int/](https://apphub.sef-ecosystems.apex.esa.int/) |
84+
85+
: APEx IDE - Project Examples {#tbl-ide-examples}{tbl-colwidths="[20,80]"}
86+
7487
:::{.callout-tip}
7588

7689
## Stay Tuned

instantiation/project_portal.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,18 @@ For the project portal service, APEx uses the [Drupal](https://www.drupal.org/)
6060
platform for creating and managing web content. In addition to its extensive content management features, it also allows
6161
for detailed customization.
6262

63+
## Examples
64+
65+
@tbl-portal-examples showcases example projects that use the APEx Project Portal:
66+
67+
| Project | URL |
68+
| :------------------------------ | :------------------------------------------------------- |
69+
| APEx | [https://apex.esa.int/](https://apex.esa.int/) |
70+
| APEx (Demo) | [https://demo.apex.esa.int/](https://demo.apex.esa.int/) |
71+
| World Ecosystem Extent Dynamics | [https://weed.apex.esa.int/](https://weed.apex.esa.int/) |
72+
73+
: APEx Project Portal - Project Examples {#tbl-portal-examples}{tbl-colwidths="[30,70]"}
74+
6375
:::{.callout-tip}
6476

6577
## Stay Tuned

0 commit comments

Comments
 (0)