Package: fgdr
Title: Utilities for Fundamental Geo-Spatial Data
Version: 1.0.0
Authors@R: c(
    person(given = "Shinya", family = "Uryu", email = "suika1127@gmail.com", role  = c("aut", "cre"), comment = c(ORCID = "0000-0002-0493-6186"))
    )
Description: Read and Parse for Fundamental Geo-Spatial Data (FGD) which downloads XML file 
    from providing site (<https://fgd.gsi.go.jp/download/menu.php>). The JPGIS format file 
    provided by FGD so that it can be handled as an R spatial object such as 'sf' and 'raster' or 'stars'.
    Supports the FGD version 4.1, and accepts fundamental items and digital elevation models.
License: MIT + file LICENSE
Imports: jpmesh (>= 1.1.1), magrittr (>= 1.5), purrr (>= 0.2.5), raster
        (>= 2.6.7), readr (>= 1.3.1), rlang (>= 0.2.2), sf (>= 0.6.3),
        sp (>= 1.3.1), stars (>= 0.3-1), stringr (>= 1.3.1), tibble (>=
        1.4.2), xml2 (>= 1.2.0)
Encoding: UTF-8
LazyData: true
URL: https://github.com/uribo/fgdr
BugReports: https://github.com/uribo/fgdr/issues
RoxygenNote: 6.1.1
Suggests: covr, roxygen2 (>= 6.1.1), testthat
Depends: R (>= 3.1)
NeedsCompilation: no
Packaged: 2019-10-09 22:51:41 UTC; suryu
Author: Shinya Uryu [aut, cre] (<https://orcid.org/0000-0002-0493-6186>)
Maintainer: Shinya Uryu <suika1127@gmail.com>
Repository: CRAN
Date/Publication: 2019-10-11 10:30:03 UTC
