User:Rcorrigan/AHGW:Make Time Series Statistics Pro

From XMS Wiki
< User:Rcorrigan
Revision as of 22:08, 11 August 2022 by Rcorrigan (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Make Time Series Statistics tool in the Geoprocessing pane

The Make Time Series Statistics pane is accessed by double-clicking on "ArcGISPro Toolbx Tool.png Make Time Series Statistics" under the "ArcGISPro Toolset.png Groundwater Analyst" toolset under the "ArcGISPro Toolset.png Time Series" toolset under the "ArcGISPro Toolbx Item.png ArcHydroGroundwater.pyt" 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.

ArcGIS Note – In older versions of ArcGIS, this tool appears as a dialog and is accessed through the "Arc Hydro Groundwater Tools" toolbox.
The icons vary between ArcGIS and ArcGIS Pro.

The following fields are available. Required field are marked with a ArcGIS Pro Red Required Symbol.png icon. In ArcGIS, they are marked with a ArcGIS required - green circle icon.png icon.

  • ArcGIS Pro Red Required Symbol.png Input Features Related to Time Series Data – Click the ArcGISPro Open.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 Pro Red Required Symbol.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 Pro Red Required Symbol.png Input Time Series Table – Click the ArcGISPro Open.png button to bring up the Input Time Series Table dialog in order to specify the table containing the time series data.
  • ArcGIS Pro Red Required Symbol.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 Pro Red Required Symbol.png Time Field – Select the field in the Time Series table containing the date/time of the time series.
  • ArcGIS Pro Red Required Symbol.png Time Series Values Field – Select the field in the Time Series table containing the time series values (the field that stores water level values).
  • ArcGIS Pro Red Required Symbol.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 Pro Red Required Symbol.png Variable ID
  • ArcGIS Pro Red Required Symbol.png Output Feature Class – Click the ArcGISPro Open.png button to bring up the Output Feature Class dialog in order to specify the name and location of the output feature class.
  • 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.
    • ArcGIS Pro Reset.png Reset – Deselect all of the statistics in the list.
ArcGIS Feature Note – The following options are only available in older versions of ArcGIS, not in ArcGIS Pro.
  • Unselect All – Deselect all of the statistics in the list.
  • Add Value
  • Start Date/Time – Optional. Click the ArcGIS Pro Clock.png button to bring up a calendar in order to specify the beginning of the time period for which statistics are calculated.
  • End Date/Time – Optional. Click the ArcGIS Pro Clock.png button to bring up a calendar in order to specify the end of the time period for which statistics are calculated.
ArcGIS Feature Note – The documentation for the following options applies only to older versions of ArcGIS, not to ArcGIS Pro.
  • 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