{"id":22525501,"url":"https://github.com/bird-house/nandu","last_synced_at":"2025-03-28T03:46:28.728Z","repository":{"id":265277864,"uuid":"895666774","full_name":"bird-house/nandu","owner":"bird-house","description":"Nandu is a demo for ogcapi-process using pygeoapi (like the Emu for PyWPS).","archived":false,"fork":false,"pushed_at":"2024-12-10T14:45:31.000Z","size":142,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-02T05:15:38.583Z","etag":null,"topics":["ogcapi-processes","pygeoapi"],"latest_commit_sha":null,"homepage":"https://nandu.readthedocs.io/en/latest/","language":"Jupyter Notebook","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/bird-house.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-28T16:33:08.000Z","updated_at":"2024-12-10T14:45:31.000Z","dependencies_parsed_at":"2024-11-28T17:43:13.952Z","dependency_job_id":null,"html_url":"https://github.com/bird-house/nandu","commit_stats":null,"previous_names":["bird-house/nandu"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bird-house%2Fnandu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bird-house%2Fnandu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bird-house%2Fnandu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bird-house%2Fnandu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bird-house","download_url":"https://codeload.github.com/bird-house/nandu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245966932,"owners_count":20701759,"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":["ogcapi-processes","pygeoapi"],"created_at":"2024-12-07T06:10:23.586Z","updated_at":"2025-03-28T03:46:28.707Z","avatar_url":"https://github.com/bird-house.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nandu\n\n**Nandu - the bird**\n    This [bird looks like an Emu](https://www.gardenandpatiohomeguide.com/birds-that-look-like-emus/) but its not. The name *Nandu* is mostly used in European countries. Otherwise this bird is called *Rhea*.\n    \n\n**Nandu** is an OGC API - Processes implementation using `pygeoapi`. It provides simple processes like a \"Say Hello\" greeting process.\n\n## Features\n\n- **Hello World Process**: Returns a simple greeting message.\n- **Echo Process**: Returns an echo message after some time.\n\n## Quick Guide\n\nClone the repository:\n```console\ngit clone https://github.com/cehbrecht/nandu.git\ncd nandu\n```\n\nCreate the Conda environment:\n```console\nconda env create -f environment.yml\nconda activate nandu\n```\n\nYou can use make to run the installation:\n```console\nmake install\n```\n\n... and start the service:\n```console\nmake start\n```\n\n## Installation\n\n### Prerequisites\n\n- [Conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/)\n\n### Install from GitHub\n\nClone the repository:\n\n```console\ngit clone https://github.com/cehbrecht/nandu.git\ncd nandu\n```\n\nCreate the Conda environment:\n\n```console\nconda env create -f environment.yml\nconda activate nandu\n```\n\nInstall the project dependencies using [Flit](https://flit.pypa.io/):\n```console\nflit install\n```\n\n## Configuration\n\nEdit pygeoapi config (optional):\n```console\nvim pygeoapi-config.yml\n```\n\nExport paths to configs:\n\n```console\nexport PYGEOAPI_CONFIG=pygeoapi-config.yml\nexport PYGEOAPI_OPENAPI=pygeoapi-openapi.yml \n```\n\nUpdate the OpenAPI configuration:\n\n```console\npygeoapi openapi generate $PYGEOAPI_CONFIG --output-file $PYGEOAPI_OPENAPI\n```\n\n## Usage\n\nStart the pygeoapi server and expose the processes:\n```console\npygeoapi serve\n```\n\nThis will start the API on http://localhost:5000.\n\n\nList all processes:\n\nhttp://localhost:5000/processes\n\n\n\nView process details of \"Hello World\":\nhttp://localhost:5000/processes/hello-world\n\n\nExecute the process:\n```console\ncurl -X POST http://localhost:5000/processes/hello-world/execution \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\n         \"inputs\": {\n             \"name\": \"Alice\"\n         }\n     }'\n```\n\n## Development\n\nRun tests:\n```console\nmake test\n```\n\nCheck coding style:\n```console\nmake lint\n```\n\nBuild docs:\n```console\nmake docs\n```\n\n## Release\n\nPlease check the developer guide.\n\n## Examples\n\nSee usage examples for the processes in the notebooks folder.\n\n## Docker\n\nYou can also use a docker deployment. \n\nBuild images:\n```console\ndocker-compose build\n```\n\nStart container:\n```console\ndocker-compose up\n```\n\n## License\n\nThis project is licensed under the Apache License version 2.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbird-house%2Fnandu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbird-house%2Fnandu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbird-house%2Fnandu/lists"}