diff --git a/.vuepress/config.js b/.vuepress/config.js index e644a9038..bd5eeafbb 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -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' }, diff --git a/.vuepress/enhanceApp.js b/.vuepress/enhanceApp.js index db373ba97..8b1a17084 100644 --- a/.vuepress/enhanceApp.js +++ b/.vuepress/enhanceApp.js @@ -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' } diff --git a/.vuepress/theme/components/Home.vue b/.vuepress/theme/components/Home.vue index 2b732b05d..86555818a 100644 --- a/.vuepress/theme/components/Home.vue +++ b/.vuepress/theme/components/Home.vue @@ -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.

+

+ 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 openEO Platform or CDSE. For a list of services built on top of openEO, please visit the openEO Hub. +

+

diff --git a/meet-us.md b/meet-us.md deleted file mode 100644 index 6fca3578d..000000000 --- a/meet-us.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -sidebar: false ---- - -# Meet us - -We are always happy to present and discuss the current state of the project. You can **meet us at the following events**: - -* [FOSS4G 2022 (August 25, 14:45–15:15)](https://talks.osgeo.org/foss4g-2022/talk/ELXNEB/) - -Interesting resources from **past events**: - -* [IGARRS Hands on openEO - Materials](events/igarrs2021.md) (July 11) -* [openEO User Workshop - Materials](https://openeo.org/news/2020-09-02-openeo-user-workshop.html) -* [OpenGeoHub Summer School: Plenary on openEO](https://www.youtube.com/watch?v=UdjysZ-IvV0&list=PLXUoTpMa_9s1npXD6S9M0_2pUgnTd6cqV&index=26) -* [FOSS4G 2019: Talk on openEO Earth Observation data cubes](https://media.ccc.de/v/bucharest-286-openeo-earth-observation-data-cubes) -* [Scene From Above: Podcast about openEO and how to facilitate EO processing for new communities](http://scenefromabove.org/podcasts.html) -* [GeoScienceDay 2019: Science Slam about openEO (video)](https://www.youtube.com/watch?v=ziQXgki9ejI) -* [ESA Φ-week 2018: Presentation about the idea of openEO (video)](https://www.youtube.com/watch?v=igmiZw2GCTE&list=PLvT7fd9OiI9X2_QZ12fDhVMFzvign0HEF&index=27) -* [Webinar for the H2020 EO Big Data Hackathon](https://www.youtube.com/watch?v=E0wtDvm2SfA) -* [FOSDEM 2020: Talk on openEO](https://fosdem.org/2020/schedule/event/introduction_to_openeo/) \ No newline at end of file diff --git a/news/2023-05-25-new-openeo-versions-120-200rc1.md b/news/2023-05-25-new-openeo-versions-120-200rc1 copy.md similarity index 100% rename from news/2023-05-25-new-openeo-versions-120-200rc1.md rename to news/2023-05-25-new-openeo-versions-120-200rc1 copy.md diff --git a/news/2023-12-06-openeo-submitted-to-ogc.md b/news/2023-12-06-openeo-submitted-to-ogc.md new file mode 100644 index 000000000..1ebfaf232 --- /dev/null +++ b/news/2023-12-06-openeo-submitted-to-ogc.md @@ -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. \ No newline at end of file diff --git a/platform/README.md b/platform/README.md deleted file mode 100644 index ade948d1b..000000000 --- a/platform/README.md +++ /dev/null @@ -1,3 +0,0 @@ -The openEO Platform homepage has been moved to **[openeo.cloud](https://openeo.cloud)**. - - \ No newline at end of file diff --git a/redirects/meet-us/index.html b/redirects/meet-us/index.html deleted file mode 100644 index 5af110bed..000000000 --- a/redirects/meet-us/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - -

- The page been moved to https://openeo.org/meet-us.html -

- - \ No newline at end of file