Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Mean ¶
func Mean[T constraints.Float | constraints.Integer](nums []T) T
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type FileInfo ¶
type FileInfo struct {
Content []struct {
ArchiveSets int `json:"archiveSets"`
Cksum string `json:"cksum"`
DataDay string `json:"dataDay"`
DownloadsLink string `json:"downloadsLink"`
FileID int64 `json:"fileId"`
Md5Sum string `json:"md5sum"`
Mtime int `json:"mtime"`
Name string `json:"name"`
Products string `json:"products"`
ResourceType string `json:"resourceType"`
Self string `json:"self"`
Size int `json:"size"`
} `json:"content"`
DownloadsLink string `json:"downloadsLink"`
FileCount int `json:"file_count"`
Mtime int `json:"mtime"`
Name string `json:"name"`
ResourceType string `json:"resourceType"`
Self string `json:"self"`
Size int `json:"size"`
}
type ModisData ¶
type ModisData []ModisScene
type ModisScene ¶
type ParseErrors ¶
type ParseErrors []error
func (ParseErrors) Error ¶
func (e ParseErrors) Error() string
Click to show internal directories.
Click to hide internal directories.