Skip to content

Commit

Permalink
update mirror urls v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondben committed Mar 8, 2024
1 parent 1d3b94f commit 68bd32c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: quantarcticR
Title: Access to Quantarctica Data Sets
Version: 0.1.2
Version: 0.1.3
Authors@R: c(person("Kim", "Fitter", email = "kim@validly.co", role = "aut"),
person("Charl\ue8ne", "Guillaumot", role = "aut"),
person("David", "Ranzolin", email = "daranzolin@gmail.com", role = "aut"),
Expand All @@ -21,7 +21,7 @@ License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.3.1
Suggests:
sf,
testthat,
Expand Down
4 changes: 2 additions & 2 deletions R/mirrors.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#'
#' @export
qa_mirrors <- function() {
## note: these have been hand-coded from http://quantarctica.npolar.no/downloads/
## note: these have been hand-coded from https://www.npolar.no/quantarctica/ - see Downloads tab
## note 2: these need to point to the unzipped dir, where Quantarctica3.qgs resides
m <- tribble(~country, ~protocol, ~url,
"Norway", "ftp", "ftp://ftp.quantarctica.npolar.no/Quantarctica3/",
"Norway", "http", "https://media.npolar.no/download/quantarctica/Quantarctica3/",
"Australia", "ftp", "ftp://quantarctica.tpac.org.au/quantarctica/Quantarctica3/",
"Australia", "http", "http://quantarctica.tpac.org.au/quantarctica/Quantarctica3/",
##"India", "ftp", "ftp://ftp.ncaor.gov.in/Quantarctica3/", ## appears to be unavailable
Expand Down

0 comments on commit 68bd32c

Please sign in to comment.