EcohydroLib  1.29
Classes | Namespaces | Variables
grasslib.py File Reference

Classes

class  ecohydrolib.grasslib.GRASSConfig
 
class  ecohydrolib.grasslib.GRASSLib
 

Namespaces

 ecohydrolib.grasslib
 Class that encapsulated environment setup for using GRASS GIS scripting and low-level APIs.
 

Variables

string ecohydrolib.grasslib.GRASS_RASTER_RESAMPLE_NEAREST = 'nearest'
 
string ecohydrolib.grasslib.GRASS_RASTER_RESAMPLE_BILINEAR = 'bilinear'
 
string ecohydrolib.grasslib.GRASS_RASTER_RESAMPLE_BICUBIC = 'bicubic'
 
list ecohydrolib.grasslib.GRASS_RASTER_RESAMPLE_METHODS
 
string ecohydrolib.grasslib.DEFAULT_LOCATION = 'default'
 
string ecohydrolib.grasslib.DEFAULT_MAPSET = 'PERMANENT'