{
  "_id": "6a587b41ff0138dec5d7407f",
  "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\ninitialize, insert and query 'GeoJson' data (see\n<https://github.com/mongodb/mongo-python-driver> for more\ninformation on 'PyMongo'). Furthermore, it allows the user to\nvalidate 'GeoJson' objects and to use the console for 'MongoDB'\n(bulk) commands. The 'reticulate' package provides the 'R'\ninterface to 'Python' modules, classes and functions.",
  "License": "Apache License 2.0",
  "SystemRequirements": "MongoDB (>= 3.4.0), Python (>= 2.7). Installation\ninstructions and links can be found in the README file.",
  "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": {
    "Date": "2026-07-16 06:28:08 UTC",
    "User": "root"
  },
  "Author": "Lampros Mouselimis [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-8024-1546>)",
  "Maintainer": "Lampros Mouselimis <mouselimislampros@gmail.com>",
  "_user": "mlampros",
  "_type": "src",
  "_file": "GeoMongo_1.0.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/30401e6f8a25c48feb9c11d38276c4c3592d6bbec4c3230eed78a5c1fc1697c0",
  "_filesize": 2684816,
  "_sha256": "30401e6f8a25c48feb9c11d38276c4c3592d6bbec4c3230eed78a5c1fc1697c0",
  "_expires": "2026-10-24T06:33:35.000Z",
  "_created": "2026-07-16T06:28:08.000Z",
  "_published": "2026-07-16T06:33:37.414Z",
  "_jobs": [
    {
      "job": 87551461042,
      "time": 275,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8366945324"
    },
    {
      "job": 87551461090,
      "time": 282,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8366947537"
    },
    {
      "job": 87551461061,
      "time": 134,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8366901183"
    },
    {
      "job": 87551461073,
      "time": 103,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8366891677"
    },
    {
      "job": 87550394717,
      "time": 434,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8366859592"
    },
    {
      "job": 87551461017,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8366895449"
    },
    {
      "job": 87551461072,
      "time": 98,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8366890987"
    },
    {
      "job": 87551461069,
      "time": 114,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8366895031"
    },
    {
      "job": 87551461092,
      "time": 96,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8366890083"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mlampros/actions/runs/29476437446",
  "_status": "success",
  "_upstream": "https://github.com/mlampros/geomongo",
  "_commit": {
    "id": "e72ec3859d02d49a463550994edfc146baff1364",
    "author": "Lampros Mouselimis <mouselimislampros@gmail.com>",
    "committer": "Lampros Mouselimis <mouselimislampros@gmail.com>",
    "message": "update the tic.yml file\n",
    "time": 1670429306
  },
  "_maintainer": {
    "name": "Lampros Mouselimis",
    "email": "mouselimislampros@gmail.com",
    "login": "mlampros",
    "description": "Search (a little bit) and you'll find...",
    "uuid": 3055514,
    "orcid": "0000-0002-8024-1546"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.3",
      "role": "Depends"
    },
    {
      "package": "reticulate",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "geojsonR",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "mlampros",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "geojson",
    "mongodb",
    "pymongo",
    "reticulate"
  ],
  "_stars": 5,
  "_contributors": [
    {
      "user": "mlampros",
      "count": 50,
      "uuid": 3055514
    },
    {
      "user": "monopteryx",
      "count": 6,
      "uuid": 114278455
    }
  ],
  "_userbio": {
    "uuid": 3055514,
    "type": "user",
    "name": "Lampros Mouselimis",
    "followers": 116,
    "description": "Search (a little bit) and you'll find..."
  },
  "_downloads": {
    "count": 292,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/GeoMongo"
  },
  "_devurl": "https://github.com/mlampros/geomongo",
  "_searchresults": 14,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/GeoMongo.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mlampros/geomongo",
  "_realowner": "mlampros",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2017-08-07"
    },
    {
      "version": "1.0.1",
      "date": "2017-09-09"
    },
    {
      "version": "1.0.2",
      "date": "2021-05-07"
    },
    {
      "version": "1.0.3",
      "date": "2021-09-11"
    }
  ],
  "_exports": [
    "geomongo",
    "json_schema_validator",
    "mongodb_console"
  ],
  "_help": [
    {
      "page": "geomongo",
      "title": "mongodb geospatial methods ( using PyMongo in R )",
      "topics": [
        "geomongo"
      ]
    },
    {
      "page": "json_schema_validator",
      "title": "simple way to validate a json instance under a given schema",
      "topics": [
        "json_schema_validator"
      ]
    },
    {
      "page": "mongodb_console",
      "title": "MongoDB (bulk) commands",
      "topics": [
        "mongodb_console"
      ]
    }
  ],
  "_readme": "https://github.com/mlampros/geomongo/raw/HEAD/README.md",
  "_rundeps": [
    "data.table",
    "geojsonR",
    "here",
    "jsonlite",
    "lattice",
    "Matrix",
    "png",
    "R6",
    "rappdirs",
    "Rcpp",
    "RcppArmadillo",
    "RcppTOML",
    "reticulate",
    "rlang",
    "rprojroot",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "the_GeoMongo_package.Rmd",
      "filename": "the_GeoMongo_package.html",
      "title": "Geospatial Queries using Pymongo in R",
      "author": "Lampros Mouselimis",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The GeoMongo package",
        "queries based on first example blog post",
        "queries based on the second (MongoDB) documentation example",
        "When to input data in bson rather than in json format (applies to the geomongo R6 class)"
      ],
      "created": "2017-08-06 16:40:48",
      "modified": "2021-09-17 19:28:12",
      "commits": 3
    }
  ],
  "_score": 4.544068044350276,
  "_indexed": true,
  "_nocasepkg": "geomongo",
  "_universes": [
    "mlampros"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-07-16T06:32:31.000Z",
      "distro": "resolute",
      "commit": "e72ec3859d02d49a463550994edfc146baff1364",
      "fileid": "https://r2.ropensci.org/1b944799180a995e200b919036ec23798c6ab5366ee3e248b676a473a6b62154",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/29476437446"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-07-16T06:32:37.000Z",
      "distro": "resolute",
      "commit": "e72ec3859d02d49a463550994edfc146baff1364",
      "fileid": "https://r2.ropensci.org/fbae15a79077cf240edd6631ed013d89aad7034e4c2efe504185588dd9b5a0ed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/29476437446"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-07-16T06:30:17.000Z",
      "commit": "e72ec3859d02d49a463550994edfc146baff1364",
      "fileid": "https://r2.ropensci.org/a126617cd58f8d5f36f0c1b8adbbd17a8a2ee80f845634df670de85a1c9e1faa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/29476437446"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-07-16T06:29:46.000Z",
      "commit": "e72ec3859d02d49a463550994edfc146baff1364",
      "fileid": "https://r2.ropensci.org/6ca63b6bc705b710acc4be73b45ec46a169fbc593c0d9bc096db45566cbae062",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/29476437446"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.3",
      "date": "2026-07-16T06:30:24.000Z",
      "commit": "e72ec3859d02d49a463550994edfc146baff1364",
      "fileid": "https://r2.ropensci.org/0d0f4a77a9efe5d1e54a5240ddeb3a8d01d1e9da7c5d7f9c3af564019391a8ee",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/29476437446"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-07-16T06:29:32.000Z",
      "commit": "e72ec3859d02d49a463550994edfc146baff1364",
      "fileid": "https://r2.ropensci.org/582aa3716dbf3c96ccb3b90a92762b51cd7667bd7d9fb7774700b46c4651a165",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/29476437446"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-07-16T06:29:49.000Z",
      "commit": "e72ec3859d02d49a463550994edfc146baff1364",
      "fileid": "https://r2.ropensci.org/81c30d9d798be2b7319c0d7e2aede653da226ac2d557c0cc496f2a3a88058d8e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/29476437446"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-07-16T06:29:28.000Z",
      "commit": "e72ec3859d02d49a463550994edfc146baff1364",
      "fileid": "https://r2.ropensci.org/8b9dbcbd293f0d498e545bd6c06b820f2623c195990b5ceb24567499dff60a98",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/29476437446"
    }
  ]
}