Skip to content

jgrss/spfeas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpFeas

SpFeas is a Python library for processing spatial (contextual) image features and image classification.

SpFeas has only been tested on Python 2.7.

Installation

Installation instructions

  1. Open INSTALLATION.ipynb under /notebooks.

  2. Follow the instructions to install SpFeas for your operating system.

  3. On OSX, the following line should print /usr/local/bin/spfeas:

which spfeas
  1. On Windows, the following line should print C:<Python path>\Scripts\spfeas:
where spfeas
  1. To uninstall SpFeas, type the following line in the terminal
pip uninstall spfeas

Usage examples

Print help:

spfeas -h

Print examples:

spfeas -e

Detailed examples

Please refer to /notebooks/examples.ipynb.

Development

For questions or bugs, contact Jordan Graesser ([email protected]).