Skip to content

Commit

Permalink
updated data files
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Sep 23, 2018
1 parent 644b800 commit 3ab0ad6
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 25 deletions.
28 changes: 19 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
Package: asam
Title: Access, Download, Update, Process and Visualize Anti-shipping Activity
Messages (ASAM) Database Files
Messages ('ASAM') Database Files
Version: 0.1.0
Authors@R: c(person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre")))
Description: Anti-shipping Activity Messages (ASAM) include the locations and
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Anti-shipping Activity Messages ('ASAM') include the locations and
descriptive accounts of specific hostile acts against ships and mariners.
The reports may be useful for recognition, prevention and avoidance of
potential hostile activity. The 'asam' package provides a snapshot of the
official ASAM database, utilities to update the local database and the
official polygons defining the ASAM global regions and subregions.
potential hostile activity. A snapshot of the official 'ASAM' database is
included along with utilities to update the local database and the
official polygons defining the 'ASAM' global regions and subregions.
URL: http://gitlab.com/hrbrmstr/asam
BugReports: https://gitlab.com/hrbrmstr/asam/issues
Depends: R (>= 3.2.0)
License: MIT + file LICENSE
Suggests: testthat, sf
Import: sf, rgdal
RoxygenNote: 6.0.1
Suggests:
testthat
Import:
sf,
rgdal
Encoding: UTF-8
RoxygenNote: 6.0.1.9000
7 changes: 3 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# asam 0.1.0
# asam 0.1.1
* updated data files

# asam 0.1.0
* supports simple feature collectioons as well as Spatial objects



14 changes: 13 additions & 1 deletion R/asam-package.r
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
#' Access, download, update and work with Anti-shipping Activity Messages (ASAM)
#' database files
#'
#' Anti-shipping Activity Messages ('ASAM') include the locations and
#' descriptive accounts of specific hostile acts against ships and mariners.
#' The reports may be useful for recognition, prevention and avoidance of
#' potential hostile activity. A snapshot of the official 'ASAM' database is
#' included along with utilities to update the local database and the
#' official polygons defining the 'ASAM' global regions and subregions.
#'
#' - URL: <http://gitlab.com/hrbrmstr/asam>
#' - BugReports: <https://gitlab.com/hrbrmstr/asam/issues>
#'
#' @md
#' @name asam
#' @docType package
#' @author Bob Rudis (@@hrbrmstr)
#' @author Bob Rudis (bob@@rud.is)
#' @import sf rgdal
NULL
8 changes: 4 additions & 4 deletions R/data.r
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#' @seealso \code{\link{asam_refresh}} for updating the dataset,
#' @references \href{http://msi.nga.mil/NGAPortal/MSI.portal?_nfpb=true&_pageLabel=msi_portal_page_65}{ASAM home}
#' @usage data(asam_shp)
#' @note Last updated 2017-06-17
#' @format A \code{SpatialPointsDataFrame} with 12 variables and 7,767 observations
#' @note Last updated 2018-09-23
#' @format A \code{SpatialPointsDataFrame} with 12 variables and 8,003 observations
NULL


Expand Down Expand Up @@ -63,6 +63,6 @@ NULL
#' @seealso \code{\link{asam_refresh}} for updating the dataset,
#' @references \href{http://msi.nga.mil/NGAPortal/MSI.portal?_nfpb=true&_pageLabel=msi_portal_page_65}{ASAM home}
#' @usage data(asam_sf)
#' @note Last updated 2017-06-18
#' @format A simple feature collection with 7,767 features and 12 fields
#' @note Last updated 2018-09-23
#' @format A simple feature collection with 8,003 features and 12 fields
NULL
Binary file modified data/asam_sf.rda
Binary file not shown.
Binary file modified data/asam_shp.rda
Binary file not shown.
16 changes: 13 additions & 3 deletions man/asam.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/asam_sf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/asam_shp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ab0ad6

Please sign in to comment.