Skip to content

Commit 97674f9

Browse files
committed
various fixes
1 parent cc0eccd commit 97674f9

File tree

6 files changed

+50
-22
lines changed

6 files changed

+50
-22
lines changed

pages/Getting started with EarthCODE/10 minutes to EarthCODE.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ Platforms differ in four areas: the data they give you access to (and the way yo
7878

7979
### Data Access
8080
Each platform provides a variety of EO data stored on the cloud and expose access in different ways. For example you can access the full Sentinel, Landsat and Modis archives via the Sentinel Hub API on the Euro Data Cube platform. By moving your compute to data, you eliminate the need to download and handle large files and benefit from distributed, cloud-optimized services to scale at the local, regional and global level of analysis. Moreover, by referencing inputs for your workflows through links to a platform, you ensure reusability and reproducibility of your data and workflows.
81-
:::tip note to self - bigger, better, zoomable
82-
:::
81+
<!-- :::tip note to self - bigger, better, zoomable
82+
::: -->
8383
![Sentinel Data https://eox.at/2024/08/sentinel-2-cloudless-2023/](/img/terms/eoxcloudless2023_mediterranean.jpg)
8484
*Sentinel Data at Scale - The Mediterranean - Sentinel 2 Cloudless 2023*
8585

@@ -88,8 +88,8 @@ Each platform provides a variety of EO data stored on the cloud and expose acces
8888
### Workflow Development
8989
EarthCODE platforms differ in interface and how you build and run algorithms: some offer visual process designers, others provide Jupyter Notebooks with extensions, and several combine both. For example OpenEO provides both the OpenEO API and a graphical interface. Many platforms also ship pre‑configured machine‑learning environments and ready‑made domain algorithms. Pick the platform whose tooling matches the tools you already use and project goals; cloud execution keeps everything reproducible and scalable without local setup hassles. By using platforms to develop code you can directly publish end-to-end FAIR workflows that enable users to reproduce and reuse result datasets and code.
9090

91-
:::tip Note to self turn this to a gif of how the editor produces something
92-
:::
91+
<!-- :::tip Note to self turn this to a gif of how the editor produces something
92+
::: -->
9393
![OpenEO Editor](/img/terms/open_eo_save_process.png)
9494
*Open EO Process Editor GUI*
9595

@@ -108,8 +108,8 @@ Platforms vary in the compute they expose: some offer standard CPU and some offe
108108
### Vizualization tools
109109
Platforms differ in how they let you visualize published results from others and present your own results, some embed interactive map widgets, time‑series explorers or dashboard builders, some allow you to easily combine multiple data cubes. DeepESDL, for instance, includes the xcube viewer, a browser‑based component for slicing and animating data cubes. Robust in‑platform visualisation can streamline exploratory analysis and make it easier to share insights, so factor these capabilities into your platform choice.
110110

111-
:::tip Note to self, would be super cool to just embed it, can we do it instead of an image?
112-
:::
111+
<!-- :::tip Note to self, would be super cool to just embed it, can we do it instead of an image?
112+
::: -->
113113
<!-- <details> Potential solution to scroll snapping
114114
<summary>Show DeepESDL viewer</summary>
115115
@@ -122,15 +122,17 @@ Platforms differ in how they let you visualize published results from others and
122122
></iframe>
123123
</details> -->
124124

125-
<iframe src="https://viewer.earthsystemdatalab.net/" title="DeepESDL Vizualization Tools" width="100%" height="700" loading="lazy" onload="this.blur()">
126-
</iframe>
125+
<!-- <iframe src="https://viewer.earthsystemdatalab.net/" title="DeepESDL Vizualization Tools" width="100%" height="700" loading="lazy" onload="this.blur()">
126+
</iframe> -->
127+
128+
![DeepESDL](/img/terms/deepesdlseasfire.png)
127129
*DeepESDL [Xcube Viewer](https://viewer.earthsystemdatalab.net/)*
128130

129131

130-
<details>
131-
<summary>Option 2, just an image </summary>
132+
<!-- <details>
133+
<summary>Click here if the above example does not load</summary>
132134
<img src="/img/terms/deepesdlseasfire.png"/>
133-
</details>
135+
</details> -->
134136

135137

136138
Visit the [Working with Platforms](../Technical%20Documentation/Platforms/) page to explore EarthCODE platform and for help to choose the platform that best suits your research objectives.

pages/Getting started with EarthCODE/index.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ order: 0
1919

2020

2121

22-
2322
## Welcome to EarthCODE!
2423

2524
Whether you are a scientist, a member of a research project, a developer or simply someone interested in using EarthCODE, this guide will help you get started.
@@ -40,8 +39,18 @@ There are two ways to explore EarthCODE:
4039
* [Accessing EarthCODE](./Accessing%20EarthCODE.md) – Accessing EarthCODE and Platforms
4140
* [Troubleshooting and Support](./Troubleshooting%20and%20Support.md) – Help when you need it
4241

43-
:::tip Idea, iterate over the platform logos here
44-
:::
42+
2. **Explore the EarthCODE Platform Ecosystem** – We have a growing ecosystem of platforms to provide [FAIR and Open Earth Observation science tools and infrastructure](../Technical%20Documentation/Platforms/index.md) to explore.
43+
44+
<div style="display: flex; justify-content: center; align-items: center; gap: 2rem; flex-wrap: wrap; margin: 2rem 0;">
45+
<img src="/img/platforms/platform_logos/deepesdl.webp" alt="DeepESDL" style="max-height: 120px; object-fit: contain;" />
46+
<img src="/img/platforms/platform_logos/eurodatacube.png" alt="Euro Data Cube" style="max-height: 120px; object-fit: contain;" />
47+
<img src="/img/platforms/platform_logos/openeo.png" alt="openEO" style="max-height: 120px; object-fit: contain;" />
48+
</div>
49+
<div style="display: flex; justify-content: center; align-items: center; gap: 2rem; flex-wrap: wrap; margin: 2rem 0;">
50+
<img src="/img/platforms/platform_logos/PANGEO.png" alt="DeepESDL" style="max-height: 120px; object-fit: contain;" />
51+
<img src="/img/platforms/platform_logos/Polar-TEP-Logo.png" alt="Euro Data Cube" style="max-height: 120px; object-fit: contain;" />
52+
<img src="/img/platforms/platform_logos/CoCalc_logo.svg.png" alt="openEO" style="max-height: 120px; object-fit: contain;" />
53+
</div>
4554

4655
Whichever path you choose, this guide will support your journey as you engage with the EarthCODE community.
4756

@@ -59,7 +68,8 @@ Here's how it works:
5968
4. Anyone can browse the Open Science Catog, find your published data and workflows, reuse and *reproduce them.
6069
5. The community engages via the **EarthCODE Forum**, which is directly connected to the catalog.
6170

62-
::: tip Users can reproduce, reuse and run your workflows through EarthCODE if they are published via an EarthCODE integrated platform AND If the user has sufficient resources or sponsorship (from NoR) for the compute costs. This is why it is important to consider what tooling/platforms one uses so as to ensure reuse-ability from the start of the project.
71+
::: tip Reusability of Workflows Across Platforms
72+
Users can reproduce, reuse and run your workflows through EarthCODE if they are published via an EarthCODE integrated platform and If the user has sufficient resources through self-sponsorship or sponsorship from the Network of Resources. This is why it is important to consider what tooling/platforms one uses so as to ensure reuse-ability from the start of the project.
6373
:::
6474

6575
![EarthCODE Components](/img/gettingstarted/earthcode-components.png)
@@ -135,12 +145,16 @@ You can explore what **your role** is in the EarthCODE community below:
135145

136146
### I am a:
137147

138-
:::tip note to self
148+
149+
:::tip
150+
Hold down shift to scroll horizontally with your mousewheel
151+
:::
152+
<!-- :::tip note to self
139153
Use Case Examples / Personas
140154
A few brief examples of how a climate scientist, ML developer, or EO analyst might use EarthCODE end-to-end. Helps make abstract concepts concrete.
141155
142156
make these clickable and expandable as well
143-
:::
157+
::: -->
144158
---
145159

146160
<!-- HTML for actor cards Note: Maybe add some icons here for each of the roles -->
@@ -239,7 +253,7 @@ make these clickable and expandable as well
239253
</div>
240254

241255
<style>
242-
/* Container: horizontal scroll + scroll snap. */
256+
243257
.role-cards-container {
244258
display: flex;
245259
flex-wrap: nowrap;
@@ -291,8 +305,8 @@ make these clickable and expandable as well
291305
color: #333;
292306
}
293307
#post-wrapper {
294-
overflow-y: hidden; /* off at first – script re‑enables it later*/
295-
overflow-x: auto; /* horizontal scroll remains on*/
308+
overflow-y: hidden;
309+
overflow-x: auto;
296310
}
297311

298312
</style>

pages/Technical Documentation/Platforms/index.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,27 @@ order: 0
33
---
44
# Working with Platforms
55

6+
EarthCODE partners with a growing ecosystem of platforms to provide FAIR and Open Earth Observation science tools and infrastructure!
7+
8+
<div style="display: flex; justify-content: center; align-items: center; gap: 2rem; flex-wrap: wrap; margin: 2rem 0;">
9+
<img src="/img/platforms/platform_logos/deepesdl.webp" alt="DeepESDL" style="max-height: 120px; object-fit: contain;" />
10+
<img src="/img/platforms/platform_logos/eurodatacube.png" alt="Euro Data Cube" style="max-height: 120px; object-fit: contain;" />
11+
<img src="/img/platforms/platform_logos/openeo.png" alt="openEO" style="max-height: 120px; object-fit: contain;" />
12+
</div>
13+
<div style="display: flex; justify-content: center; align-items: center; gap: 2rem; flex-wrap: wrap; margin: 2rem 0;">
14+
<img src="/img/platforms/platform_logos/PANGEO.png" alt="DeepESDL" style="max-height: 120px; object-fit: contain;" />
15+
<img src="/img/platforms/platform_logos/Polar-TEP-Logo.png" alt="Euro Data Cube" style="max-height: 120px; object-fit: contain;" />
16+
<img src="/img/platforms/platform_logos/CoCalc_logo.svg.png" alt="openEO" style="max-height: 120px; object-fit: contain;" />
17+
</div>
18+
19+
620
This section is your starting point for exploring the platforms and tools available in the EarthCODE ecosystem. Whether you're launching a new project or looking to streamline your existing workflow, you'll find guidance here on how to choose the right platform and their key capabilities.
721

822

923
Here provide only the information that the platforms can be self-sponsored (for those who have already access to them) or can be requested by ESA NOR portal (provide a link and the link to tutorial, for those new to NoR)
1024

1125
The EarthCODE integrated platforms can either be self-sponsored if your team already have access to them. You can alternatively apply for sponsorship from the [Network of Resources](https://nor-discover.org/) for access & resources on your selected platform. Please refer to the [NoR Tutorial Page](../../Training%20and%20Resources/NoR.md) for more details about making a NoR application.
1226

13-
---
14-
1527
## Choosing Tools and Platforms
1628

1729
EarthCODE provides you *single‑sign‑on* access to a growing number of EO platforms that host EO data, development tools and compute. Once you log in with your EarthCODE account, you carry the same identity across the **EarthCODE Portal**, the **EarthCODE Forum**, each **integrated platform**, and the **Open Science Catalog**.
62.7 KB
Loading
175 KB
Loading
20.7 KB
Loading

0 commit comments

Comments
 (0)