Package: tphconv Title: Convert Transport Poverty Hub Data to Rasters and Vectors with GISCO IDs Version: 0.1.1 Authors@R: person("Egor", "Kotov", , "kotov.egor@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-6690-5345")) Description: Convert Transport Poverty Hub Data to Rasters and Vectors. The source data comes in CSV files with coordinates in WGS84 (EPSG:4326). To work with this data more efficiently, this package provides helper functions to quickly convert this data to spatial raster grids and vector polygon grids with GISCO IDs. Alternatively, GISCO IDs can be assigned to the data without any geometry generation in a 'data.frame' with optional coordinates columns. License: MIT + file LICENSE URL: https://github.com/e-kotov/tphconv, http://www.ekotov.pro/tphconv/ BugReports: https://github.com/e-kotov/tphconv/issues Imports: fs, readr, sf, sfheaders, terra Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libuv1-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://e-kotov.r-universe.dev Date/Publication: 2025-08-21 21:20:35 UTC RemoteUrl: https://github.com/e-kotov/tphconv RemoteRef: HEAD RemoteSha: 12bd4982d1d4f6726ff406823eba50050ad8cb0b NeedsCompilation: no Packaged: 2026-06-18 08:31:06 UTC; root Author: Egor Kotov [aut, cre, cph] (ORCID: ) Maintainer: Egor Kotov