{"id":15293001,"url":"https://github.com/mlampros/geomongo","last_synced_at":"2026-03-10T11:03:43.038Z","repository":{"id":56934625,"uuid":"99499485","full_name":"mlampros/GeoMongo","owner":"mlampros","description":"Geospatial Queries Using PyMongo in R","archived":false,"fork":false,"pushed_at":"2022-12-07T16:08:29.000Z","size":2803,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T12:25:07.840Z","etag":null,"topics":["geojson","mongodb","pymongo","r","reticulate"],"latest_commit_sha":null,"homepage":"https://mlampros.github.io/GeoMongo/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlampros.png","metadata":{"funding":{"github":["mlampros"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-06T16:33:39.000Z","updated_at":"2023-12-12T09:04:00.000Z","dependencies_parsed_at":"2023-01-24T18:04:32.541Z","dependency_job_id":null,"html_url":"https://github.com/mlampros/GeoMongo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mlampros/GeoMongo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlampros%2FGeoMongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlampros%2FGeoMongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlampros%2FGeoMongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlampros%2FGeoMongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlampros","download_url":"https://codeload.github.com/mlampros/GeoMongo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlampros%2FGeoMongo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259431330,"owners_count":22856501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geojson","mongodb","pymongo","r","reticulate"],"created_at":"2024-09-30T16:37:13.607Z","updated_at":"2026-03-10T11:03:43.003Z","avatar_url":"https://github.com/mlampros.png","language":"R","funding_links":["https://github.com/sponsors/mlampros","https://www.buymeacoffee.com/VY0x8snyh"],"categories":[],"sub_categories":[],"readme":"\n[![tic](https://github.com/mlampros/GeoMongo/workflows/tic/badge.svg?branch=master)](https://github.com/mlampros/GeoMongo/actions)\n[![codecov.io](https://codecov.io/github/mlampros/GeoMongo/coverage.svg?branch=master)](https://codecov.io/github/mlampros/GeoMongo?branch=master)\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/GeoMongo)](http://cran.r-project.org/package=GeoMongo)\n[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/GeoMongo?color=blue)](http://www.r-pkg.org/pkg/GeoMongo)\n\u003ca href=\"https://www.buymeacoffee.com/VY0x8snyh\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" height=\"21px\" \u003e\u003c/a\u003e\n[![Dependencies](https://tinyverse.netlify.com/badge/GeoMongo)](https://cran.r-project.org/package=GeoMongo)\n\n\n## GeoMongo\n\u003cbr\u003e\n\nThe **GeoMongo** package utilizes methods of the [*PyMongo*](https://github.com/mongodb/mongo-python-driver) Python library to initialize, insert and query GeoJson data. Furthermore, it allows the user to validate GeoJson objects and to use the console for [*MongoDB*](https://www.mongodb.com/) (bulk) commands. The [*reticulate*](https://github.com/rstudio/reticulate) package provides the R interface to Python modules, classes and functions. More details on the functionality of GeoMongo can be found in the [blog post](http://mlampros.github.io/2017/08/07/the_GeoMongo_package/) and in the package Vignette.\n\n\n\u003cbr\u003e\n\n### **System Requirements**\n\n\u003cbr\u003e\n\n* [MongoDB (\u003e= 3.4.0)](https://docs.mongodb.com/manual/installation/)\n\n* Python (\u003e= 2.7) [ preferably python 3 because Python 2.7 will reach the end of its life on January 1st, 2020 ]\n\n* [PyMongo](https://github.com/mongodb/mongo-python-driver#installation) (to install use : **python3 -m pip install --upgrade pymongo**)\n\n* [jsonschema](https://pypi.org/project/jsonschema/) (to install use : **pip3 install jsonschema --ignore-installed six**)\n\n\n\u003cbr\u003e\n\n### **Installation of the GeoMongo package**\n\n\u003cbr\u003e\n\nTo install the package from CRAN use, \n\n```R\n\ninstall.packages('GeoMongo')\n\n```\n\u003cbr\u003e\n\nand to download the latest version from Github use the *install_github* function of the devtools package,\n\u003cbr\u003e\u003cbr\u003e\n\n```R\n\ndevtools::install_github(repo = 'mlampros/GeoMongo')\n\n```\n\u003cbr\u003e\nUse the following link to report bugs/issues,\n\u003cbr\u003e\u003cbr\u003e\n\n[https://github.com/mlampros/GeoMongo/issues](https://github.com/mlampros/GeoMongo/issues)\n\n\u003cbr\u003e\n\n### **Citation:**\n\nIf you use the **GeoMongo** R package in your paper or research please cite [https://CRAN.R-project.org/package=GeoMongo](https://CRAN.R-project.org/package=GeoMongo):\n\n\u003cbr\u003e\n\n```R\n@Manual{,\n  title = {{GeoMongo}: Geospatial Queries Using 'PyMongo' in R},\n  author = {Lampros Mouselimis},\n  year = {2021},\n  note = {R package version 1.0.3},\n  url = {https://CRAN.R-project.org/package=GeoMongo},\n}\n```\n\n\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlampros%2Fgeomongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlampros%2Fgeomongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlampros%2Fgeomongo/lists"}