Skip to content

Field data plugins

Doug Schmidt edited this page Apr 6, 2022 · 1 revision

There are quite a few field data plugins available for bringing in your organization's field visit data into AQUARIUS Time Series.

This page provides links to each of the known public plugins.

Running the Install-AquariusTimeSeriesPlugins Powershell cmdlet on your AQTS app server will install most of the commonly used plugins.

You can also download and install newer versions of plugins as bug fixes or new functionality becomes available. Some plugins have a "version compatibility matrix", so be sure to check that your AQTS app server is capable of running your desired plugins. (If you are running the latest version of AQTS, then that answer will always be "yes").

Integrators are also able to write their own field data plugins or contract the Aquatic Informatics Professional Services team to write a plugin to fit your specific format.

Plugin Description
TabularCsv This is a highly configurable plugin for importing almost any field visit data from a CSV file.

- See the extensive wiki documention for details.
- See the online "Test Drive" sandbox for quickly trying out various configurations.
FlowTracker2 Import discharge measurements from SonTek FlowTracker2 devices.
USGS QRev Import discharge summary XML measurements from USGS QREV software.
Ott QReview Import ADCP discharge summary measurements from OTT QReview software.
SxSPro Import discharge summary measurments from Teledyne SxS Pro software.
AquaCalc5000 Import discharge summary measurements from older AquaCalc 5000 CSV files.
eHSN Import eHSN (electronic Hydrometric Station Notes) files from Water Survey Canada. Some Canadian provinces or regional organizations may want to use this plugin if they are sharing data with the national agency.
CrossSection Import cross section survey measurements from CSV.
JsonFieldData This plugin accepts a JSON document describing all the field visit data to import.
MultiFile The MultiFile plugin is a "meta" plugin. It accepts ZIP files of data to be parsed by other installed plugins and dispatches the import operations to the other installed plugins as appropriate.
StageDischargeReadings This plugin is obsolete, since the TabularCSV plugin provides the same functionality and more. But it still works as specified and your can continue using it if it perfectly matches your needs.
Clone this wiki locally