Evaluating bids

Pyhon data programming

Published on the November 29, 2021 in IT & Programming

About this project

Open

Build a program to do the following...

1. Pull in the data file and finds out the bombing point. (I already have the data file that has the bombing point)
2. Calculates where 5000 bacteria will end up.

3. Draws a density map of where all the bacteria end up as an image and displays it on the screen.
4. Saves the density map to a file as text.
The basic algorithm is, for each particle, to move the particle up and along in a loop that picks randomly the way it will go. When it hits the ground, you make a note of where it hit by incrementing a 2D array by one, and start with the next particle.

5. Allow the user to set the number of particles and windspeed-based probabilities
6. Write a ReadMe file about the work
For a context and detail of the task, please download the bacteria bomb winrar file. In this file, you will find the assignment brief with other relevant files.


There is another Winrar file attached named ABM. This file contains the code files for a similar task. This may give you an idea of a little bit of what is expected in the Bacteria Bomb homework because they have some similarities, but the same code must not be used.

Category IT & Programming
Subcategory Data Science
Project size Small
Is this a project or a position? Project
Required availability As needed

Delivery term: December 03, 2021

Skills needed