Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
Package: datamatch
Title: Fetch and Match Copernicus Marine Data to Species Observations
Title: Fetch Copernicus Marine Data and Match It in Space and Time
Version: 0.0.0.9000
Authors@R:
person("Camille", "Ross", email = "camille.ross@maine.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1428-2294"))
Description: Downloads environmental data from the Copernicus Marine Service
and matches it to species observation data (presence-absence, density,
count) in space and time, at the environmental data's own resolution.
Variables are requested by familiar names such as 'SST' rather than
product-specific codes, and reanalysis or analysis-and-forecast products
can be used interchangeably. Also provides spatial and temporal resampling
for combining products of different resolution, gap filling for satellite
ocean colour, seafloor terrain from NOAA ETOPO, basin-scale climate
indices, and plots for inspecting what was downloaded. Available products
and variables are listed under the Access Data tab on the Copernicus Marine
Service website (<https://marine.copernicus.eu/access-data/>).
and joins it to point data in space and time, at the downloaded data's own
resolution. The join is a general spatiotemporal nearest-feature match, so
either side may be species observations, survey stations, tag positions, or
another gridded product. Variables are requested by familiar names such as
'SST' rather than product-specific codes; monthly means, whole daily
periods, or named dates can be fetched, in parallel and cached; and
reanalysis or analysis-and-forecast products can be used interchangeably.
Also provides spatial and temporal resampling for combining products of
different resolution, gap filling for satellite ocean colour, seafloor
terrain from NOAA ETOPO, basin-scale climate indices, and plots for
inspecting what was downloaded. Available products and variables are listed
under the Access Data tab on the Copernicus Marine Service website
(<https://marine.copernicus.eu/access-data/>).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
6 changes: 5 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ knitr::opts_chunk$set(
[![R-CMD-check](https://github.com/chross22/datamatch/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/chross22/datamatch/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

The goal of datamatch is to pull environmental data from Copernicus Marine Service and match spatially and temporally to species occurrence data.
datamatch pulls environmental data from the Copernicus Marine Service and joins
it to point data in space and time. The join is general — species observations,
survey stations, tag positions, or another gridded product — and the package
also covers regridding, gap filling, seafloor terrain, and basin-scale climate
indices.

<details>
<summary><b>Contents</b></summary>
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ output: github_document
[![R-CMD-check](https://github.com/chross22/datamatch/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/chross22/datamatch/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

The goal of datamatch is to pull environmental data from Copernicus Marine Service and match spatially and temporally to species occurrence data.
datamatch pulls environmental data from the Copernicus Marine Service and joins
it to point data in space and time. The join is general — species observations,
survey stations, tag positions, or another gridded product — and the package
also covers regridding, gap filling, seafloor terrain, and basin-scale climate
indices.

<details>
<summary><b>Contents</b></summary>
Expand Down
Loading