Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dataRetrieval
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Water
dataRetrieval
Commits
b33ade29
Commit
b33ade29
authored
10 years ago
by
Laura A DeCicco
Browse files
Options
Downloads
Patches
Plain Diff
Help file updates.
parent
5cc24fdf
No related branches found
No related tags found
1 merge request
!21
Added time zone stuff to NWIS qw.
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
man/dataOverview.Rd
+2
-2
2 additions, 2 deletions
man/dataOverview.Rd
man/getNWISSample.Rd
+2
-2
2 additions, 2 deletions
man/getNWISSample.Rd
man/getRDB1Data.Rd
+3
-1
3 additions, 1 deletion
man/getRDB1Data.Rd
vignettes/dataRetrieval.Rnw
+1
-1
1 addition, 1 deletion
vignettes/dataRetrieval.Rnw
with
8 additions
and
6 deletions
man/dataOverview.Rd
+
2
−
2
View file @
b33ade29
...
@@ -15,8 +15,8 @@ Gives a summary of data to be used for WRTDS analysis
...
@@ -15,8 +15,8 @@ Gives a summary of data to be used for WRTDS analysis
}
}
\examples{
\examples{
# These examples require an internet connection to run
# These examples require an internet connection to run
exDaily <- get
DVData
('01594440','00060', '1985-01-01', '1985-03-31', interactive=FALSE)
exDaily <- get
NWISDaily
('01594440','00060', '1985-01-01', '1985-03-31', interactive=FALSE)
exSample <- getSample
Data
('01594440','01075', '1985-01-01', '1985-03-31', interactive=FALSE)
exSample <- get
NWIS
Sample('01594440','01075', '1985-01-01', '1985-03-31', interactive=FALSE)
dataOverview(localDaily = exDaily, localSample = exSample)
dataOverview(localDaily = exDaily, localSample = exSample)
}
}
\seealso{
\seealso{
...
...
This diff is collapsed.
Click to expand it.
man/getNWISSample.Rd
+
2
−
2
View file @
b33ade29
...
@@ -29,8 +29,8 @@ section 3.4 of the vignette for more details.
...
@@ -29,8 +29,8 @@ section 3.4 of the vignette for more details.
\examples{
\examples{
# These examples require an internet connection to run
# These examples require an internet connection to run
Sample_01075 <- getNWISSample('01594440','01075', '1985-01-01', '1985-03-31')
Sample_01075 <- getNWISSample('01594440','01075', '1985-01-01', '1985-03-31')
Sample_All <- getNWISSample('05114000','00915
;
00931', '1985-01-01', '1985-03-31')
Sample_All
2
<- getNWISSample('05114000',
c(
'00915
','
00931'
)
, '1985-01-01', '1985-03-31')
Sample_Select <- getNWISSample('05114000','00915
;
00931', '', '')
Sample_Select <- getNWISSample('05114000',
c(
'00915
','
00931'
)
, '', '')
}
}
\seealso{
\seealso{
\code{\link{compressData}}, \code{\link{populateSampleColumns}}, , \code{\link{getNWISSample}}
\code{\link{compressData}}, \code{\link{populateSampleColumns}}, , \code{\link{getNWISSample}}
...
...
This diff is collapsed.
Click to expand it.
man/getRDB1Data.Rd
+
3
−
1
View file @
b33ade29
...
@@ -3,12 +3,14 @@
...
@@ -3,12 +3,14 @@
\alias{getRDB1Data}
\alias{getRDB1Data}
\title{Function to return data from the NWIS RDB 1.0 format}
\title{Function to return data from the NWIS RDB 1.0 format}
\usage{
\usage{
getRDB1Data(obs_url, asDateTime = FALSE)
getRDB1Data(obs_url, asDateTime =
FALSE, qw =
FALSE)
}
}
\arguments{
\arguments{
\item{obs_url}{string containing the url for the retrieval}
\item{obs_url}{string containing the url for the retrieval}
\item{asDateTime}{logical, if TRUE returns date and time as POSIXct, if FALSE, Date}
\item{asDateTime}{logical, if TRUE returns date and time as POSIXct, if FALSE, Date}
\item{qw}{logical, if TRUE parses as water quality data (where dates/times are in start and end times)}
}
}
\value{
\value{
data a data frame containing columns agency, site, dateTime, values, and remark codes for all requested combinations
data a data frame containing columns agency, site, dateTime, values, and remark codes for all requested combinations
...
...
This diff is collapsed.
Click to expand it.
vignettes/dataRetrieval.Rnw
+
1
−
1
View file @
b33ade29
...
@@ -512,7 +512,7 @@ names(dissolvedNitrate)
...
@@ -512,7 +512,7 @@ names(dissolvedNitrate)
<<getQWtemperaturePlot, echo=TRUE, fig.cap=paste(parameterINFO$parameter_nm, "at", siteINFO$station.nm[1])>>=
<<getQWtemperaturePlot, echo=TRUE, fig.cap=paste(parameterINFO$parameter_nm, "at", siteINFO$station.nm[1])>>=
with(dissolvedNitrate, plot(
with(dissolvedNitrate, plot(
d
ateTime, result_va_00618,
startD
ateTime, result_va_00618,
xlab="Date",ylab = paste(parameterINFO$srsname,
xlab="Date",ylab = paste(parameterINFO$srsname,
"[",parameterINFO$parameter_units,"]")
"[",parameterINFO$parameter_units,"]")
))
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment