Type: Package Package: geodimension Title: Definition of Geographic Dimensions Version: 2.0.0.9000 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 (>= 4.1.0) Imports: dplyr, methods, sf, snakecase, tibble, tidyselect Suggests: knitr, pander, rmarkdown, testthat VignetteBuilder: knitr Encoding: UTF-8 Language: en-GB LazyData: true LazyDataCompression: xz Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://josesamos.r-universe.dev Date/Publication: 2024-01-09 07:14:33 UTC RemoteUrl: https://github.com/josesamos/geodimension RemoteRef: HEAD RemoteSha: bfe363f10b53176616698ec944a79bef1afd209d NeedsCompilation: no Packaged: 2026-07-05 03:39:46 UTC; root Author: Jose Samos [aut, cre] (ORCID: ), Universidad de Granada [cph] Maintainer: Jose Samos