chump.objects.modelobjects.model

model is the parent class for all the model objects.

model_ws

set the model working directory. Default is '.'

xmin

set the X coordinate (in CRS unit) of the lowerleft corner of the model grid, default is 0

ymin

set the Y coordinate (in CRS unit) of the lowerleft corner of the model grid, default is 0

rotation

set the rotation (in degree) of the model grid, default is 0

lfactor

set length unit conversion factor from model to coordinate reference system

Example:

>>> lfactor = 0.3048
writeshp

set to true to write a shapefile of the model grid