Package: gridmaker Title: Create INSPIRE-Compliant Grids with IDs Version: 0.1.0 Authors@R: c( person("Egor", "Kotov", , "kotov.egor@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-6690-5345")), person("Jonas", "Lieth", , "jslth@outlook.com", role = "ctb", comment = c(ORCID = "0000-0002-3451-3176")) ) Description: Creates GISCO compatible and INSPIRE-compliant grids with IDs that look like 'CRS3035RES1000mN3497000E4448000' or '1kmN3497E4447'. Input can be 'sf', 'sfc' objects or bounding boxes. Output can be 'sf' polygons, 'sf' centroids, or just 'data.frame' with grid cell center or bottom left corner coordinates. The resulting grids are always aligned to rounded coordinates as per INSPIRE requirements. License: MIT + file LICENSE URL: https://github.com/e-kotov/gridmaker, https://www.ekotov.pro/gridmaker/ BugReports: https://github.com/e-kotov/gridmaker/issues Imports: later, promises, ps, sf, sfheaders, terra Suggests: carrier, furrr, future, giscoR, knitr, mirai, purrr, quarto, readr, rmarkdown, testthat (>= 3.0.0), withr VignetteBuilder: quarto Config/testthat/edition: 3 Encoding: UTF-8 Language: en Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://e-kotov.r-universe.dev Date/Publication: 2026-01-16 15:13:29 UTC RemoteUrl: https://github.com/e-kotov/gridmaker RemoteRef: HEAD RemoteSha: 944b015921bb18b8b698a399438d6b0025f9c3ef NeedsCompilation: no Packaged: 2026-06-15 08:43:58 UTC; root Author: Egor Kotov [aut, cre, cph] (ORCID: ), Jonas Lieth [ctb] (ORCID: ) Maintainer: Egor Kotov