Skip to content

miguel-porto/ecoSpace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecoSpace-server

ecoSpace 4-minute tour

ecoSpace is an online tool to interactively assemble, explore and analyse species ecological networks, where species relationships are inferred from plain species occurrence data. It is targeted at revealing the biogeographic structure underlying species assemblages. ecoSpace-server is the Java server that does all the computations necessary for assembling species networks:

  • fetches occurence data from GBIF according to user queries;
  • extracts the values of all bioclimatic variables downloaded from WorldClim for all occurrences;
  • computes and stores the multidimensional kernel density surfaces for the variables chosen by the user (currently up to 3-dimensional spaces are supported);
  • computes and stores the pairwise distance matrices by the intersection of the kernel densities of all pairs of species;
  • assembles species networks based on the distance matrices and the user queries;
  • exposes services for querying the network and displaying kernel density surfaces in self-contained SVG.

The code is here provided as a Maven project. Currently, it is not usable as it stands, cause it is still under development.

About

R package and Java server to compute and query species co-occurrence networks inferred from occurrence data in bioclimatic spaces.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published