Skip to content

This project focuses on techniques for timeseries visualization using JavaFX.

Notifications You must be signed in to change notification settings

garethrowell/timeseries-JavaFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

This project focuses on techniques for timeseries visualization using JavaFX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages