knitr::opts_chunk$set(echo = TRUE)

Build Status AppVeyor Build Status Coverage Status

Explore NPS Acoustic Summary Data Analytic Proposal

Section 1: Basic information about the analytic data product

The “NPS” package/Shiny app will allow a novice to start tinkering with the dataset by location, season, specifying the amount of land type, the distance to different features, and incorporate acoustic summary data like frequencies, decibels, and equivalency acoustics.

The typical end-user is anyone interested in viewing the acoustic summary data of the National Park Service, but probably academia with at least a limited knowledge of R and basic level of statistics.

The end user does not need to have any specific knowledge/skills/abilities, but a good understanding of acoustic terms and geospatial variables would be helpful.

The analytic is mostly visual and will not likely implement any statistical techniques.

The NPS analytic may need ggplot2, and different interactive visual packages such as map packages. As of March 12 2018, the map function is buggy at best.

End-users will access the NPS analytic via github or Shiny webpage.

There are no known security concerns visualizing the national parks acoustic data and geopatial features.

There are no known appearance or design constraints, however it would be nice if the data-analytic could adhere to the color-guidelines given in National Land Cover database for Land Cover Land Use Category Indicators. Those colors are provided by Red-Green-Blue schemes that may help an end-user visualize geographical data more easily. They are in the LCLUCI.colors variable but haven't been implemented.

Section 2: Delivery and schedule information

Priority^(2.1.B)^| Feature Description^(2.1.A)^ | Value^(2.1.D)^ and goal with output^(2.1.G)^ | Status^(2.1.C)^ --|------------------------------|-----------------------------------------------|-----------------
3 | Interaction between siteIDs and Frequencies. Inputs^(2.1.E)^: Pick one of ~400 siteIDs. Outputs^(2.1.F)^: Chart with all 1/3 octave band freqs. | The ability to visualize ~500 acoustic profiles. End-user may not do anything with the output. | Not started. Goal: 24 Jan | 4 | Interaction between parks and Frequencies. Inputs: Pick one of the ~70 parks with multiple observations. Outputs: Chart 1/3 octave band freqs | Visualize ~70 different acoustic profiles with each siteID. An end-user may not do anything with the output of this feature. | Not started. Goal: 31 Jan | 5 | Interaction between siteIDs and Hours. Inputs: Pick one of ~400 siteIDs. Outputs: Chart all 1/3 octave band freqs | Visualize ~500 different acoustic profiles by time. End-user may not do anything with output | Not started. Goal: 7 Feb | 6 | Visualize Frequency data and L90dBA overlay. Inputs: Pick one of the parks/siteIDs. Outputs: Chart 1/3 octaveband freqs with overlay of L90, L50, L10 decibels. | Visualize impact of different octave band frequencies on loudness. End-user may not do anything with output. | Not started: Goal: 14 Feb | 7 | Ability to grab and drop or specify multiple x’s and multiple y’s for boxplots or scatterplots. Inputs: Pick x and pick y from chart-axis. Outputs: Chart of y versus x | Visualize the impact of certain geospatial variables on sound. An end-user may want to copy a picture of this chart. | Not started. Goal: 21 Feb | 8 | Inputs: give a bunch of data on each x-variables. Output: predict the nearest–matching observation in the dataset | An end user may use this to guess what an point of interest’s acoustic profile may sound like, or best replicate a sound profile with different characteristics of interest, like frequency or loudness by hours of day. | Not enough time | 9 | Run random-forests on the dataset Input: select the data for training and testing, select some tunable hyperparameters of interest Output: Prediction Accuracy | An end user may use this to predict a characterization algorithm. | Not enough time

1 | Ability to interact with points on the plots, to find out more information about potential outliers. Inputs: click on a point on a graph. Outputs: more meta-data on the point in the graph like siteID, Season, year, hours, Lat/Long, park name, visual of a map, etc. | Visualize geospatial variables on sound. An end-user may want to copy a picture of this chart. | In Work Goal: 28 Feb | 2 | Ability to select different amount of data and see multiple graphs at once. Inputs: different levels of different variables. Output: multiple plots that can hilight the same point in each plot | The ability to visualize where an outlier or point of interest is in respective to all the other data. An end user may use this to understand outliers better. | In Work Not enough time |



RachelRamirez/NPS documentation built on May 23, 2019, 1:25 p.m.