Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 697 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 697 Bytes

eDNAmap

Interpolate eDNA concentration measurements.

Interpolated eDNA map.

Installation:

Install python 2.x
Install dependencies: pip install progressbar pyproj scipy numpy pandas pyshp fiona matplotlib numpy-stl

Usage:

  1. Run interpolate_concentration.py
    This script will construct triangular mesh and interpolate concentration. The resulting mesh is saved in several files: vertices, faces, segments, and holes in the Opinicon/Output folder for subsequent visualization. Interpolated points are combined with the data and saved as an ESRI shapefile.
  2. Execute tricontour.py
    This script will produce contour plot of the triangular mesh