API reference ============= The public API is a single function, :func:`~noaa_gml_file_reader.read_data`, and the exception it raises on an unrecognized file. Both are imported directly from the top-level ``noaa_gml_file_reader`` package. Reading data files ------------------ .. autofunction:: noaa_gml_file_reader.read_data Exceptions ---------- .. autoexception:: noaa_gml_file_reader.UnrecognizedFormatError :show-inheritance: