CanoPy is the Python module for the Georgia Canopy Analysis 2009 project sponsored by the Georgia Forestry Commission (GFC). For further information about this project, please refer to the CanoPy page.
This document explains how to use the CanoPy module. For technical details, please read the CanoPy technical manual. Also refer to the CanoPy tutorial.
We are currently planning on developing a fully open source solution without using ArcGIS and Feature Analyst.
git clone https://github.com/HuidaeCho/canopy.git
canopy_config-example.py
to canopy_config.py
canopy_config.py
to recognize your layers and folder structuresphyregs_layer
in canopy_config.py
naipqq_layer
in canopy_config.py
import sys sys.path.append('C:/path/to/the/canopy/module') import canopy
canopy.assign_phyregs_to_naipqq()
phyreg_ids
phyreg_ids = [8, 7]
canopy.reproject_naip_tiles(phyreg_ids)
canopy.convert_afe_to_canopy_tiff(phyreg_ids)