A project created at
Methods that are invoked by demand when data must be updated.
DataParser contains necessary methods for requesting and parsing information from declarator website via its API, it preprocesses data and buffers it in SQLite databases. Visualization file contains methods for data representation, including boxplots, scatterplots, h-line plots and plate map of Russia with different parameters together with data preprocessing methods. plot_grid_map and tile_generator contain code for plate map creation and customization. FreeDeclaration folder contains django web app, which utilizes downloaded data. Django web app run instructions:
- Clone the repository
- Add environment variables to $ export POSTGRES_DATA=DATA database data is stored env_bin/database_env
- Create virtual environment: pip install virtalenv virtualenv venv source venv/bin/activate
- python3 manage.py migrate
- python3 manage.py collectstatic
- python3 manage.py runserver