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_gridsection- 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_gridparameter section- Return type
See also
stems.gis.grids.TileGrid()