STAC is a PureScript library for modeling SpatioTemporal Asset Catalogs (STACs) in PureScript.
Installation
Install STAC
with Spago.
spago install stac
Quick start
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.
Documentation
forthcoming
Contributing
forthcoming