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
Install requirements
pip install -r requirements.txt
Run the app locally
streamlit run dashboard_streamlit_app.py