Module
Model.Collection
- Package
- purescript-stac
- Repository
- jisantuc/purescript-stac
#StacCollection Source
newtype StacCollection
A StacCollection
represents a logical grouping of items and other
collections / and catalogs that shares some metadata, namely, temporal
and geographic extents and upstream providers.
Constructors
StacCollection { description :: String, extensionFields :: Object Json, extent :: StacExtent, id :: String, keywords :: Array String, license :: String, links :: Array StacLink, properties :: Json, providers :: Array StacProvider, stacExtensions :: Array String, stacVersion :: String, summaries :: Json, title :: Maybe String }