fmap
An R package for creating Fresnel Maps, a new thematic mapping technique in which spatial data is visualised to equal-area concentric circular zones (or annuli).
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.3%) to scientific vocabulary
Keywords
Repository
An R package for creating Fresnel Maps, a new thematic mapping technique in which spatial data is visualised to equal-area concentric circular zones (or annuli).
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 41
Topics
Metadata Files
README.md
fmap
Overview
fmap is an R package for creating Fresnel Maps, a new thematic mapping technique in which spatial data is visualised to concentric circular zones (or annuli) of equal area.
Installation
fmap can be installed from Github.
library(devtools)
install_github("lbuk/fmap")
Use
library(fmap)
library(dplyr)
library(sf)
# Load the sf datasets of cholera deaths and Soho pumps
data(cholera_deaths, soho_pumps)
# Filter the Broad Street Pump from the Soho pumps dataset
bstreet_pump <- soho_pumps %>% filter(soho.pump == "Broad Street")
# Set to static mapping in tmap. For interactive mapping use tmap_mode("view")
tmap_mode("plot")
# Visualise the Fresnel Map
fmap_plot(radius_inner = 150, ncircles = 6, geo_centre = bstreet_pump, geo_points = cholera_deaths, sum = "cholera.deaths")

Owner
- Name: Liam Thomas Bolton
- Login: lbuk
- Kind: user
- Location: London
- Website: https://www.liamthomasbolton.com/
- Repositories: 5
- Profile: https://github.com/lbuk
Citation (CITATION.cff)
cff-version: 1.2.0
title: fmap
type: software
authors:
- given-names: Liam Thomas
family-names: Bolton
orcid: https://orcid.org/0000-0003-0856-2449
doi: 10.5281/zenodo.7539102
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Liam Thomas Bolton | l****n@g****m | 94 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- R >= 3.5.0 depends
- dplyr * depends
- sf * depends
- tidyr * depends
- tmap * depends