AHGW:Make Time Series Statistics: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
Line 26: Line 26:


== Implementation ==
== Implementation ==
[[File:AHGW using the Time Series Statistics tool with example results.jpg|thumb|300px|right|''Time Series Statistics'' tool is used to get summary statistics of time series related with features]]
[[File:AHGW using the Time Series Statistics tool with example results.jpg|thumb|300px|right|''Make Time Series Statistics'' tool is used to get summary statistics of time series related with features]]


The tool can be linked with interpolation tools and with the [[AHGW:Add to Raster Series|''Add to Raster Series'' tool]] to automate the process of interpolating surfaces for given time periods. For example, the tool can be used to produce monthly/daily water level surfaces.
The tool can be linked with interpolation tools and with the [[AHGW:Add to Raster Series|''Add to Raster Series'' tool]] to automate the process of interpolating surfaces for given time periods. For example, the tool can be used to produce monthly/daily water level surfaces.

Revision as of 20:44, 19 November 2019

Make Time Series Statistics dialog

The Make Time Series Statistics dialog is accessed by double-clicking on "ArcGIS Tool icon 10 5.png Make Time Series Statistics" under the "ArcGIS Toolset icon 10 5.png Groundwater Analyst" toolset under the "ArcGIS Toolbox icon 10 5.png Arc Hydro Groundwater Tools" toolbox. This tool creates mappable layers of time series by joining spatial features (points, lines, polygons) with time series data (e.g., water levels, concentrations). The output is a new feature class containing features with summary statistics (e.g., mean, max, min) of the related time series over a given time period.

The following fields are available. Required fields are marked with a ArcGIS required - green circle icon.png icon. Fields marked with a ArcGIS Error icon.png icon may either not be supported or the table doesn't exist.

  • ArcGIS required - green circle icon.png Input Features Related to Time Series Data – Click the ArcGIS Browse button 10 5.png button to bring up the Input Features Related to Time Series Data dialog in order to specify the feature layer containing the features associated with time series to be mapped.
  • ArcGIS required - green circle icon.png Unique Feature Identifier Field – Select from the drop-down the field in the Input Feature Layer containing a unique identifier of the features. Data in the time series table should be associated to the spatial features through this key field.
  • ArcGIS required - green circle icon.png Input Time Series Table –Click the ArcGIS Browse button 10 5.png button to bring up the Input Time Series Table dialog in order to specify the table containing the time series data.
  • ArcGIS required - green circle icon.png Related Feature Identifier Field – Select from the drop-down the field in the Time Series table that contains identifiers associating time series values with spatial features in the geodatabase.
  • ArcGIS required - green circle icon.png Time Field – Select the field in the Time Series table containing the date/time of the time series.
  • Start Date/Time – Optional. Click the ArcGIS Select Date button.png button to bring up the Date dialog in order to specify the beginning of the time period for which statistics are calculated.
  • End Date/Time – Optional. Click the ArcGIS Select Date button.png button to bring up the Date dialog in order to specify the end of the time period for which statistics are calculated.
  • ArcGIS required - green circle icon.png Time Series Value Field – Select the field in the Time Series table containing the time series values (the field that stores water level values).
  • ArcGIS required - green circle icon.png Variable ID Field – Select the field in the Time Series table defining the type of the time series. This field distinguishes types such as water levels from concentrations.
  • ArcGIS required - green circle icon.png Time Field – Enter the value indicating which time series type to include in the analysis.
  • Statistic – Optional. Turn on the statistic(s) to be calculated and displayed in the map. Options include: Mean, Min (Minimum), Max (Maximum), STD (standard deviation), and Sum.
    • Select All – Select all of the statistics in the list.
    • Unselect All – Deselect all of the statistics in the list.
    • Add Value
  • ArcGIS required - green circle icon.png Output Feature Class – Click the ArcGIS Browse button 10 5.png button to bring up the Output Feature Class dialog in order to specify the name and location of the output feature class.
  • OK – Saves all changes, closes the Make Time Series Statistics dialog, and runs the tool.
  • Cancel – Discards all changes and closes the Make Time Series Statistics dialog.
  • Environments... – Brings up the Environment Settings dialog in ArcGIS.
  • Show Help – Opens the Help slider on the right side of the dialog.
  • Hide Help – Closes the Help slider on the right side of the dialog.
  • Tool Help – Only visible if the Help slider is open. Click to open the ArcGIS help for this dialog.

Implementation

Make Time Series Statistics tool is used to get summary statistics of time series related with features

The tool can be linked with interpolation tools and with the Add to Raster Series tool to automate the process of interpolating surfaces for given time periods. For example, the tool can be used to produce monthly/daily water level surfaces.

Automating the process of creating raster surfaces from time series data