Skip to content

Commit

Permalink
Merge pull request #45 from dblodgett-usgs/master
Browse files Browse the repository at this point in the history
Rename!!
  • Loading branch information
dblodgett-usgs authored Aug 14, 2018
2 parents a69bbf4 + 093a878 commit 7059335
Show file tree
Hide file tree
Showing 20 changed files with 520 additions and 1,358 deletions.
13 changes: 8 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Package: netcdf.dsg
Package: ncdfgeom
Type: Package
Title: Discrete Sampling Geometry NetCDF
Version: 0.4.0
Date: 2017-07-17
Author: Luke Winslow, Dave Blodgett
Maintainer: David Blodgett <dblodgett@usgs.gov>
Description: Tools to create discrete sampling geometry NetCDF files from R.
Authors@R: c(person("David", "Blodgett", role = c("aut", "cre"),
email = "dblodgett@usgs.gov"),
person("Luke", "Winslow", role = "ctb"))
Description: Tools to create discrete sampling geometry and spatial geometry NetCDF files.
Imports:
ncdf4,
sp,
Expand All @@ -21,7 +22,9 @@ Suggests:
maptools,
rgeos,
knitr,
rmarkdown
rmarkdown,
pkgdown,
leaflet
License: CC0
LazyData: TRUE
Encoding: UTF-8
Expand Down
6 changes: 3 additions & 3 deletions R/FromNCDFSG.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
#'@export
#'@examples
#'huc_eta_nc <- tempfile()
#'file.copy(system.file('extdata','example_huc_eta.nc', package = 'netcdf.dsg'),
#'file.copy(system.file('extdata','example_huc_eta.nc', package = 'ncdfgeom'),
#' huc_eta_nc, overwrite = TRUE)
#'
#'hucTimeseries <- ncdf4::nc_open(huc_eta_nc)
#'
#'hucPolygons <- sf::read_sf(system.file('extdata','example_huc_eta.json', package = 'netcdf.dsg'))
#'hucPolygons <- sf::read_sf(system.file('extdata','example_huc_eta.json', package = 'ncdfgeom'))
#'plot(sf::st_geometry(hucPolygons))
#'names(hucPolygons)
#'
#'hucPolygons_nc <- netcdf.dsg::ToNCDFSG(nc_file=huc_eta_nc,
#'hucPolygons_nc <- ncdfgeom::ToNCDFSG(nc_file=huc_eta_nc,
#' geomData = hucPolygons,
#' instance_names = hucPolygons$HUC12,
#' instance_dim_name = "station",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Discrete Sampling Geometry tools for R
===
[![Build Status](https://travis-ci.org/USGS-R/netcdf.dsg.svg)](https://travis-ci.org/USGS-R/netcdf.dsg) [![Coverage Status](https://coveralls.io/repos/github/USGS-R/netcdf.dsg/badge.svg?branch=master)](https://coveralls.io/github/USGS-R/netcdf.dsg?branch=master)
[![Build Status](https://travis-ci.org/USGS-R/ncdfgeom.svg)](https://travis-ci.org/USGS-R/ncdfgeom) [![Coverage Status](https://coveralls.io/repos/github/USGS-R/ncdfgeom/badge.svg?branch=master)](https://coveralls.io/github/USGS-R/ncdfgeom?branch=master)

This package is a work in progress intially designed to support timeSeries featuretypes from the NetDF-CF specification.

Expand Down
33 changes: 0 additions & 33 deletions inst/doc/geometry.R

This file was deleted.

186 changes: 0 additions & 186 deletions inst/doc/geometry.Rmd

This file was deleted.

Loading

0 comments on commit 7059335

Please sign in to comment.