Versions in this module Expand all Collapse all v0 v0.5.2 Mar 29, 2019 v0.5.1 Mar 10, 2019 Changes in this version + const AncillaryTextRecord + const AnnotationRecord + const DCS + const DCSFileNameRecord + const EMWIN + const ENCRYPTION_KEY + const GIF + const Head9 + const HeaderStructuredRecord + const IMAGE + const ImageDataFunctionRecord + const ImageNavigationRecord + const ImageStructureRecord + const JPEG + const KeyRecord + const LRIT_RICE + const MESSAGES + const METEOROLOGICAL_DATA + const NOAASpecificHeader + const NO_COMPRESSION + const PrimaryHeader + const RESERVED4 + const RiceCompressionRecord + const SegmentIdentificationRecord + const TEXT + const TimestampRecord + const UNKNOWN + const Unknown + const ZIP + var CompressionType = map[int]string + var CompressionTypeExtension = map[int]string + var FileTypeCode = map[int]string + var HeaderType = map[int]string + func GetCompressionTypeExtension(compressionType int) string + func GetCompressionTypeString(compressionType int) string + func GetFileTypeCodeString(fileTypeCode int) string + func GetHeaderTypeString(headerType int) string + type NOAAProduct struct + ID int + Name string + SubProducts map[int]NOAASubProduct + func MakeNOAAProduct(id int) NOAAProduct + func MakeNOAAProductWithName(id int, name string) NOAAProduct + func MakeNOAAProductWithSubProductsAndName(id int, name string, subProducts map[int]NOAASubProduct) NOAAProduct + func (np *NOAAProduct) GetSubProduct(id int) NOAASubProduct + type NOAASubProduct struct + ID int + Name string + func MakeSubProduct(id int, name string) NOAASubProduct