Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eodcgmbh/openeo-examples
Python examples of openEO Platform
https://github.com/eodcgmbh/openeo-examples
Last synced: about 1 month ago
JSON representation
Python examples of openEO Platform
- Host: GitHub
- URL: https://github.com/eodcgmbh/openeo-examples
- Owner: eodcgmbh
- Created: 2023-10-31T07:30:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-22T07:44:03.000Z (5 months ago)
- Last Synced: 2024-12-12T20:36:54.516Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 9.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openeo-examples
## Getting started
Visit https://openeo.cloud/ and create and openEO account.
## Set up your python environment
```
poetry install --all-extras
```## Run your python code to connect to openEO
```
import openeo
conn = openeo.connect("openeo.cloud")
conn = conn.authenticate_oidc()
```## openEO documentation can be found at
https://docs.openeo.cloud/
## Explore the notebooks
These notebooks provide simple examples to start using openEO: We create process graphs, send them to openEO, run them as jobs, and download and explore the results.