eo

package
v0.25.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Asset

type Asset struct {
	CloudCover *float64 `json:"eo:cloud_cover,omitempty"`
	SnowCover  *float64 `json:"eo:snow_cover,omitempty"`
	Bands      []*Band  `json:"eo:bands,omitempty"`
}

func (*Asset) Decode

func (e *Asset) Decode(assetMap map[string]any) error

func (*Asset) Encode

func (e *Asset) Encode(assetMap map[string]any) error

func (*Asset) URI

func (*Asset) URI() string

type Band

type Band struct {
	Name              string   `json:"name,omitempty"`
	CommonName        string   `json:"common_name,omitempty"`
	Description       string   `json:"description,omitempty"`
	CenterWavelength  *float64 `json:"center_wavelength,omitempty"`
	FullWidthHalfMax  *float64 `json:"full_width_half_max,omitempty"`
	SolarIllumination *float64 `json:"solar_illumination,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL