Giter Site home page Giter Site logo

daniel-furman / python-species-distribution-modeling Goto Github PK

View Code? Open in Web Editor NEW
15.0 1.0 4.0 22.25 MB

A brief Python tutorial for geospatial classification.

Home Page: https://bit.ly/sdms-tutorial

License: MIT License

R 0.42% HTML 73.45% Jupyter Notebook 26.13%
species-distribution-modelling geospatial mapping python

python-species-distribution-modeling's Introduction

Species Distribution Models in Python


See the tutorial link.


A short tutorial for spatial classification in Python through an example in species distribution modeling. Read on for more advanced applications of SDM modeling in ecological research, which, at heart, use the same basics as covered in the tutorial.

Examples of SDMs research outputs using Python

Example 1: "EcoRisk Forecasts - California" for DAT/Artathon 2021


Descriptive Stats for Climatic Change between 1985 to 2070 at Species Presences:

Bioclimatic Variable Coast redwood % Change Giant sequoia % Change Joshua tree % Change
Temperature Annual Mean +22% +47% +24%
Temperature Annual Range +5% +4% +2%
Precipitation Driest Month -1% -2% -7%
  • SSP 370 CMIP6 models for the IPCC6 report.
  • Bioclimatic Features from WorldClim2
  • Species presences from GBIF and carefully cleaned

Example 2: Probablistic near-current interpolation

  • Blending methods boosted model performances to ~ two-zero false negatives per species.
Coast redwood SDM geo-classification (Sequoia sempervirens) Standard deviations from multiple seeds/samples.
Giant sequioa SDM geo-classification (Sequoiadendron giganteum) Standard deviations from multiple seeds/samples.
Joshua tree SDM geo-classification (Yucca brevifolia) Standard deviations from multiple seeds/samples.

Requirements


Python dependencies are listed in a requirements-py.txt file, including the library version numbers. You can replicate the environment your codebase needs by using virtualenv:

# This creates the virtual environment
cd $PROJECT-PATH
virtualenv ensemble-climate-projections

Then install the dependencies by referring to the requirements-py.txt:

# This installs the modules
pip install -r requirements-py.txt

# This activates the virtual environment
source ensemble-climate-projections/bin/activate

python-species-distribution-modeling's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.