Skip to content
Bernardo Niebuhr edited this page May 10, 2016 · 14 revisions

Welcome to the LS_CORRIDORS wiki!

LandScape Corridors

LSCorridors is a free and open source package developed in Python that simulates multiples functional ecological corridors. It uses a surface of resistance to organismal movement to generate multiple corridors between multiple source-target locations inside the map. To accomplish that, it uses species habitat requirement information and a least-cost path algorithm. The software runs in a GRASS GIS environment.

LSCorridors was developed and is maintained by the Spatial Ecology and Conservation Lab, at Universidade Estadual Paulista, Rio Claro, SP, Brazil.

Authors and contributors

Authors:

Contributors:

Compiling (dynamically) from source

These instruction describe the dynamic compilation of Zonation 4.0.0 on Ubuntu 14.04 (Trusty Tahr). Instructions have not been tested on other distributions/versions. For a set of bash scripts automating the steps below, please see this repository.

1. Install Zonation dependencies

sudo apt-get update

sudo apt-get install cmake build-essential unzip libqt4-dev libfftw3-dev libqwt-dev libboost-all-dev libgdal-dev

2. Get Zonation sources