{"id":18592881,"url":"https://github.com/kwb-r/fhpredict","last_synced_at":"2025-05-16T10:10:55.158Z","repository":{"id":54412054,"uuid":"171297255","full_name":"KWB-R/fhpredict","owner":"KWB-R","description":"R Package for the Project Flusshygiene","archived":false,"fork":false,"pushed_at":"2021-02-19T15:30:43.000Z","size":1313,"stargazers_count":2,"open_issues_count":12,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-17T21:46:08.023Z","etag":null,"topics":["project-flusshygiene","r","r-package","rstats"],"latest_commit_sha":null,"homepage":"https://kwb-r.github.io/fhpredict","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KWB-R.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}},"created_at":"2019-02-18T14:18:51.000Z","updated_at":"2021-02-19T15:52:11.000Z","dependencies_parsed_at":"2022-08-13T14:50:52.320Z","dependency_job_id":null,"html_url":"https://github.com/KWB-R/fhpredict","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Ffhpredict","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Ffhpredict/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Ffhpredict/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KWB-R%2Ffhpredict/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KWB-R","download_url":"https://codeload.github.com/KWB-R/fhpredict/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254509472,"owners_count":22082892,"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":["project-flusshygiene","r","r-package","rstats"],"created_at":"2024-11-07T01:10:27.265Z","updated_at":"2025-05-16T10:10:55.138Z","avatar_url":"https://github.com/KWB-R.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Appveyor build Status](https://ci.appveyor.com/api/projects/status/github/KWB-R/fhpredict?branch=master\u0026svg=true)](https://ci.appveyor.com/project/KWB-R/fhpredict/branch/master)\n[![Travis build Status](https://travis-ci.org/KWB-R/fhpredict.svg?branch=master)](https://travis-ci.org/KWB-R/fhpredict)\n[![codecov](https://codecov.io/github/KWB-R/fhpredict/branch/master/graphs/badge.svg)](https://codecov.io/github/KWB-R/fhpredict)\n[![Project Status](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)\n[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/fhpredict)]()\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3386817.svg)](https://doi.org/10.5281/zenodo.3386817)\n\n\n# fhpredict\n\nThis R package provides all functions that are\nrequired for the Web application that is developed within the\n[Flusshygiene](https://www.kompetenz-wasser.de/en/project/flusshygiene/) project.\n\n## Installation\n\n```r\n#install.packages(\"remotes\", repos = \"https://cloud.r-project.org\")\nremotes::install_github(\"KWB-R/fhpredict\")\n```\n## Setup\n\nThe function `get_radolan_urls_bucket()` requires two environment variables to \nbe set:\n\n* `FHPREDICT_RADOLAN_API_URL_PROD`: Endpoint to the service that returns URLs to\nRadolan files, \n* `FHPREDICT_RADOLAN_API_TOKEN_PROD`: token that is required to access the \nendpoint. \n\nAll functions that make requests to the Postgres API require the following\nenvironment variables to be set:\n\n* `FHPREDICT_PG_API_URL`\n* `AUTH0_REQ_URL`\n* `AUTH0_CLIENT_ID` \n* `AUTH0_CLIENT_SECRET`\n* `AUTH0_AUDIENCE`\n\nThe following additional envirionment variables are required to download Radolan\nfiles from the AWS S3 server:\n\n* `AWS_ACCESS_KEY_ID`\n* `AWS_SECRET_ACCESS_KEY`\n* `AWS_DEFAULT_REGION`\n\n## Main functions\n\n* [`provide_rain_data()`](https://kwb-r.github.io/fhpredict/dev/reference/provide_rain_data.html)\n* [`build_model()`](https://kwb-r.github.io/fhpredict/dev/reference/build_model.html)\n* [`predict_quality()`](https://kwb-r.github.io/fhpredict/dev/reference/predict_quality.html)\n\n## Documentation\n\nRelease: [https://kwb-r.github.io/fhpredict](https://kwb-r.github.io/fhpredict)\n\nDevelopment: [https://kwb-r.github.io/fhpredict/dev](https://kwb-r.github.io/fhpredict/dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwb-r%2Ffhpredict","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwb-r%2Ffhpredict","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwb-r%2Ffhpredict/lists"}