-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle getting info for multi band coverages. Resolves #20
- Loading branch information
1 parent
b533295
commit 4445187
Showing
14 changed files
with
496 additions
and
419 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: EMODnetWCS | ||
Title: Access EMODnet Web Coverage Service data through R | ||
Version: 0.0.0.9010 | ||
Version: 0.0.0.9011 | ||
Authors@R: c( | ||
person("Anna", "Krystalli", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-2378-4915")), | ||
|
@@ -16,6 +16,7 @@ Imports: | |
checkmate, | ||
cli, | ||
curl, | ||
geometa, | ||
glue, | ||
httr, | ||
memoise, | ||
|
@@ -36,14 +37,15 @@ Suggests: | |
withr | ||
Config/testthat/edition: 3 | ||
Remotes: | ||
eblondel/ows4R | ||
eblondel/ows4R, | ||
eblondel/geometa | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.0 | ||
RoxygenNote: 7.2.1 | ||
URL: https://github.com/EMODnet/EMODnetWCS, | ||
https://emodnet.github.io/EMODnetWCS/ | ||
BugReports: https://github.com/EMODnet/EMODnetWCS/issues | ||
Depends: | ||
R (>= 4.1), ows4R (>= 0.3-1) | ||
R (>= 4.1), ows4R (>= 0.3-2) | ||
LazyData: true | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.