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).

https://github.com/lbuk/fmap

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

cartography dataviz gis mapping r spatial-analysis
Last synced: 6 months ago · JSON representation ·

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
  • Host: GitHub
  • Owner: lbuk
  • License: gpl-3.0
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 1.13 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 41
Topics
cartography dataviz gis mapping r spatial-analysis
Created almost 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

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

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

All Time
  • Total Commits: 94
  • Total Committers: 1
  • Avg Commits per committer: 94.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 94
  • Committers: 1
  • Avg Commits per committer: 94.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

DESCRIPTION cran
  • R >= 3.5.0 depends
  • dplyr * depends
  • sf * depends
  • tidyr * depends
  • tmap * depends