Skip to content

euracresearch/browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Browser Matsch | Mazia

DOI GitHub tests

Introduction

Data Browser Matsch | Mazia is a user-friendly web-based application to visualize and download micrometeorological and biophysical time series of the Long-Term Socio-Ecological Research site Matsch | Mazia in South Tyrol, Italy. It is designed both for the general public and researchers. The Data Browser Matsch | Mazia drop-down menus allow the user to query the InfluxDB database in the backend by selecting the measurements, time range, land use and elevation. Interactive Grafana dashboards show dynamic graphs of the time series.

Components

Data Browser Matsch | Mazia is a web application composed of three parts:

  1. Two backends: InfluxDB and SnipeIT.
  2. A frontend written in Go that talks to the backends.
  3. A HTML/JavaScript client that implements the user interface and makes HTTP requests to the frontend.

About this repository

This repository contains the frontend code and the HTML/JavaScript client.

Issues

If you encounter a bug or have a feature suggestion, please first check the open issues to see if your request is already being discussed. If an issue does not already exit, feel free to file an issue.

Contributing

If you would like to contribute, please first check the open issues to see if the feature or bug is already being discussed or worked on. If not please feel free to file an issue before sending any code.

To finally contribute fork the repository, create a dedicated feature branch containing the appropriate changes and make a Merge Request for review.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.