Skip to content

Kapok: Python Library for PolInSAR Forest Height Estimation Using UAVSAR Data

License

Notifications You must be signed in to change notification settings

bhawkins/kapok

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kapok: An Open Source Python Library for PolInSAR Forest Height Estimation Using UAVSAR Data

Kapok is a Python library created for the purposes of estimating forest height and structure using data collected by NASA's Uninhabited Aerial Vehicle Synthetic Aperture Radar (UAVSAR) instrument. The library contains implementations of basic algorithms for processing of polarimetric SAR interferometry (PolInSAR) data, and allows easy import of UAVSAR SLC (single-look complex) stacks (UAVSAR data from multiple repeat-pass flights).

Software primarily designed and written by Michael Denbina, with contributions from Maxim Neumann. See individual source code files for more detailed author information.

If you use this software in a published work, please cite it using the following DOI: https://doi.org/10.5281/zenodo.167040

For reference, also see the following journal articles for PolInSAR forest height estimation results using this software:

M. Simard and M. Denbina, "Forest Canopy Height Estimation with Airborne Repeat-Pass L-Band Polarimetric SAR Interferometry in North American Temperate and Boreal Forests," IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, Submitted, 2017.

M. Denbina and M. Simard, "The effects of topography on forest height and structure estimation from PolInSAR," IEEE Transactions on Geoscience and Remote Sensing, Submitted, 2016.

This library is dependent on the following open source software libraries:

  • Numerical Python (NumPy)
  • Scientific Python (SciPy)
  • HDF5 For Python (h5py)
  • matplotlib
  • Cython
  • Geospatial Data Abstraction Library (GDAL)

See docs/manual.pdf for a user's manual and basic tutorial. The docs/ folder also contains installation guides for Mac OSX and Windows.

Copyright 2016 California Institute of Technology. All rights reserved. United States Government Sponsorship acknowledged.

This software is released under the GNU General Public License. For details, see the file LICENSE.md included with this program, or visit http://www.gnu.org/licenses/. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

About

Kapok: Python Library for PolInSAR Forest Height Estimation Using UAVSAR Data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%