From 151735e25a6297b6c129bae784410c2062d26624 Mon Sep 17 00:00:00 2001 From: Lindsay Carr Date: Mon, 6 Jun 2016 10:00:39 -0500 Subject: [PATCH] initialized repo --- .gitignore | 5 +++++ R/get.R | 1 + R/merge.R | 1 + R/visualize.R | 1 + README.md | 16 ++++++++++++++++ 5 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 R/get.R create mode 100644 R/merge.R create mode 100644 R/visualize.R diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4f606b --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.Rproj.user +.Rhistory +.RData +.Ruserdata +*.Rproj diff --git a/R/get.R b/R/get.R new file mode 100644 index 0000000..847ece4 --- /dev/null +++ b/R/get.R @@ -0,0 +1 @@ +# get the data \ No newline at end of file diff --git a/R/merge.R b/R/merge.R new file mode 100644 index 0000000..d158107 --- /dev/null +++ b/R/merge.R @@ -0,0 +1 @@ +# merge precip + streamflow data \ No newline at end of file diff --git a/R/visualize.R b/R/visualize.R new file mode 100644 index 0000000..558504b --- /dev/null +++ b/R/visualize.R @@ -0,0 +1 @@ +# visualize the data \ No newline at end of file diff --git a/README.md b/README.md index 328c99f..8f24d0e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # tropicalstormColin data & visualization for tropical storm Colin hitting southeast US + + +
+ +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/) \ No newline at end of file