Package: GeoMongo Type: Package Title: Geospatial Queries Using 'PyMongo' Version: 1.0.3 Date: 2021-09-17 Authors@R: c( person(given = "Lampros", family = "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-8024-1546"))) BugReports: https://github.com/mlampros/GeoMongo/issues URL: https://github.com/mlampros/GeoMongo Description: Utilizes methods of the 'PyMongo' 'Python' library to initialize, insert and query 'GeoJson' data (see for more information on 'PyMongo'). Furthermore, it allows the user to validate 'GeoJson' objects and to use the console for 'MongoDB' (bulk) commands. The 'reticulate' package provides the 'R' interface to 'Python' modules, classes and functions. License: Apache License 2.0 SystemRequirements: MongoDB (>= 3.4.0), Python (>= 2.7). Installation instructions and links can be found in the README file. Depends: R(>= 3.2.3) Imports: reticulate, R6, geojsonR, data.table Suggests: testthat, covr, knitr, rmarkdown Encoding: UTF-8 RoxygenNote: 7.1.1 VignetteBuilder: knitr Config/pak/sysreqs: libpng-dev python3 Repository: https://mlampros.r-universe.dev Date/Publication: 2022-12-07 16:08:26 UTC RemoteUrl: https://github.com/mlampros/geomongo RemoteRef: HEAD RemoteSha: e72ec3859d02d49a463550994edfc146baff1364 NeedsCompilation: no Packaged: 2026-06-16 08:45:12 UTC; root Author: Lampros Mouselimis [aut, cre] (ORCID: ) Maintainer: Lampros Mouselimis