Skip to content

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

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

eco4cast/stac4cast

Repository files navigation

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

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages