Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srclosson/geotrack-panel
A grafana visualization for viewing a gps track
https://github.com/srclosson/geotrack-panel
Last synced: 24 days ago
JSON representation
A grafana visualization for viewing a gps track
- Host: GitHub
- URL: https://github.com/srclosson/geotrack-panel
- Owner: srclosson
- License: apache-2.0
- Created: 2022-03-03T20:38:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T15:13:04.000Z (about 1 year ago)
- Last Synced: 2024-04-16T19:40:36.150Z (7 months ago)
- Language: TypeScript
- Size: 388 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Geotrack Panel
The geotrack panel attempts to solve the problem of displaying "enriched geospatial data" within grafana. What does this mean? Given a set of GPS coordinates, what do you want to see? For an exercise enthusiast, you may want to see your track against heart rate. Or what happense to your cadence when going uphill? For automotive applications, this may mean looking to see if the brakes are applied, or being ridden while the vehicle is going downhill. For aerospace engine or battery performance aginst a set of GPS coordinates.
Whatever your application, the geotrack panel endevours to solve these problems in 3D.
## Screenshots
![image](https://github.com/srclosson/geotrack-panel/assets/7053010/b83fb1f9-5e79-43fb-9821-987cf275d156)
![image](https://github.com/srclosson/geotrack-panel/assets/7053010/7ecf27c8-1336-4ba4-902c-37eccfdf491e)## Getting started
1. Install dependencies
```bash
yarn install
```2. Build plugin in development mode or run in watch mode
```bash
yarn dev
```or
```bash
yarn watch
```3. Build plugin in production mode
```bash
yarn build
```## Learn more
- [Build a panel plugin tutorial](https://grafana.com/tutorials/build-a-panel-plugin)
- [Grafana documentation](https://grafana.com/docs/)
- [Grafana Tutorials](https://grafana.com/tutorials/) - Grafana Tutorials are step-by-step guides that help you make the most of Grafana
- [Grafana UI Library](https://developers.grafana.com/ui) - UI components to help you build interfaces using Grafana Design System