cedar.config.core module¶
Configuration file handling
-
class
cedar.config.core.Config(config, schema=None)[source]¶ Bases:
collections.abc.MappingCEDAR configuration file
-
classmethod
from_template(schema=None)[source]¶ Load from the included YAML configuration file template
-
get_tile_grid(self)[source]¶ Return the Tile Grid described by this config
- Returns
- Return type
stems.gis.grids.TileGrid
-
classmethod