Metadata-Version: 2.1
Name: hazelbean
Version: 0.6.7
Summary: Geospatial research tools
Home-page: https://github.com/jandrewjohnson/hazelbean
Author: Justin Andrew Johnson
License: UNKNOWN
Download-URL: https://github.com/jandrewjohnson/hazelbean
Keywords: geospatial,raster,shapefile,sustainability science
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# Hazelbean
A collection of geospatial processing tools based on gdal, numpy, scipy, cython, pygeoprocessing, taskgraph, natcap.invest, geopandas and many others to assist in common spatial analysis tasks in sustainability science, ecosystem service assessment, global integrated modelling assessment,  natural capital accounting, and/or calculable general equilibrium modelling.

Hazelbean started as a personal research package of scripts for Justin Johnson and is not supported for broad release. However, hazelbean underlies several experimental software releases, including some from the Natural Capital Project, and thus it is available via "pip install hazelbean". Note that hazelbean only provides a Python 3.6, 64 bit, Windows version, however with the exception of precompiled cython files, it should be cross-platform and cross-version. The precompiled files are only loaded as needed.


## Installation

- Install Anaconda3 with the newest python version (tested at python 3.6.3)
- Install spatial libraries using conda command: "conda install -c conda-forge geopandas"
- Pip install any missing dependencies
- Install spatial libraries using conda command: "conda install -c conda-forge rasterstats"
- Install spatial libraries using conda command: "conda install -c conda-forge netCDF4"
- Install spatial libraries using conda command: "conda install -c conda-forge basemap"

And then finally,
- Install hazelbean with "pip install hazelbean"

## More information
See the author's personal webpage, https://jandrewjohnson.com for more details about the underlying research.


