Skip to content

hmedrano/erddap-status-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ERDDAP Status.html page dashboard

This Streamlit app, uses erddap-python library to collect metrics from public ERDDAP Servers, and uses various plotting libraries to create an interactive dashboard.

ERDDAP it's a data distribution server that gives you a simple, consistent way to download subsets of scientific datasets in common file formats and make graphs and maps.

ERDDAP generates a web page (status.html) with various statistics of the server status. In this demo, we use the erddap-python library that parses all this information and returns it as scalars and DataFrames. With this data, we created this simple dashboard to explore the statistics visually.

Access the web application here

Streamlit screenshot]

Development

Install requirements

pip install -r requirements.txt

Run the app locally

streamlit run dashboard_streamlit_app.py

About

Streamlit powered ERDDAP Server status dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages