Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
add ropensci footer to readme, add note to readme about what pkg for #15
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 28, 2016
1 parent ee4eb51 commit 55792e4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.Rmd
@@ -1,5 +1,5 @@
getlandsat
======
==========

```{r echo=FALSE}
knitr::opts_chunk$set(
Expand All @@ -17,6 +17,10 @@ knitr::opts_chunk$set(

`getlandsat`: Get Landsat 8 data from AWS public data sets

`getlandsat` provides access to Landsat <https://landsat.usgs.gov> 8 metadata and images hosted on AWS S3 at <https://aws.amazon.com/public-data-sets/landsat>. The package only fetches data. It does not attempt to aid users in downstream usage, but additional functionality may be added if requested.

Users are a diverse group, anyone from scientists asking questions about biodiversity or land use change, to software developers creating tools for users to vizualize their data.

## Install

```{r eval=FALSE}
Expand Down Expand Up @@ -71,4 +75,9 @@ plot(img)

## Meta

Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
* Please [report any issues or bugs](https://github.com/ropenscilabs/getlandsat/issues).
* License: MIT
* Get citation information for `getlandsat` in R doing `citation(package = 'getlandsat')`
* Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.

[![ropensci](http://ropensci.org/public_images/github_footer.png)](http://ropensci.org)
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -9,6 +9,10 @@ getlandsat

`getlandsat`: Get Landsat 8 data from AWS public data sets

`getlandsat` provides access to Landsat <https://landsat.usgs.gov> 8 metadata and images hosted on AWS S3 at <https://aws.amazon.com/public-data-sets/landsat>. The package only fetches data. It does not attempt to aid users in downstream usage, but additional functionality may be added if requested.

Users are a diverse group, anyone from scientists asking questions about biodiversity or land use change, to software developers creating tools for users to vizualize their data.

## Install


Expand Down Expand Up @@ -116,4 +120,9 @@ plot(img)

## Meta

Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
* Please [report any issues or bugs](https://github.com/ropenscilabs/getlandsat/issues).
* License: MIT
* Get citation information for `getlandsat` in R doing `citation(package = 'getlandsat')`
* Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.

[![ropensci](http://ropensci.org/public_images/github_footer.png)](http://ropensci.org)

0 comments on commit 55792e4

Please sign in to comment.