Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.21 KB

File metadata and controls

47 lines (33 loc) · 1.21 KB

timeseries_visualization


Timeseries data visualization using JavaFX

Location

Cuyahoga Valley National Park https://www.nps.gov/im/htln/parks.htm https://www.nps.gov/cuva/learn/nature/wetlands.htm

Data source

Cuyahoga Valley National Park, Ohio; Water level depth using Ecotone Water Level Data Logger; Eight well sites from November 2010 to June 2018;

Data processing issues

Actual data is double; convert to integers for graphics; Missing data; Single vs. multiple observations per day; Each spreadsheet is one well site for one year; Combine all eight wells into one table: 2010 - 2018; Use Julian dates where 1/1/2010 is day 1;

Project Features

DataScanner XYAxes WellPlot

Represent as a time series with moving average


Notes

Create reusable classes for loading data, X and Y axes, and plotting well Intermediate projects include: Create an object that loads data Creating a flexible coordinate system display Plotting time series for a single well site; Plotting time series for multiple well site data; Plotting mean depth as well as plots for individual wells;