Package: sx Title: Scalable Spatial Data Analysis Using 'SedonaDB' Version: 0.0.0.9000 Authors@R: person("Egor", "Kotov", , "kotov.egor@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-6690-5345")) Description: Provides scalable spatial operations on vector and raster data using 'Apache SedonaDB' ('DataFusion'-based spatial engine) as backend. Enables efficient processing of large spatial datasets without loading all data into 'R' memory, leveraging 'DuckDB' and 'Arrow' for high-performance I/O. License: MIT + file LICENSE URL: https://github.com/e-kotov/sx, https://www.ekotov.pro/sx/ BugReports: https://github.com/e-kotov/sx/issues SystemRequirements: PROJ (>= 4.8.0), GDAL (>= 2.0.1), GEOS (>= 3.4.0) Depends: R (>= 4.1.0) Imports: cli, DBI, dbplyr, dplyr, duckdb, geoarrow, glue, jsonlite, lifecycle, nanoarrow, rlang, sedonadb, sf, tibble, tidyselect, withr, wk Suggests: areal, arrow, pkgdown, testthat (>= 3.0.0), uuid, yaml, lwgeom Additional_repositories: https://apache.r-universe.dev Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://e-kotov.r-universe.dev Date/Publication: 2026-01-25 22:32:14 UTC RemoteUrl: https://github.com/e-kotov/sx RemoteRef: HEAD RemoteSha: cf364750bd392770d4bb2cc1850e0e14b3125a95 NeedsCompilation: no Packaged: 2026-05-25 06:23:37 UTC; root Author: Egor Kotov [aut, cre, cph] (ORCID: ) Maintainer: Egor Kotov