Skip to content

Commit

Permalink
initialized repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lindsay Carr committed Jun 6, 2016
1 parent eaef0cd commit 151735e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
*.Rproj
1 change: 1 addition & 0 deletions R/get.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# get the data
1 change: 1 addition & 0 deletions R/merge.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# merge precip + streamflow data
1 change: 1 addition & 0 deletions R/visualize.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# visualize the data
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# tropicalstormColin
data & visualization for tropical storm Colin hitting southeast US


</br>

Disclaimer
----------
This software is in the public domain because it contains materials that originally came from the U.S. Geological Survey, an agency of the United States Department of Interior. For more information, see the official USGS copyright policy at [http://www.usgs.gov/visual-id/credit_usgs.html#copyright](http://www.usgs.gov/visual-id/credit_usgs.html#copyright)

This information is preliminary or provisional and is subject to revision. It is being provided to meet the need for timely best science. The information has not received final approval by the U.S. Geological Survey (USGS) and is provided on the condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from the authorized or unauthorized use of the information. Although this software program has been used by the USGS, no warranty, expressed or implied, is made by the USGS or the U.S. Government as to the accuracy and functioning of the program and related program material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.

This software is provided "AS IS."


[
![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)
](http://creativecommons.org/publicdomain/zero/1.0/)

0 comments on commit 151735e

Please sign in to comment.