SID:201189627 Repository available in: https://github.com/juanfonsecaLS1/GEOG5995M_2ndAssignment
This repository contains a Jupyter notebook (Bomb_model.ipynb) which describes the development process of an interactive dispersion model. The model estimates how particles are dispersed by the wind if a bomb is set off on top of a building. In an interactive section, the notebook allows the user to specify the parameters of the model by controlling a set of sliders sliders.
The following packages must be installed (a detailed list of packages and their versions is provided in the requirements.txt file)
- random
- csv
- matplotlib.pyplot
- requests
- codecs
- time
- ipywidgets
- Visualisation of the particle density on the ground.
- A text file cointaining the particle density after a full model run.
I tried to deploy a version on the cloud, either as a HTML with a frame or as a rendered Notebook both using a remote kernel (i.e. myblender.org). However, I failed to produce a functional version of the interactive section.