Maximum Entropy model for Ecological Niche Modelling
157
A Maximum-Entropy model for species habitat modeling, based on the implementation by Shapire et al. v 3.3.3k, Princeton University. The software accepts a table with species,longitude,latitude columns and a set of environmental variables as ASC files. Moreover it requires the specification of the species prevalence value.
Parameters:
Presence data: A CSV file with only species,longitude,latitude columns. Data example: https://data.d4science.net/A7qx
Prevalence: 0.5 default (uninformative prevalence)
Environmental data: A folder containing ASC-formatted environmental data. Data example: https://data.d4science.net/ueBF
docker run -it -v %cd%:/home/docker/ maxent:3.4.4 /bin/sh -c "java -jar ./max_ent_cyb.jar /home/docker/species.csv /home/docker/layers/ /home/docker/output/ 0.5 && zip -rj /home/docker/out_maxent.zip /home/docker/output/"
Content type
Image
Digest
sha256:bcb07ab98…
Size
228.1 MB
Last updated
almost 2 years ago
docker pull gianpaolocoro/maxent:3.4.4