knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "tools/readme/README-",
  out.width = "100%"
)
devtools::load_all()
library(kableExtra)

Work in progress

ecccgeometR

R wrapper for the Environment and Climate Change Canada OGC OpenAPI.

For more information, please see the official documentation.

Installation

ecccgeomtR is not available on CRAN, you can install it from GitHub using remotes

remotes::install_github("rywhale/ecccgeometR")

Available Data

The following collections are available for querying

kable(eccc_collections(), col.names = c("collection", "id"))

To Do



rywhale/ecccgeometR documentation built on Dec. 22, 2021, 8:19 p.m.