Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.11 KB

GEOG5995M - Second Assignment

SID:201189627 Repository available in: https://github.com/juanfonsecaLS1/GEOG5995M_2ndAssignment

SHORT DESCRIPTION:

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.

REQUIREMENTS:

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

OUTPUTS:

  • Visualisation of the particle density on the ground.
  • A text file cointaining the particle density after a full model run.

ISSUES:

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.