{"id":16704151,"url":"https://github.com/kevcaz/mapswithr","last_synced_at":"2025-06-11T05:38:49.532Z","repository":{"id":102759652,"uuid":"41310571","full_name":"KevCaz/mapsWithR","owner":"KevCaz","description":":book: A document to learn how to make maps with R :world_map:","archived":false,"fork":false,"pushed_at":"2018-11-09T19:16:37.000Z","size":92877,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T05:05:25.122Z","etag":null,"topics":["r","spatial","spatial-analysis","spatial-data"],"latest_commit_sha":null,"homepage":"http://kevcaz.github.io/mapsWithR","language":"HTML","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/KevCaz.png","metadata":{"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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-08-24T15:18:37.000Z","updated_at":"2019-12-07T03:57:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"b43bd98f-efdf-4d06-b346-d3b4de38cff6","html_url":"https://github.com/KevCaz/mapsWithR","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevCaz%2FmapsWithR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevCaz%2FmapsWithR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevCaz%2FmapsWithR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevCaz%2FmapsWithR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevCaz","download_url":"https://codeload.github.com/KevCaz/mapsWithR/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevCaz%2FmapsWithR/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259209994,"owners_count":22822285,"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":["r","spatial","spatial-analysis","spatial-data"],"created_at":"2024-10-12T19:11:28.000Z","updated_at":"2025-06-11T05:38:49.507Z","avatar_url":"https://github.com/KevCaz.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Edit and create maps with R\n\nOriginally, I created this repository to gather material about the creation\nand edition of maps with R. Well, things have dramatically changed recently,\nfor instance [sf](https://github.com/r-spatial/sf) has become the new standard\nfor vector files and is not included in the document, the current document is\ntherefore a bit outdated (there is still some relevant\nmaterial though).\n\nNow, I use this repository to update a short \u0026 sweet tutorial about how\nto turn R into a powerful GIS (see `docs/`) and list valuable resources, *e.g.*:\n\n- I contributed to the creation of this online tutorial: https://insileco.github.io/tuto/rinspace/rinspace_homepage/\n- https://geocompr.robinlovelace.net/\n- http://rspatial.org/intr/index.html\n- https://freegisdata.rtwilson.com/\n\n\n\n## How to obtain the practical guide from the .rmd file\n\nUse the R code below:\n\n```R\ninstall.packages(\"rmarkdown\")\n# pdf\nrmarkdown::render(\"pathto/MapswithR/mapsR.Rmd\", \"pdf_document\")\n# html\nrmarkdown::render(\"pathto/MapswithR/mapsR.Rmd\", \"html_document\")\n# both\nrmarkdown::render(\"pathto/MapswithR/mapsR.Rmd\", \"all\")\n```\n\nor the makefile:\n\n```sh\nmake\n```\n\nLast compilation of the document on November 6th, 2018, `sessionInfo()` is\nprovided below.\n\n\u003cdetails\u003e\n\n```R\nR\u003e sessionInfo()\nR version 3.5.1 (2018-07-02)\nPlatform: x86_64-pc-linux-gnu (64-bit)\nRunning under: Debian GNU/Linux buster/sid\n\nMatrix products: default\nBLAS: /usr/lib/x86_64-linux-gnu/openblas/libblas.so.3\nLAPACK: /usr/lib/x86_64-linux-gnu/libopenblasp-r0.3.3.so\n\n\nlocale:\n [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C               LC_TIME=en_CA.UTF-8        LC_COLLATE=en_US.UTF-8     LC_MONETARY=en_CA.UTF-8\n [6] LC_MESSAGES=en_US.UTF-8    LC_PAPER=en_CA.UTF-8       LC_NAME=C                  LC_ADDRESS=C               LC_TELEPHONE=C\n[11] LC_MEASUREMENT=en_CA.UTF-8 LC_IDENTIFICATION=C\n\nattached base packages:\n[1] methods   datasets  stats     graphics  grDevices utils     base\n\nother attached packages:\n [1] rgdal_1.3-6         rgeos_0.3-28        raster_2.8-4        sp_1.3-1            magrittr_1.5        graphicsutils_1.2-0\n [7] knitr_1.20          rmarkdown_1.10      devtools_1.13.6     inSilecoMisc_0.1.2\n\nloaded via a namespace (and not attached):\n [1] Rcpp_0.12.19     codetools_0.2-15 lattice_0.20-38  digest_0.6.18    crayon_1.3.4     withr_2.1.2      rprojroot_1.3-2  grid_3.5.1\n\n [9] backports_1.1.2  evaluate_0.12    tools_3.5.1      compiler_3.5.1   memoise_1.1.0    htmltools_0.3.6\n```\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevcaz%2Fmapswithr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevcaz%2Fmapswithr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevcaz%2Fmapswithr/lists"}