Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Build = "n/a"
View Source
var Version = "v0.5.9"
Functions ¶
func GetVersion ¶
GetVersion returns BHLnames version and build information.
Types ¶
type FromDwCA ¶
type FromDwCA interface { // GetDwCA reads a DarwinCore Archive from a file, and returns // a normalized dwca.Archive object. GetDwCA(fileDwCA string) (dwca.Archive, error) // ImportDwCA converts a dwca.Archive to a Species File Group Archive // database. ImportDwCA(arc dwca.Archive) error // ExportSFGA writes a Species File Group Archive to a file. ExportSFGA(outputPath string) error }
FromDwCA provies methods to convert DarwinCore Archive to Species File Group Archive.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.