Type: Package
Package: geodimension
Title: Definition of Geographic Dimensions
Version: 2.0.0
Authors@R: c(
    person("Jose", "Samos", , "jsamos@ugr.es", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-4457-3439")),
    person("Universidad de Granada", role = "cph")
  )
Description: The geographic dimension plays a fundamental role in
    multidimensional systems. To define a geographic dimension in a star
    schema, we need a table with attributes corresponding to the levels of
    the dimension. Additionally, we will also need one or more geographic
    layers to represent the data using this dimension. The goal of this
    package is to support the definition of geographic dimensions from
    layers of geographic information related to each other. It makes it
    easy to define relationships between layers and obtain the necessary
    data from them.
License: MIT + file LICENSE
URL: https://josesamos.github.io/geodimension/,
        https://github.com/josesamos/geodimension
BugReports: https://github.com/josesamos/geodimension/issues
Depends: R (>= 2.10)
Imports: dplyr, methods, sf, snakecase, tibble, tidyselect
Suggests: knitr, pander, rmarkdown, testthat
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2024-01-08 16:43:50 UTC; joses
Author: Jose Samos [aut, cre] (<https://orcid.org/0000-0002-4457-3439>),
  Universidad de Granada [cph]
Maintainer: Jose Samos <jsamos@ugr.es>
Repository: CRAN
Date/Publication: 2024-01-09 00:00:02 UTC
Built: R 4.6.0; ; 2025-07-18 08:01:46 UTC; unix
