FdsnPlugs.Availability.RequestParams (fdsn_plugs v0.8.3)

View Source

Defines a structure representing all the parameters in an FDSN availability request.

Summary

Types

t()

Represents the normal parameters as defined by the FDSN

Functions

Map the quality letter from miniSEED2 to Data publication version from miniseed3

Types

t()

@type t() :: %FdsnPlugs.Availability.RequestParams{
  format: atom(),
  includerestricted: boolean(),
  limit: Integer,
  merge: [atom()],
  mergegaps: Float,
  nodata: Integer | String.t(),
  orderby: atom(),
  quality: [atom()],
  show: [atom()],
  source_identifiers: [FdsnPlugs.SourceIdentifier.t()]
}

Represents the normal parameters as defined by the FDSN

Functions

quality_map(q)

@spec quality_map(atom()) :: integer()

Map the quality letter from miniSEED2 to Data publication version from miniseed3