Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectionResponse ¶
type SearchResponse ¶
type StacItem ¶
type StacItem struct { Id string `json:"id,omitempty"` Type string `json:"type,omitempty"` Collection string `json:"collection,omitempty"` StacVersion string `json:"stac_version,omitempty"` StacExtensions []string `json:"stac_extensions,omitempty"` Bbox pq.Float64Array `gorm:"type:float[]"` Geometry models.GeoJSONPoly `json:"geometry,omitempty"` Properties interface{} `json:"properties,omitempty"` Assets interface{} `json:"assets,omitempty"` Links []interface{} `json:"links,omitempty"` }
Click to show internal directories.
Click to hide internal directories.