PBSmapping

R package PBSmapping - Mapping fisheries data and spatial analysis tools

https://github.com/pbs-software/pbs-mapping

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • 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 (14.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

R package PBSmapping - Mapping fisheries data and spatial analysis tools

Basic Info
  • Host: GitHub
  • Owner: pbs-software
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 24.8 MB
Statistics
  • Stars: 11
  • Watchers: 1
  • Forks: 4
  • Open Issues: 9
  • Releases: 1
Created about 11 years ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

PBSmapping: Mapping fisheries data and spatial analysis tools

© Fisheries and Oceans Canada (2003-2025)

This software has evolved from fisheries research conducted at the Pacific Biological Station (PBS) in Nanaimo, British Columbia, Canada. It extends the R language to include two-dimensional plotting features similar to those commonly available in a Geographic Information System (GIS). Embedded C code speeds algorithms from computational geometry, such as finding polygons that contain specified point events or converting between longitude-latitude and Universal Transverse Mercator (UTM) coordinates. Additionally, we include C++ code developed by Angus Johnson for the Clipper library, data for a global shoreline, and other data sets in the public domain.

PBSmapping represents just one of a series of R packages developed at the Pacific Biological Station (PBS) in Nanaimo, British Columbia. Users of PBSmapping wanting a stable release should obtain it from CRAN.

This GitHub site assists developers in tracking issues, and may offer a more advanced version of PBSmapping than that on CRAN. Evolving packages (Windows binary and source tarball) are built after using CRAN's rigorous R CMD check --as-cran routine (using R-devel on a Windows 10 64-bit system). Most of the time, the current revision on GitHub can be built in R using devtools::install_github("pbs-software/pbs-mapping/PBSmapping"); however, not every revision has been checked for CRAN worthiness.

New features in PBSmapping since its first inception:

  • hexagonal grid cells (default = rectangular cells)
  • clockwise map rotation (though coordinates become relative)
  • compass rose

As with any freely available product, there is no warranty or promise that PBSmapping will perform adequately for all circumstances. Additionally, coding errors are possible, and users should contact the package maintainer if bugs are detected.

Note that PBSmapping version 2.73.4 on CRAN lacks the function importShapefile because the function depended on the maptools package by Roger Bivand and company, which was removed voluntarily from CRAN Oct 16, 2023. Roger has given permission to use his C code, but this will depend on finding someone capable of incorporating Rshapeget.

Maintainer: Rowan Haigh

DFO logo

Owner

  • Name: PBS Software
  • Login: pbs-software
  • Kind: organization
  • Email: rowan.haigh@dfo-mpo.gc.ca
  • Location: Nanaimo, BC, Canada

Software, largely for R, developed at the Pacific Biological Station

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 87
  • Total Committers: 5
  • Avg Commits per committer: 17.4
  • Development Distribution Score (DDS): 0.563
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
boersn b****n 38
rowan.haigh h****r 33
haighr r****h@d****a 9
schnutej s****j@s****a 6
boersn b****n@m****a 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: almost 2 years ago

All Time
  • Total issues: 37
  • Total pull requests: 1
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 6 days
  • Total issue authors: 4
  • Total pull request authors: 1
  • Average comments per issue: 2.14
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 days
  • Issue authors: 3
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • GoogleCodeExporter (34)
  • jmjech (1)
  • rsbivand (1)
  • ctekellogg (1)
Pull Request Authors
  • seananderson (1)
Top Labels
Issue Labels
auto-migrated (34) Priority-Medium (27) Type-Defect (21) Type-Enhancement (10) OpSys-All (5) Priority-High (4) Component-Docs (2) Priority-Low (2) Type-Other (2) Performance (1) OpSys-Linux (1) Type-Review (1) Priority-Critical (1) OpSys-OSX (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 1,414 last-month
  • Total docker downloads: 43,658
  • Total dependent packages: 14
  • Total dependent repositories: 63
  • Total versions: 13
  • Total maintainers: 1
cran.r-project.org: PBSmapping

Mapping Fisheries Data and Spatial Analysis Tools

  • Versions: 13
  • Dependent Packages: 14
  • Dependent Repositories: 63
  • Downloads: 1,414 Last month
  • Docker Downloads: 43,658
Rankings
Dependent repos count: 3.1%
Dependent packages count: 4.2%
Downloads: 8.5%
Average: 11.0%
Forks count: 12.2%
Stargazers count: 16.5%
Docker downloads count: 21.8%
Maintainers (1)
Last synced: 11 months ago

Dependencies

PBSmapping/DESCRIPTION cran
  • R >= 3.5.0 depends
  • deldir * suggests
  • foreign * suggests
  • maptools * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite