aedg_metadata ============= .. py:module:: aedg_metadata .. autoapi-nested-parse:: aedg_metadata: A CLI to generate metadata from input configuration files in support of the Alaska Energy Data Gateway (AEDG) Submodules ---------- .. toctree:: :maxdepth: 1 /api/aedg_metadata/cli/index /api/aedg_metadata/helpers/index Classes ------- .. autoapisummary:: aedg_metadata.ExtentTypes Package Contents ---------------- .. py:class:: ExtentTypes Bases: :py:obj:`str`, :py:obj:`enum.Enum` Different ways to make spatial and temporal extents. Annotations failed syntax checks, or they would look like: infer: Annotated[str, "Infer the extent from the file qualities."] = "infer" calc: Annotated[str, "Calculate the extent from values in the file."] = "calc" specify: Annotated[str, "Read the extent from values in the config file."] = "specify" none: Annotated[str, "Do not include extent."] = "none" .. py:attribute:: calc :value: 'calc' .. py:attribute:: infer :value: 'infer' .. py:attribute:: none :value: 'none' .. py:attribute:: specify :value: 'specify'