A customized 52°North Helgoland Sensor Web Viewer.
This is a fork/modification of the original Helgoland client, adapted for display of data provided by the LUNG MV.
Custom features (not present in the Helgoland-Toolbox):
- Tabular data view
- Data Export in CSV+XLSX format
- Filtering by categories
- Integration von Metadaten aus MetaVer
- Various performance improvements
Requires Node ≥ 20.
npm install
npm start # serve at http://localhost:4200
npm run build:clientThe Dockerfile clones and builds the custom helgoland-toolbox, builds the
client, and serves it with nginx.
docker build -t lung-client .
docker run -p 8080:80 lung-clientPORT and BASE_HREF can be overridden via environment variables.
The development of this client implementations was supported by several organizations and projects. Among other we would like to thank the following organisations and projects:
| Project/Logo | Description |
|---|---|
![]() |
Landesamt für Umwelt, Naturschutz und Geologie Mecklenburg-Vorpommern |
Apache-2.0. Based on the 52°North Helgoland client.
