Package eoxserver :: Package resources :: Package coverages :: Module metadata
[hide private]
[frames] | no frames]

Module metadata

source code

This module contains the implementation of basic XML EO metadata formats and EO metadata objects.
Classes [hide private]
  MetadataFormat
Abstract base class for metada formats.
  XMLMetadataFormat
This is a base class for XML based metadata formats.
  EnvisatDatasetMetadataFormat
Metadata format for ENVISAT datasets.
  XMLEOMetadataFormat
This is the base class for XML EO Metadata formats implementing :class:`~.EOMetadataFormatInterface`.
  NativeMetadataFormat
This is an implementation of an EOxServer native metadata format.
  EOOMFormat
This is a basic implementation of the OGC (and ESA HMA) EO O&M metadata format.
  DIMAPFormat
  EOMetadata
This is an implementation of :class:`~.GenericEOMetadataInterface`.
  XMLEOMetadataFileReader
This is an implementation of :class:`~.EOMetadataReaderInterface` for local XML files, i.e.
  DatasetMetadataFileReader
This is an implementation of :class:`~.EOMetadataReaderInterface` for local dataset files, i.e.
  NativeMetadataFormatEncoder
Encodes EO Coverage metadata
Variables [hide private]
  NS_EOP = 'http://www.opengis.net/eop/2.0'
  NS_OMD = 'http://www.opengis.net/om/2.0'
  NS_GML = 'http://www.opengis.net/gml/3.2'
  __package__ = 'eoxserver.resources.coverages'