Skip to content

pawel-wolff/atmo-access-time-series

Repository files navigation

atmo-access-time-series

Time series analysis service for ATMO-ACCESS project

Installation

Clone the git repository

git clone https://github.com/pawel-wolff/atmo-access-time-series
cd atmo-access-time-series

Install python environment

  • Using conda:
conda env create -f environment.yml
conda activate aats
  • Using pip:
pip install -r requirements.txt

Deployment at localhost

python app.py

Open a web browser and put http://0.0.0.0:8050/ in the address bar.

Remark: at the first usage (and whenever the application's cache is cleared - see below), the application is a bit slow (loading some of datasets' metadata takes time).

Clear application's cache

python clear_cache.py

Initialise application's cache

python init_cache.py

About

Time series analysis service for ATMO-ACCESS project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors