Metadata-Version: 2.1
Name: hazelbean
Version: 0.6.3
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
Miscellaneous data-structure tools.

## 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"


