{"id":21683752,"url":"https://github.com/open-eo/openeo-odc","last_synced_at":"2025-04-12T07:51:30.860Z","repository":{"id":39338287,"uuid":"365244615","full_name":"Open-EO/openeo-odc","owner":"Open-EO","description":"Functions to map an openEO process graph to a job based on OpenDataCube and Xarray functions.","archived":false,"fork":false,"pushed_at":"2022-06-01T07:42:31.000Z","size":138,"stargazers_count":1,"open_issues_count":6,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T03:04:46.102Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Open-EO.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-07T13:36:24.000Z","updated_at":"2022-01-05T10:48:32.000Z","dependencies_parsed_at":"2022-08-26T02:02:41.829Z","dependency_job_id":null,"html_url":"https://github.com/Open-EO/openeo-odc","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-EO%2Fopeneo-odc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-EO%2Fopeneo-odc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-EO%2Fopeneo-odc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-EO%2Fopeneo-odc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Open-EO","download_url":"https://codeload.github.com/Open-EO/openeo-odc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537003,"owners_count":21120688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T16:13:22.360Z","updated_at":"2025-04-12T07:51:30.836Z","avatar_url":"https://github.com/Open-EO.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openeo-odc\n\n\nMap an openEO process graph to a job based on OpenDataCube and Xarray functions. \n\n\n## Description\n\nThe `openeo-odc` package converts a job from the openEO syntax to an executable Python file, where each openEO process is mapped to its related Xarray function defined in the [openeo-processes-python](https://github.com/Open-EO/openeo-processes-python) repository. Two processes (`load_collection` and `load_results`) map to functions depending on [Open Data Cube](https://github.com/opendatacube).\n\nPackage dependencies:\n1. [openeo-pg-parser-python](https://github.com/Open-EO/openeo-pg-parser-python.git)\n\nNote: `opendatacube`, `xarray` and `openeo-processes-python` are not dependencies because this package simply creates a python file that can be executed in the correct environment where these dependencies are resolved.\n\n## Installation\n\n1.  At the moment, this package is only installable from source.\n    So start with cloning the repository:\n\n        git clone https://github.com/Open-EO/openeo-odc.git\n        cd openeo-odc\n\n2.  It is recommended to install this package in a virtual environment,\n    e.g. by using [`venv` (from the Python standard library)](https://docs.python.org/3/library/venv.html),\n    `virtualenv`, a conda environment, ... For example, to create a new virtual\n    environment using `venv` (in a folder called `.venv`) and to activate it:\n\n        python3 -m venv .venv\n        source .venv/bin/activate\n\n    (You might want to use a different bootstrap python executable\n    instead of `python3` in this example.)\n\n3. Install the package in the virtual environment using one of the following ways, as you prefer:\n\n    - traditional way: `python setup.py install`\n    - with pip: `pip install .`\n    - if you plan to do development on the `openeo-pg-parser-python` package itself,\n        install it in \"development\" mode with `python setup.py develop` or `pip install -e .`\n\n    (Note that in this step we are using `python` and `pip` from the virtual environment.)\n\n\n## Run tests\n\n```\nsource .venv/bin/activate\npython setup.py test\n```\n\n\n## Note\n\nThis project has been set up using PyScaffold 3.1. For details and usage\ninformation on PyScaffold see https://pyscaffold.org/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-eo%2Fopeneo-odc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-eo%2Fopeneo-odc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-eo%2Fopeneo-odc/lists"}