https://github.com/mbari-org/gpdviz
Web-based visualization of geolocated point data streams in real-time
https://github.com/mbari-org/gpdviz
openapi scala typescript vue websocket
Last synced: 2 months ago
JSON representation
Web-based visualization of geolocated point data streams in real-time
- Host: GitHub
- URL: https://github.com/mbari-org/gpdviz
- Owner: mbari-org
- License: apache-2.0
- Created: 2022-01-05T00:34:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T03:26:08.000Z (almost 4 years ago)
- Last Synced: 2025-10-07T07:48:33.260Z (9 months ago)
- Topics: openapi, scala, typescript, vue, websocket
- Language: Scala
- Homepage:
- Size: 730 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README

# Gpdviz
Gpdviz is a generic, lightweight tool for web-based visualization
of geolocated point data streams in real-time.
This project is a rewrite of a [previous version](https://github.com/mbari-org/gpdviz-sjs)
written in Scala/Scala.js.
The overall goal of this new project is to modernize the system in general
while also separating the backend and frontend components to make better
use of associated technologies.
The backend will continue to be written in Scala, initially with minimal
changes wrt previous version to facilitate transition, but later on with
use of more recent library versions and migration to Scala3.
The new frontend will be based on Quasar/Vue3 and Typescript.
**Status**: WiP