Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.21 KB

ecopop

What are "ecopop units?"

Ecopop units (EUs) are spatially continuous regions that feature similar habitat potential ("eco") and human population ("pop") density. Think “typologies”; EUs were designed to serve as the “grid cells” that bridge the scale gap between an Earth System Model's grid cells (fractions of a degree) and local, process-based population dynamics models (sometimes at-a-point).

Note that "ecopop" was derived from an earlier version called "hydropop," so some figures may refer to "hydropop" or "HPU."

Setup

conda env create -f environment.yml # environment file in repo
pip install git+ssh://[email protected]/VeinsOfTheEarth/rabpro.git

Usage

python ecopop/dev/end_to_end_new.py

Documentation

For installation instructions and descriptions of outputs, see the docs.

Development

# build docs
pip install -r docs/requirements.txt
cd docs && sphinx-build -M html source build

License

This repo is released with a BSD-3 License.