Skip to content

Commit

Permalink
Merge pull request #36 from nationalparkservice/agol-import
Browse files Browse the repository at this point in the history
Agol import
  • Loading branch information
HarpoMark authored Sep 28, 2023
2 parents 515f47f + 4649c8c commit 30b67c7
Show file tree
Hide file tree
Showing 151 changed files with 4,708 additions and 4,818 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ inst/doc
*.Rproj
*.Rhistory
*.RData
test-data/
tests/testthat/test_data/
temp-test-csv/
tests/testthat/test_data/
inventory.R
vignettes/
vignettes/
test-space-DNP.R
inventorydata/
16 changes: 14 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,19 @@ Imports:
stringr,
testthat,
tidyr,
tidyverse,
magrittr,
leaflet
RoxygenNote: 7.2.0
Suggests:
crosstalk,
ggpmisc,
gridExtra,
htmltools,
httr,
jsonlite,
rappdirs,
readr,
tibble,
tidytext,
utf8,
here
RoxygenNote: 7.2.3
29 changes: 25 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# Generated by roxygen2: do not edit by hand

export("%>%")
export(ClearDesertSpringsCache)
export(CloseDatabaseConnection)
export(DisturbanceCount)
export(FetchAGOLLayers)
export(FlowCategoriesAnnualHeatMap)
export(FlowCategoriesAnnualPlot)
export(FlowCategoriesContinuous)
export(FlowCategoriesDiscontinuous)
export(FlowCategoriesMap)
export(FlowCategoriesThreeYearHeatMap)
export(FlowCategoriesThreeYearPlot)
export(FlowCategoriesTotalPlot)
export(FlowModCount)
export(FlowModPlot)
export(FlowModStatus)
export(FormatPlot)
export(GetColSpec)
export(GetRawData)
export(GetSiteName)
export(HumanUseMap)
Expand All @@ -26,6 +30,7 @@ export(LifeformsPresence)
export(LivestockMap)
export(LivestockObservations)
export(LivestockPlot)
export(LoadDesertSprings)
export(LocationMap)
export(MostCommonLifeformsPlot)
export(OpenDatabaseConnection)
Expand All @@ -47,49 +52,65 @@ export(WqPlotDOmgL)
export(WqPlotGrid)
export(WqPlotPH)
export(WqPlotSpCond)
export(WqPlotSpCondmS)
export(WqPlotTemp)
export(WqStats)
export(expect_dataframe_equal)
export(fetchAllRecords)
export(qcCalibrationTimes)
export(qcCompleteness)
export(qcCompletenessPlot)
export(qcContinuousLength)
export(qcDOCalCheck)
export(qcDPLCheck)
export(qcDischargeMissing)
export(qcDisturbanceFormatted)
export(qcFlowModDiscrepancies)
export(qcFlowModNoHuman)
export(qcFlowModFormatted)
export(qcFlowModNoHumanUse)
export(qcFlowModTypes)
export(qcInvasiveDuplicates)
export(qcLifeformPresentNoRank)
export(qcLifeformRankCheck)
export(qcLocalDOCheck)
export(qcMissingSensors)
export(qcNoVegLifeformsPresent)
export(qcNotSampled)
export(qcOverallDisturbance)
export(qcPHCalCheck)
export(qcPanelCheck)
export(qcPhotoDuplicates)
export(qcRepeatVisits)
export(qcSensorDates)
export(qcSensorDiscrepancies)
export(qcSensorDownloads)
export(qcSensorHeatmap)
export(qcSensorProblems)
export(qcSensorSummary)
export(qcSensorsNotDeployed)
export(qcSensorsNotRecovered)
export(qcSpCondCalCheck)
export(qcSpCondStandardCheck)
export(qcSpringDryWater)
export(qcSpringNotDryNoDischarge)
export(qcSpringNotDryNoSpringbrook)
export(qcSpringNotDryNoWater)
export(qcSpringTypeDiscrepancies)
export(qcUniqueIDMissing)
export(qcUnknownSensorIDs)
export(qcVegDuplicates)
export(qcVegPresentNoLifeforms)
export(qcVisitDate)
export(qcVisitDateTimelines)
export(qcVisitTypeCheck)
export(qcVisitsByDate)
export(qcVisitsBySite)
export(qcVolumetricFillEvents)
export(qcVolumetricMissing)
export(qcVolumetricTimes)
export(qcWildlifeDuplicates)
export(qcWildlifeObservedNoEvidence)
export(qcWildlifeObservedNoTypes)
export(qcWqFlags)
export(qcWqLong)
export(qcWqSanity)
export(unk_sensors)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
720 changes: 720 additions & 0 deletions R/agol-utils.R

Large diffs are not rendered by default.

818 changes: 399 additions & 419 deletions R/discharge-qc.R

Large diffs are not rendered by default.

Loading

0 comments on commit 30b67c7

Please sign in to comment.