NetCDF-CF Geometry and Timeseries Tools for R

CRAN Downloads CRAN

ncdfgeom reads and writes geometry data (points lines and polygons), attributes of geometries, and time series associated with the geometries in a standards-compliant way.

It implements the NetCDF-CF Spatial Geometries specification and the timeSeries feature type of the Discrete Sampling Geometry NetCDF-CF specification.

Visit the pkgdown site for a complete overview of the package.

Given that this package is fairly new and in active development, please test it out and consider submitting issues and/or contributions!

Installation

ncdfgeom is available via CRAN.

install.packages("ncdfgeom")

For the latest development version:

install.packages("remotes")
remotes::install_github("DOI-USGS/ncdfgeom")

Contributing

First, thanks for considering a contribution! I hope to make this package a community created resource for us all to gain from and won’t be able to do that without your help!

  1. Contributions should be thoroughly tested with testthat.
  2. Code style should attempt to follow the tidyverse style guide.
  3. Please attempt to describe what you want to do prior to contributing by submitting an issue.
  4. Please follow the typical github fork - pull-request workflow.
  5. Make sure you use roxygen and run Check before contributing. More on this front as the package matures.

Disclaimer

This software is in the public domain because it contains materials that originally came from the U.S. Geological Survey, an agency of the United States Department of Interior. For more information, see the official USGS copyright policy

Although this software program has been used by the U.S. Geological Survey (USGS), no warranty, expressed or implied, is made by the USGS or the U.S. Government as to the accuracy and functioning of the program and related program material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.

This software is provided “AS IS.”