Skip to content

52North/lung-client

Repository files navigation

lung-client

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

Development

Requires Node ≥ 20.

npm install
npm start          # serve at http://localhost:4200
npm run build:client

Deployment (Docker)

The 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-client

PORT and BASE_HREF can be overridden via environment variables.

Funding organizations/projects

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
LUNG MV Landesamt für Umwelt, Naturschutz und Geologie Mecklenburg-Vorpommern

License

Apache-2.0. Based on the 52°North Helgoland client.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors