eo

package
v0.30.0 Latest Latest
Warning

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

Go to latest
Published: Sep 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 {
	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"`
}

type Item added in v0.30.0

type Item struct {
	CloudCover *float64 `json:"eo:cloud_cover,omitempty"`
	SnowCover  *float64 `json:"eo:snow_cover,omitempty"`
}

func (*Item) Decode added in v0.30.0

func (e *Item) Decode(itemMap map[string]any) error

func (*Item) Encode added in v0.30.0

func (e *Item) Encode(itemMap map[string]any) error

func (*Item) URI added in v0.30.0

func (*Item) URI() string

Jump to

Keyboard shortcuts

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