Skip to content
/ sdmdl Public
forked from naturalis/sdmdl

Species Distribution Modelling using Deep Learning

License

Notifications You must be signed in to change notification settings

winandh/sdmdl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status License: MIT Coverage Status Updates

sdmdl

An object-oriented python package for species distribution modelling using deep learning. The package allows for a more intuitive and easy exploration of biodiversity patterns by modelling preferences for a great number of environmental variables.

The functionality of this package and the estimates of environmental preferences it obtains is demonstrated by way of three use cases:

  • Domesticated crops and their wild progenitors
  • Mycorrhizal associations
  • Secondary woodiness

The project builds on the previous results obtained by:

Package layout

  • LICENSE - the MIT license, which applies to this package
  • README.md - the README file, which you are now reading
  • requirements.txt - prerequisites to install this package, used by pip
  • setup.py - installer script
  • data/ - contains (some of) the data for the use cases
  • docs/ - contains project documentation files
  • script/ - contains utility scripts
  • sdmdl/ - the library code itself
  • tests/ - unit tests

About

Species Distribution Modelling using Deep Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.0%
  • R 11.0%