Skip to content

piocalderon/LandUse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAND USE
============

extractregions.py
 - takes as input an Image file and spews out a list of the points (x,y) of the
   contours of the objects in the Image

delaunayconstruction.py
 - constructs a delaunay network out of a set of points and assign each region
   its proportion of land use

axelrodmodel.py
 - performs the Axelrod step and local interaction step

main.py
 - run this code to perform the model 

About

Concepts: Voronoi partitioning, Networks, Contagion, Axelrod Model, Land Use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages