Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Feb 21, 2018
1 parent 7e69091 commit 5f328e2
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/oc_L3deriv.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ read_oc_sochla <- function(date, time.resolution = c("daily"), bins = NULL,
files <- files[findInterval(date, files$date), ]

if (returnfiles) return(files)
purrr::map_df(files$fullname, read_oc_sochla_day, bins = bins)
l <- purrr::map(files$fullname, read_oc_sochla_day, bins = bins)
}

product2nrows <- function(x) {
Expand Down
14 changes: 14 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ knitr::opts_chunk$set(

Tools for reading, plotting and manipulating spatial data used at the Australian Antarctic Division (AAD).

The repository of data used by raadtools is available under RDSI/PUBLIC/raad and at the AAD under gridded/new/ in the scientific data collection.

(We cannot directly link to either resource directly in public so please ask a local expert).

The [contents of the repository](https://github.com/AustralianAntarcticDivision/blueant#data-source-summary) is listed in the
technical configuration for bowerbird.

If you would like a collection added please make a request via a [Github issue](https://github.com/AustralianAntarcticDivision/bowerbird/issues/new) or contact one of the authors directly.

You are welcome to make your own copies of data from the collection for your own use, but please respect the citation and usage requests of the data providers [listed in the summary](https://github.com/AustralianAntarcticDivision/blueant#data-source-summary).


# Using raadtools

There are two main ways to use it.

## 1. RStudio raadtools server
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ R tools for spatial data at the Australian Antarctic Division (AAD)

Tools for reading, plotting and manipulating spatial data used at the Australian Antarctic Division (AAD).

The repository of data used by raadtools is available under RDSI/PUBLIC/raad and at the AAD under gridded/new/ in the scientific data collection.

(We cannot directly link to either resource directly in public so please ask a local expert).

The [contents of the repository](https://github.com/AustralianAntarcticDivision/blueant#data-source-summary) is listed in the technical configuration for bowerbird.

If you would like a collection added please make a request via a [Github issue](https://github.com/AustralianAntarcticDivision/bowerbird/issues/new) or contact one of the authors directly.

You are welcome to make your own copies of data from the collection for your own use, but please respect the citation and usage requests of the data providers [listed in the summary](https://github.com/AustralianAntarcticDivision/blueant#data-source-summary).

Using raadtools
===============

There are two main ways to use it.

1. RStudio raadtools server
Expand Down
25 changes: 23 additions & 2 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 32 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f328e2

Please sign in to comment.