STAC is a PureScript library for modeling SpatioTemporal Asset Catalogs (STACs) in PureScript.
Install STAC
with Spago.
spago install stac
The main entrypoint for the STAC module is Data.Stac
:
> import Data.Stac
> :t StacCollection
Data.Stac
re-exports data defined in the Client
and Model
modules. The Model
module includes types for constructing valid STAC JSON objects. The Client
module includes methods for querying STAC APIs.
Check out the Client Quick Start and Model Quick Start for more information.
forthcoming
forthcoming