Skip to content

gitter-badger/iSDM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iSDM Build Status

Towards a species-by-species approach to global biodiversity modelling.

Step 1: Download Anaconda for Python 3.

NOTE for Windows: Do not install as Administrator unless admin privileges are required. If you encounter any issues during installation, please temporarily disable your anti-virus software during install, then immediately re-enable it.

Step 2: Create a python environment and install the following packages:
conda create --name=biodiversity six pandas ipython-notebook scikit-learn git basemap matplotlib xlrd numba gdal rasterio python=3

Linux:         source activate biodiversity

Windows:   activate biodiversity

Step 3: Install these additional packages:
pip install pygbif rpy2 geopy geopandas
Step 4: Install iSDM:
git clone https://github.com/remenska/iSDM.git
cd iSDM/
python setup.py install
Step 5: Test if it works:
$ ipython
Python 3.5.1 |Continuum Analytics, Inc.| (default, Dec  7 2015, 11:16:01) 
[...]
In [1]: import iSDM

In [2]: iSDM.__version__
Out[2]: '0.0.1'

About

Interacting Species Distribution Modeling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.4%
  • Other 0.6%