https://github.com/geoadmin/web-geocat-dashboard
Dashboard to show geocat.ch stats and KPI
https://github.com/geoadmin/web-geocat-dashboard
Last synced: 3 months ago
JSON representation
Dashboard to show geocat.ch stats and KPI
- Host: GitHub
- URL: https://github.com/geoadmin/web-geocat-dashboard
- Owner: geoadmin
- Created: 2023-05-25T09:48:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T14:13:12.000Z (over 2 years ago)
- Last Synced: 2025-02-28T19:43:03.225Z (over 1 year ago)
- Language: HTML
- Size: 20.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# geocat dashboard
Dashboard to show geocat.ch stats and KPI
[Dashboard](https://geoadmin.github.io/web-geocat-dashboard/)
## Set up development environment
To test the dashboard locally, you need an http server running (to be able to make http call from `javascript`). You can use the following python package inside the project root directory.
at swisstopo (using powershell)
```
& "C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python" -m http.server 8000
```
Then visit http://localhost:8000