knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

An idea being explored and shaped. Open for discussion, but may never go anywhere.

Travis build status

geometr

An R package to query Environment and Climate Change Canada's GeoMet webservices

Project Status

This package is maintained by the Knowledge Management Branch of the British Columbia Ministry of Environment and Climate Change Strategy. This project is under construction is not stable for any kind of sustained use.

Features

Installation

install.packages("remotes")
remotes::install_github("bcgov/geometr")

Usage

First we have to load the package

library(geometr)

The collections current supported by the geomet webservice are (as of r Sys.Date()):

collections <- geomet_collection()

collections

The envisioned API is a geomet_data. Currently only hydrometric is supported:

geomet_data(parameter = "hydrometric-daily-mean", station_number = "10PC003", start_date = "1983-07-04")

Getting Help or Reporting an Issue

To report bugs/issues/feature requests, please file an issue.

How to Contribute

If you would like to contribute to the package, please see our CONTRIBUTING guidelines.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

Copyright 2018 Province of British Columbia

Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.

This project was created using the bcgovr package.



bcgov/geometr documentation built on May 6, 2021, 3:21 a.m.