cedar.config.build module

Build objects from configuration files

cedar.config.build.build_tile_grid(grid_name=None, grid_filename=None, **kwds)[source]

Build the tile_grid section

Parameters
  • grid_name (str) – Name of the grid to use. If using a custom grid, specify the parameters for it either by passing the filename of a grid definition file, or by passing all the necessary keywords to create a stems.gis.grids.TileGrid.

  • grid_filename (str or pathlib.Path, optional) – Custom tile grid definition file. Should be loadable using stems.gis.grids.load_grids().

  • kwds – Otherwise, pass keywords to initialize a TileGrid

Returns

The tile_grid parameter section

Return type

dict

See also

stems.gis.grids.TileGrid()

cedar.config.build.build_tracker(tile_grid, store, **kwds)[source]

Build the gee section and return a Tracker