pisces.models.core.utils#
Utility tools for accessing Pisces model configuration.
This module provides infrastructure for binding model classes to their corresponding configuration entries in the Pisces global config registry. It is used internally by Pisces to expose user-defined or default configuration options at the class level without hardcoding values.
Functions
|
Inspect the coordinate system of a model without fully instantiating the model. |
|
Inspect the names and shapes of fields in a model file without fully loading the model. |
|
Load the grid from a model file without fully instantiating the model. |
|
Inspect a model file's metadata without fully loading the model. |
|
Load a |
Classes
Descriptor for accessing the registered configuration of a model class. |