Class: CocinaDisplay::Geospatial::CoordinateNormalizer

Inherits:
CoordinatesParser show all
Defined in:
lib/cocina_display/geospatial.rb

Overview

Base class for normalizers that standardize a single coordinate value, as found in Cocina structured values, so that Geo::Coord can parse it. Subclasses define a PATTERN and mix in a parser module for normalize_coord.

Constant Summary

Constants inherited from CoordinatesParser

CocinaDisplay::Geospatial::CoordinatesParser::PATTERN

Method Summary

Methods inherited from CoordinatesParser

hemisphere_first, supports?