{"id":25735720,"url":"https://github.com/e-kotov/albofr","last_synced_at":"2026-06-11T18:31:19.700Z","repository":{"id":278977908,"uuid":"937266416","full_name":"e-kotov/alboFr","owner":"e-kotov","description":"alboFr: Get French Data on Tiger Mosquito Colonisation","archived":false,"fork":false,"pushed_at":"2025-02-23T19:17:53.000Z","size":3480,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-04T20:03:06.227Z","etag":null,"topics":["aedes-albopictus","data","france","tiger-mosquito"],"latest_commit_sha":null,"homepage":"http://www.ekotov.pro/alboFr/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/e-kotov.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json","zenodo":null}},"created_at":"2025-02-22T18:17:54.000Z","updated_at":"2025-02-23T19:15:09.000Z","dependencies_parsed_at":"2025-04-11T12:52:58.044Z","dependency_job_id":null,"html_url":"https://github.com/e-kotov/alboFr","commit_stats":null,"previous_names":["e-kotov/albofr"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/e-kotov/alboFr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-kotov%2FalboFr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-kotov%2FalboFr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-kotov%2FalboFr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-kotov%2FalboFr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e-kotov","download_url":"https://codeload.github.com/e-kotov/alboFr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-kotov%2FalboFr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34213180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["aedes-albopictus","data","france","tiger-mosquito"],"created_at":"2025-02-26T05:31:46.468Z","updated_at":"2026-06-11T18:31:19.678Z","avatar_url":"https://github.com/e-kotov.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n# alboFr\n\n\u003c!-- badges: start --\u003e\n\n[![Lifecycle:\nexperimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)\n[![CRAN\nstatus](https://www.r-pkg.org/badges/version/alboFr)](https://CRAN.R-project.org/package=alboFr)\n[![R-CMD-check](https://github.com/e-kotov/alboFr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/e-kotov/alboFr/actions/workflows/R-CMD-check.yaml)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14914417.svg)](https://doi.org/https://doi.org/10.5281/zenodo.14914417)\n\u003c!-- badges: end --\u003e\n\nThe goal of `alboFr` is to retrieve the latest online data from \u003ca\nhref=\"https://signalement-moustique.anses.fr/signalement_albopictus/colonisees\"\ntarget=\"_blank\"\u003ehttps://signalement-moustique.anses.fr/signalement_albopictus/colonisees\u003c/a\u003e\nand convert them into an `sf` object.\n\n## Installation\n\nYou can install the development version of `alboFr` from R-universe\nwith:\n\n``` r\ninstall.packages(\"alboFr\",\n  repos = c(\"https://e-kotov.r-universe.dev\",\n    \"https://cloud.r-project.org\"\n  )\n)\n```\n\nYou can also install the development version of `alboFr` from\n[GitHub](https://github.com/e-kotov/alboFr) with:\n\n``` r\n# install.packages(\"pak\")\npak::pak(\"e-kotov/alboFr\")\n```\n\n## Example with `sf` data type\n\nThe package only has one function to get the data:\n\n``` r\nlibrary(alboFr)\n\nx_sf \u003c- get_tiger_mosquito_colonisation_in_france(output = \"sf\")\n```\n\n``` r\nhead(x_sf)\n```\n\n    Simple feature collection with 6 features and 1 field\n    Geometry type: POLYGON\n    Dimension:     XY\n    Bounding box:  xmin: 1.195249 ymin: 42.99451 xmax: 7.835923 ymax: 48.64427\n    Geodetic CRS:  WGS 84\n      toujours_signaler                       geometry\n    1              TRUE POLYGON ((7.77076 48.49202,...\n    2              TRUE POLYGON ((1.987127 42.99451...\n    3              TRUE POLYGON ((1.584032 44.76673...\n    4              TRUE POLYGON ((1.249545 44.34751...\n    5              TRUE POLYGON ((2.566791 43.02245...\n    6              TRUE POLYGON ((3.502814 43.97531...\n\nThe data can then be plotted:\n\n``` r\nlibrary(ggplot2)\np \u003c- ggplot(x_sf) +\n  geom_sf(aes(fill = toujours_signaler), col = NA) +\n  facet_wrap(~toujours_signaler)\np\n# ggsave(\n#   filename = \"man/figures/map.png\",\n#   plot = p,\n#   width = 5,\n#   height = 4,\n#   units = \"in\",\n#   dpi = 300\n# )\n```\n\n\u003cimg src=\"man/figures/map.png\" style=\"width:100.0%\" /\u003e\n\nFinally the data can be saved to a GeoPackage file:\n\n``` r\nlibrary(sf)\nst_write(x_sf, \"tiger_mosquito_colonisation_in_france.gpkg\")\n```\n\n## Example without `sf` data type\n\nYou do not have to have `sf` package installed to use {`alboFr`}. You\ncan just retrieve the data in `geojson` format and save it directly to\ndisk bypassing the `sf` object creation:\n\n``` r\nx_geojson \u003c- get_tiger_mosquito_colonisation_in_france(output = \"geojson\")\nwriteLines(x_geojson, \"tiger_mosquito_colonisation_in_france.geojson\")\n```\n\n## Data license\n\nThe original data does not have a well defined license, but the legal\nmatters regarding this data can be found here:\n\u003chttps://signalement-moustique.anses.fr/signalement_albopictus/mentionslegales\u003e.\n\n## Data archive\n\nThe data provider does not supply data versioning, but you can find the\ndaily automatic snapshots of the data in this GitHub repository\n\u003chttps://github.com/e-kotov/alboFr-data-archive\u003e or at Zenodo\n\u003chttps://doi.org/10.5281/zenodo.14914293\u003e.\n\n## Citation\n\nTo cite package ‘alboFr’ in publications use:\n\nKotov E (2025). *alboFr: Get French Data on Tiger Mosquito\nColonisation*. \u003chttps://github.com/e-kotov/alboFr\u003e.\n\nBibTeX:\n\n    @Manual{albofr,\n      title = {alboFr: Get French Data on Tiger Mosquito Colonisation},\n      author = {Egor Kotov},\n      year = {2025},\n      url = {https://github.com/e-kotov/alboFr},\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-kotov%2Falbofr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe-kotov%2Falbofr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-kotov%2Falbofr/lists"}