{"id":19732711,"url":"https://github.com/hydrology-ifh/roger_dashboard","last_synced_at":"2026-03-19T11:20:53.768Z","repository":{"id":245107673,"uuid":"817283298","full_name":"Hydrology-IFH/roger_dashboard","owner":"Hydrology-IFH","description":"RoGeR Dashboard","archived":false,"fork":false,"pushed_at":"2024-07-15T13:36:42.000Z","size":107572,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-10T18:16:52.674Z","etag":null,"topics":["electron-app","hydrological-modelling","hydrology","research","roger"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hydrology-IFH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-19T11:42:05.000Z","updated_at":"2024-07-18T05:19:11.000Z","dependencies_parsed_at":"2024-11-12T00:28:42.690Z","dependency_job_id":"85245b10-9117-4ca8-aaac-91bd24ffc2b6","html_url":"https://github.com/Hydrology-IFH/roger_dashboard","commit_stats":null,"previous_names":["hydrology-ifh/roger_dashboard"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hydrology-IFH%2Froger_dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hydrology-IFH%2Froger_dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hydrology-IFH%2Froger_dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hydrology-IFH%2Froger_dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hydrology-IFH","download_url":"https://codeload.github.com/Hydrology-IFH/roger_dashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241058338,"owners_count":19902163,"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":["electron-app","hydrological-modelling","hydrology","research","roger"],"created_at":"2024-11-12T00:27:36.650Z","updated_at":"2026-03-03T08:04:10.208Z","avatar_url":"https://github.com/Hydrology-IFH.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RoGeR Dashboard\n\nThis is a small dashboard electron app to visualize RoGeR results.\n\nTo get a quick idea how the app looks like, check out the screenshot below.\n\u003cfigure\u003e\n    \u003cimg src=\"./doc/screenshots/main.png\" alt=\"Screenshot of the main user interface\"\u003e\n    \u003cfigcaption\u003eScreenshot of the main user interface\u003c/figcaption\u003e\n\u003c/figure\u003e\n\nFor further screenshots have a look at the [screenshots directory](./doc/screenshots).\n\n## install\n\nTo install the app, download the latest release from the [releases page](https://github.com/Hydrology-IFH/roger_dashboard/releases) and download the appropriate installer for your system.\n\n## first usage\n\nWhen you start the app for the first time, you will have to select a RoGeR results directory. This is the directory where your RoGeR results are stored. The app will then load the results and display them in the user interface. It will also store the result direcory for future use, so you won't have to search for it again.\n\nYou will find different blocks in the user interface, each displaying different information about the RoGeR results. You can add as many blocks as you like and customize them to your needs. The blocks can be moved around and resized to fit your screen.\n\nUntil now, the app supports the following plot-blocks:\n- **Map**: Displays the TIF-rasters from the RoGeR results on a map. Also supports the \"Zeitschritte\" Rasters with a timescale slider to select the time step.\n- **Hydrograph**: Displays the hydrograph of a selected catchment if found in the result directory.\n\n### Map plot\n\nThe map plot displays the TIF-rasters from the RoGeR results on a map.\nTo customize the map you have to open the settings block inside the map block.\n\n\u003cfigure\u003e\n    \u003cimg src=\"./doc/screenshots/map_menu.png\" alt=\"Screenshot of the map plots menu\"\u003e\n    \u003cfigcaption\u003eScreenshot of the map plots menu\u003c/figcaption\u003e\n\u003c/figure\u003e\n\nOn top is a layer selection menu, where you can select the rasters you want to display on the map.\nBelow that is a map settings menu, where you can change the map style, colorscale range, hover decimals and the opacity of the rasters.\n\nTo compare multiple rasters you can add multiple map blocks to the user interface. Each map block can have its own settings and display different rasters.\n\n### Settings\n\nOn the top right corner of the user interface you will find a settings button. This opens a settings block where you can change the app settings.\n\nHere you can change e.g. the default map settings or store your momentary block layout as the new default layout. This will be used the next time you start the app.\nYou can also reset the app to its default plot-layout.\n\nFurthermore you can have a look at the detected RoGeR control file settings:\n\u003cfigure\u003e\n    \u003cimg src=\"./doc/screenshots/settings_cf.png\" alt=\"Screenshot of the Settings section about the RoGeR control file\"\u003e\n    \u003cfigcaption\u003eScreenshot of the Settings section about the RoGeR control file\u003c/figcaption\u003e\n\u003c/figure\u003e\n\n## development\n\nTo develop the app, clone the repository and install the dependencies with `npm install`. Then you can run the app with `npm run dev`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydrology-ifh%2Froger_dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhydrology-ifh%2Froger_dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydrology-ifh%2Froger_dashboard/lists"}