Python model of rain eroding a landscape. HydroErosion model places random 'drops' on terrain and moves the terrain based on their movement
Creates two matrices to describe height and bedrock, using perlin noise
Graphs given matrix in 3D
Performs Naive algorithm to erode given landscape, accounting for bedrock
Performed erosion on 300x200 terrain with 600,000 iterations (current maps)