jzwart / stac4cast

Serialize EFI forecast metadata according to https://stacspec.org standard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stac4cast

R-CMD-check

The goal of stac4cast is to generate STAC catalogs for forecasts.

Installation

You can install the development version of stac4cast from GitHub with:

# install.packages("devtools")
devtools::install_github("eco4cast/stac4cast")

Overview

The STAC metadata standard essentially defines three levels of objects:

  • Items
  • Catalogs
  • Collections

An item is a core atomic unit of data. A catalog is a list of items, a collection is an extension of a catalog that adds additional metadata. These objects are represented as JSON files on a static website, linked by URLs. Once created, STAC can be visualized and explored using tools such as stac browser and queried programmatically with packages such as rstac

Getting started

library(stac4cast)

See the examples directory for current examples.

About

Serialize EFI forecast metadata according to https://stacspec.org standard

License:MIT License


Languages

Language:R 100.0%