Skip to content

Commit

Permalink
OGC news, update front page and menu
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Dec 6, 2023
1 parent 750a288 commit 1bac31d
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 42 deletions.
6 changes: 2 additions & 4 deletions .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,12 @@ module.exports = {
{ text: 'Home', link: '/' },
{ text: 'About', link: '/about.html' },
{ text: 'News', link: '/news/' },
{ text: 'Meet us', link: '/meet-us.html' },
{ text: 'Software', link: '/software.html' },
{ text: 'Hub', link: 'https://hub.openeo.org' },
{ text: 'Services / Hub', link: 'https://hub.openeo.org' },
{ text: 'User Documentation', userNav: true, items: [] },
{ text: 'Developers', devNav: true, items: [] },
{ text: 'PSC', link: '/psc.html' },
{ text: 'Contact', link: '/contact.html' },
{ text: 'Platform', link: 'https://openeo.cloud' }
{ text: 'Contact', link: '/contact.html' }
],
sidebar: 'auto'
},
Expand Down
1 change: 0 additions & 1 deletion .vuepress/enhanceApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default ({ router, Vue }) => {
{ path: '/documentation', redirect: defaultVersion.path },
// Redirect from old openeo.org links to new links
{ path: '/about', redirect: 'about.html' },
{ path: '/meet-us', redirect: 'meet-us.html' },
{ path: '/software', redirect: 'software.html' },
{ path: '/contact', redirect: 'contact.html' },
{ path: '/glossary', redirect: defaultVersion.path + 'glossary.html' }
Expand Down
4 changes: 4 additions & 0 deletions .vuepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
openEO develops an open API to connect R, Python, JavaScript and other clients to big Earth observation cloud back-ends in a simple and unified way.
</p>

<p class="description"><small>
The openEO project has the primary goal to publish the openEO API and process specifications, and to maintain an open-source ecosystem with clients and reference server implementations for the specifications. openEO is not to be confused with independant services that implement the specifications such as <a href="https://openeo.cloud" target="_blank">openEO Platform</a> or <a href="https://dataspace.copernicus.eu/" title="Copernicus Data Space Ecosystem" target="_blank">CDSE</a>. For a list of services built on top of openEO, please visit the <a href="https://hub.openeo.org" target="_blank">openEO Hub</a>.
</small></p>

<p class="action">
<NavLink class="action-button" :item="{link: '/about/', text: 'Why?'}"/>
<NavLink class="action-button" :item="{link: this.$site.themeConfig.docPath, text: 'Get Started!'}"/>
Expand Down
21 changes: 0 additions & 21 deletions meet-us.md

This file was deleted.

26 changes: 26 additions & 0 deletions news/2023-12-06-openeo-submitted-to-ogc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
news: true
title: openEO submitted to OGC for consideration as an OGC community standard
date: 2023-12-06
author: Matthias Mohr
---

The openEO PSC is happy to share that we have submitted openEO to OGC for consideration as an OGC community standard.
More specifically, the [submission document](https://github.com/Open-EO/PSC/blob/main/documents/ogc-submission.adoc) justifies why the openEO API specification (version 1.2.0) and the openEO process specification (version 1.2.0) are - from our point of view - a good candidate for an OGC community standard.
We hope OGC accepts our documents and establishes the corresponding procedures soon.

The members of the openEO PSC voted to submit the justification document to OGC by unanimous consent.
We are glad that the following OGC members confirmed to support the OCG submmissin of openEO:

* University of Münster - Institute for Geoinformatics
* Eurac Research
* VITO (Flemish Institute for Technological Research)
* GeoConnections - Natural Resources Canada
* EUMETSAT
* European Space Agency (ESA)
* EOX IT Services GmbH
* Telespazio VEGA UK Ltd
* Planet Labs PBC
* German Aerospace Center – DLR

We'll keep you updated about the progress. The next step is likely a public request for comments.
3 changes: 0 additions & 3 deletions platform/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions redirects/meet-us/index.html

This file was deleted.

0 comments on commit 1bac31d

Please sign in to comment.