Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Downloader interface {
// Return the latest image name after a given time if found.
// If no image was found, filename is "".
ModifiedSince(after time.Time) (filename string, err error)
// Download the image with the given filename.
Download(filename string) (img image.Image, err error)
}
A Downloader is a thing that returns a downloadable image.
type Dscovr ¶
type Dscovr struct{}
Dscovr is a satellite launched by SpaceX. See https://en.wikipedia.org/wiki/Deep_Space_Climate_Observatory
type Himawari ¶
type Himawari struct {
// Depth is the resolution depth. One of 4, 8, 16, 20.
Depth int
}
Himawari is a japanese weather satellite whose images are a pain in the ass to parse. See https://en.wikipedia.org/wiki/Himawari_8
Click to show internal directories.
Click to hide internal directories.