Skip to content

Thru-Echoes/PEARL1.0

Repository files navigation

PEARL1.0

Mapping global projections of current and future distributions of 450+ species of parasites.

PEARL1.0 makes use of EWAIM, a mapping framework developed by Oliver Muellerklein and Zhongqi Miao of the Wayne Getz lab at UC Berkeley for interactive web mapping. EWAIM is also used for interactive web mapping of big data / high traffic data systems - see our project on visualizing movement of migratory birds in Israel.

Installation on Redhat Linux

If needed, install local version of Python3:

    cd Python-3.X.X
    mkdir ~/.localpython
    ./configure --prefix=/home/USERNAME/.localpython
    make altinstall
    /home/USERNAME/.localpython/bin/python3

Dependencies of web app:

    pip3 install --upgrade pip
    pip3 install flask flask_bootstrap

1. EWAIM: an Extensible Web App for Interactive Mapping

1.1 Overview

EWAIM-webapp is a web mapping app that uses Leaflet x D3 (Javascript) on the frontend and Flask x PostGreSQL on the backend. In addition, we include a directory titled EWAIM that contains a Python package for some simple data analysis and utility functionality - used in the backend. The EWAIM package has continuous testing through Travis-CL. Users of this app (for now) need to run the setup.py file to make the EWAIM module (EWAIM is imported and used in the main Flask app.py file). Our future development includes building further data processing and analysis functions as well as Species Distribution Model functions in the EWAIM package focused on spatial, movement, and time series data.

Species: Abbreviata bancrofti

Showing predicted changes in native and global habitat due to climate trends using three different distribution models (green, yellow, and red). Current distribution shown in blue.

1.2 Research Application

EWAIM (the webapp as well as the package) will be extended for direct research applications with at least two large-scale research projects in the Wayne Getz lab at UC Berkeley. One will be for the Israel Migratory Bird project - a study that is collecting spatial data of bird movement (roughly 2 million points daily). The other direct application is for PEARL: Parasite Extinction Assessment and Red-Listing - a database of Species Distribution Models (predictions of presence / absence) of species of parasites currently and future projections based on climate change trends.

2. Setup

2.1 CLI Setup of EWAIM Module

    $ python3 setup.py install
    # And test (used for Travis-CL)
    $ python3 setup.py test

2.2 Data Preparation

  • See grd folder for a single species .grd files (current raster and 18 future scenarios)

  • See raster_data_prep folder for raster data preparation.

Follow instructions in raster_data_prep for creating tile map data structure from .grd data of species.

NOTE: running the tile map creation code in raster_data_prep will likely take a very long time (e.g. many days) and generate ~130gb of tile map data from the 455 species + grid files.

3. ToDo x Misc

Future development will include allow users to upload new presence or climate data and automating the building of models based on new input.

About

A web app for interacting with current and future distribution models of parasite species using Leaflet, Flask, and D3js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published