https://github.com/abarbour/pborepo

A repository for information for Plate Boundary Observatory (PBO) stations and their data products.

https://github.com/abarbour/pborepo

Science Score: 10.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.2%) to scientific vocabulary

Keywords

borehole-strainmeters laser-strainmeters pbo strain-data strainmeter
Last synced: 6 months ago · JSON representation

Repository

A repository for information for Plate Boundary Observatory (PBO) stations and their data products.

Basic Info
  • Host: GitHub
  • Owner: abarbour
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 4.18 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
borehole-strainmeters laser-strainmeters pbo strain-data strainmeter
Created almost 14 years ago · Last pushed almost 4 years ago
Metadata Files
Readme

README.md

Travis-CI Build Status Coverage Status

This project is intended to be a storage repository for metadata and other bits of data for PBO, but it also serves as a self-consistent R-package, meaning one can do the following ~~~~~{.R} install.packages("remotes") library(remotes) install_github("abarbour/pborepo") ~~~~~ and from then on ~~~~~{.R} library(pborepo) ?pborepo ~~~~~ should work.

This project is developing slowly: metadata rarely changes, but the R-functions likely will. So, you should re-install often, although once the package is of suitable completeness, I may upload it to CRAN.

Feel free to contact me (@abarbour) should you have questions, or wish to see other data included; or, use github as it was intended and commit some changes of your own! :)


Metadata


PBO borehole strainmeters

~~~~~{.R} data(bsmmeta) ~~~~~

bsm_azimuths * azimuths of the BSM channels if Ch0==0 => assumed (and likely not correct)

bsm_coords * coordinates of bsm stations, from the latest listing

bsm_gaps * gap-distances and dates, for linearization

bsm_igppGeod * geodetic distances from my office to the PBO BSM sites

bsm_regions * region classifications

  • calibration coefficients ~~~~~{.R} data(bsmCalibrations) ?calibration_matrix ~~~~~

PBO longbase laser strainmeters

lsm_coords * coordinates and gains for LSM sites, including inactive YMS, and non-PBO sites PFO[123] and DHL1

PBO GPS

cgps_coords * coordinates of continuous gps sites, from latest listing

PBO borehole network

pbo_stations_raw * raw listing of PBO stations, from NCEDC/IRIS-DMC

generated from the raw listing:

pbo_stations_instrumentcount * counts of the various instrument types in the network

pbo_stations_accel * stations having strong motion accelerometers

pbo_stations_bsm * stations having borehole strainmeters

pbo_stations_lsm * stations having laser strainmeters

pbo_stations_pp * stations having pore pressure sensors

pbo_stations_seis * stations having seismometers (geophones)


This project was started in March 2012

Owner

  • Name: Andy Barbour
  • Login: abarbour
  • Kind: user
  • Location: Menlo Park, CA
  • Company: @usgs

GitHub Events

Total
Last Year

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 89
  • Total Committers: 2
  • Avg Commits per committer: 44.5
  • Development Distribution Score (DDS): 0.079
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Andy Barbour a****r@g****m 82
luigi.ucsd.edu@gmail.com b****r@l****u 7
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 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
  • abind * imports
  • corpcor * imports
  • dplyr * imports
  • httr * imports
  • plyr * imports
  • tidyverse * imports
  • zoo * imports
  • RCurl >= 1.95 suggests
  • covr * suggests
  • testthat * suggests