landlab

Find Landlab’s User Guide on the Landlab Wiki

Landlab Reference Manual and API Documentation

A guide to Landlab’s classes and code.

Grids

Grid types

As of Landlab version 0.2, there are four types of Landlab grid:

The base class is ModelGrid with subclasses RasterModelGrid and VoronoiDelaunayGrid.

VoronoiDelaunayGrid has two further specialized subclasses: HexModelGrid and RadialModelGrid.

Components

This section contains documentation and API reference information for the following categories of components: