-
Simon Fraser University
- Burnaby
Pinned Loading
-
2023_shifting-thresholds-under-multiple-stressors
2023_shifting-thresholds-under-multiple-stressors PublicCode and data for demonstrating shifting thresholds under multiple stressors (Dunic and Côté 2023))
R
-
2021_Global-seagrass-trends
2021_Global-seagrass-trends PublicCode and data for reconstructing seagrass meadow area time-series (Dunic et al. 2021)
R 1
-
convert character dms to decimal deg...
convert character dms to decimal degrees 1# Good discussion on str_extract/str_match and positive look behind
2# https://stackoverflow.com/questions/35804379/stringr-str-extract-how-to-do-positive-lookbehind
3dms2dec <- function(string) {
4string <-
5str_squish(string) %>%
-
-
Intro-To-Practical-Computing-R
Intro-To-Practical-Computing-R PublicThis repository supports the website for the 'BIOL 653 - intro to practical computing in R' for UMass Boston.
-
GPX_waypoints_to_csv.py
GPX_waypoints_to_csv.py 1#!/usr/bin/python
23"""GPX_to_csv_waypoints.py: Exporting waypoints in GPX file to a csv file"""
45# Author: Jillian Dunic
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.