Skip to content
Snippets Groups Projects
Commit 3f503e83 authored by Blodgett, David L.'s avatar Blodgett, David L.
Browse files

links and date

parent eea9d3ae
No related branches found
No related tags found
No related merge requests found
Pipeline #164807 passed
...@@ -2,7 +2,7 @@ Package: ncdfgeom ...@@ -2,7 +2,7 @@ Package: ncdfgeom
Type: Package Type: Package
Title: 'NetCDF' Geometry and Time Series Title: 'NetCDF' Geometry and Time Series
Version: 1.1.3 Version: 1.1.3
Date: 2021-04-22 Date: 2022-07-13
Authors@R: c(person("David", "Blodgett", role = c("aut", "cre"), Authors@R: c(person("David", "Blodgett", role = c("aut", "cre"),
email = "dblodgett@usgs.gov"), email = "dblodgett@usgs.gov"),
person("Luke", "Winslow", role = "ctb")) person("Luke", "Winslow", role = "ctb"))
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#' #'
#' This function is a lightwieght wrapper around the functions #' This function is a lightwieght wrapper around the functions
#' \link[areal]{aw_intersect} \link[areal]{aw_total} and \link[areal]{aw_weight} #' \link[areal]{aw_intersect} \link[areal]{aw_total} and \link[areal]{aw_weight}
#' from the \href{https://github.com/slu-openGIS/areal}{areal package}. #' from the \href{https://chris-prener.github.io/areal/}{areal package}.
#' #'
#' @param x sf data.frame source features including one geometry column and one identifier column #' @param x sf data.frame source features including one geometry column and one identifier column
#' @param y sf data.frame target features including one geometry column and one identifier column #' @param y sf data.frame target features including one geometry column and one identifier column
......
#'@title Check NetCDF-DSG File #'@title Check NetCDF-DSG File
#'
#'
#'@param nc A NetCDF path or URL to be opened. #'@param nc A NetCDF path or URL to be opened.
#'
#'@description #'@description
#'Introspects a netCDF file and tries to interpret it as a NetCDF-DSG file. Returns a named #'Introspects a netCDF file and tries to interpret it as a NetCDF-DSG file. Returns a named
#'\code{list} containing \code{instance_id} \code{instance_dim} \code{node_count} #'\code{list} containing \code{instance_id} \code{instance_dim} \code{node_count}
......
#' @title Write geometries and attributes to NetCDF-CF #' @title Write geometries and attributes to NetCDF-CF
#'
#' @param nc_file \code{character} file path to the nc file to be created. #' @param nc_file \code{character} file path to the nc file to be created.
#' @param geom_data sf \code{data.frame} with POINT, LINESTRING, MULTILINESTRING, #' @param geom_data sf \code{data.frame} with POINT, LINESTRING, MULTILINESTRING,
#' POLYGON, or MULTIPOLYGON geometries. Note that three dimensional geometries #' POLYGON, or MULTIPOLYGON geometries. Note that three dimensional geometries
...@@ -67,8 +66,6 @@ write_geometry = function(nc_file, geom_data, instance_dim_name = NULL, variable ...@@ -67,8 +66,6 @@ write_geometry = function(nc_file, geom_data, instance_dim_name = NULL, variable
} }
#'@title Put geometry data in a NetCDF-CF File #'@title Put geometry data in a NetCDF-CF File
#'
#'
#'@param nc_file A string file path to the nc file to be created. It must already have #'@param nc_file A string file path to the nc file to be created. It must already have
#'an instance dimension. #'an instance dimension.
#'@param geom_data An object of class \code{SpatialLines}, \code{SpatialPolygons} #'@param geom_data An object of class \code{SpatialLines}, \code{SpatialPolygons}
......
NetCDF-CF Geometry and Timeseries Tools for R NetCDF-CF Geometry and Timeseries Tools for R
=== ===
![R-CMD-check](https://github.com/usgs-r/ncdfgeom/workflows/R-CMD-check/badge.svg) [![codecov](https://codecov.io/gh/usgs-r/ncdfgeom/branch/master/graph/badge.svg?token=5c1L38yK5q)](https://codecov.io/gh/usgs-r/ncdfgeom) [![CRAN Downloads](https://cranlogs.r-pkg.org/badges/grand-total/ncdfgeom)](https://cran.r-project.org/package=ncdfgeom) [![CRAN](https://www.r-pkg.org/badges/version/ncdfgeom)](https://cran.r-project.org/package=ncdfgeom) ![R-CMD-check](https://github.com/usgs-r/ncdfgeom/workflows/R-CMD-check/badge.svg) [![codecov](https://codecov.io/gh/usgs-r/ncdfgeom/branch/master/graph/badge.svg?token=5c1L38yK5q)](https://app.codecov.io/gh/usgs-r/ncdfgeom) [![CRAN Downloads](https://cranlogs.r-pkg.org/badges/grand-total/ncdfgeom)](https://cran.r-project.org/package=ncdfgeom) [![CRAN](https://www.r-pkg.org/badges/version/ncdfgeom)](https://cran.r-project.org/package=ncdfgeom)
`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. `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.
......
...@@ -29,7 +29,7 @@ weighted means are being generated for the target, y. ...@@ -29,7 +29,7 @@ weighted means are being generated for the target, y.
This function is a lightwieght wrapper around the functions This function is a lightwieght wrapper around the functions
\link[areal]{aw_intersect} \link[areal]{aw_total} and \link[areal]{aw_weight} \link[areal]{aw_intersect} \link[areal]{aw_total} and \link[areal]{aw_weight}
from the \href{https://github.com/slu-openGIS/areal}{areal package}. from the \href{https://chris-prener.github.io/areal/}{areal package}.
} }
\examples{ \examples{
b1 = sf::st_polygon(list(rbind(c(-1,-1), c(1,-1), b1 = sf::st_polygon(list(rbind(c(-1,-1), c(1,-1),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment