User:Rcorrigan/AHGW:Add to Raster Series Pro: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{TOC right}} | {{TOC right}} | ||
[[File:AHGW Add to Raster Series dialog.png|400px|thumb|right|''Add to Raster Series'' dialog]] | [[File:AHGW Add to Raster Series dialog.png|400px|thumb|right|''Add to Raster Series'' dialog]] | ||
The ''Add to Raster Series'' | The ''Add to Raster Series'' pane is accessed by double-clicking on "[[File:ArcGISPro Toolbx Tool.png|16 px]] Add to Raster Series" under the "[[File:ArcGISPro Toolset.png|16 px]] Groundwater Analyst" toolset under the "[[File:Arcgispro Geoprocssngtools.png|16 px]] ArcHydroGroundwater.pyt" toolbox. This tool imports a raster dataset into a mosaic dataset and attributes the raster with start and end dates/times. The start and end dates/times represent the time period of the data stored in the raster, and can be used for animating a series of rasters stored in the catalog. | ||
The following fields are available. Required fields are marked with a [[File:ArcGIS Pro Red Required Symbol.png|8 px]] icon. | The following fields are available. Required fields are marked with a [[File:ArcGIS Pro Red Required Symbol.png|8 px]] icon. | ||
*[[File:ArcGIS Pro Red Required Symbol.png|8 px]] ''Input Raster Dataset'' – Click the [[File:ArcGISPro Open.png|16 px]] button to bring up the ''Input Raster Dataset'' dialog in order to specify the raster dataset to be imported. | *[[File:ArcGIS Pro Red Required Symbol.png|8 px]] ''Input Raster Dataset'' – Click the [[File:ArcGISPro Open.png|16 px]] button to bring up the ''Input Raster Dataset'' dialog in order to specify the raster dataset to be imported. | ||
*[[File:ArcGIS Pro Red Required Symbol.png|8 px]] ''Destination | *[[File:ArcGIS Pro Red Required Symbol.png|8 px]] ''Destination Mosaic Dataset'' – Click the [[File:ArcGISPro Open.png|16 px]] button to bring up the ''Destination Mosaic Dataset'' dialog in order to specify the destination mosaic dataset. | ||
*[[File:ArcGIS Pro Red Required Symbol.png|8 px]] ''Start Date Field'' – Select from the drop-down the date field representing the start date of the raster data. | *[[File:ArcGIS Pro Red Required Symbol.png|8 px]] ''Start Date Field'' – Select from the drop-down the date field representing the start date of the raster data. | ||
*[[File:ArcGIS Pro Red Required Symbol.png|8 px]] ''Start Date'' – Click the [[File:ArcGIS Pro Clock.png|16 px]] button to select the start date/time value to assign to the start date field. | *[[File:ArcGIS Pro Red Required Symbol.png|8 px]] ''Start Date'' – Click the [[File:ArcGIS Pro Clock.png|16 px]] button to select the start date/time value to assign to the start date field. | ||
Line 13: | Line 13: | ||
==Batches and Automation== | ==Batches and Automation== | ||
[[File:AHGW Import Raster Series dialog compared to Attributes of Raster Series dialog.jpg|thumb|300px|right|View of the Import Raster Series tool interface and the resulting raster stored and attributed in a raster catalog.]] | [[File:AHGW Import Raster Series dialog compared to Attributes of Raster Series dialog.jpg|thumb|300px|right|View of the Import Raster Series tool interface and the resulting raster stored and attributed in a raster catalog.]] | ||
The AHGW Add to Raster Series tool loads a raster dataset into a | The AHGW Pro Add to Raster Series tool loads a raster dataset into a mosaic dataset and attributes the raster with a start and end date/time. The start and end date/time represent the time period of the data stored in the raster, and can be used for animating a series of rasters stored in the dataset. | ||
In addition to importing a single raster, the tool has a batch mode for importing a set of rasters into the | In addition to importing a single raster, the tool has a batch mode for importing a set of rasters into the dataset and attributing them with the appropriate date/time values. | ||
[[File:AHGW Import Raster Series dialog compared to Attributes of Raster Series dialog - batch processing.jpg|thumb|300px|none|Importing and attributing rasters in batch mode with the Import Raster Series tool.]] | [[File:AHGW Import Raster Series dialog compared to Attributes of Raster Series dialog - batch processing.jpg|thumb|300px|none|Importing and attributing rasters in batch mode with the Import Raster Series tool.]] | ||
To automate the process of generating a set of raster series from point features and time series data, the tool can be combined in a model with the [[AHGW:Make Time Series Statistics|''Make Time Series Statistics'' tool]]. The following image shows a model that: | To automate the process of generating a set of raster series from point features and time series data, the tool can be combined in a model with the [[AHGW:Make Time Series Statistics|''Make Time Series Statistics'' tool]]. The following image shows a model that: | ||
# | #creates time series statistics from given points and tabular time series, | ||
# | #interpolates the points to a raster, and | ||
# | #imports the raster to a raster catalog and attributes the rasters with appropriate date/time values. | ||
[[File:AHGW using the Time Series Statistics tool with the Import Raster Series tool - model example.png|thumb|600px|none|Linking together the Time Series Statistics and Import Raster Series tools.]] | [[File:AHGW using the Time Series Statistics tool with the Import Raster Series tool - model example.png|thumb|600px|none|Linking together the Time Series Statistics and Import Raster Series tools.]] |
Revision as of 18:07, 11 August 2022
The Add to Raster Series pane is accessed by double-clicking on " Add to Raster Series" under the " Groundwater Analyst" toolset under the " ArcHydroGroundwater.pyt" toolbox. This tool imports a raster dataset into a mosaic dataset and attributes the raster with start and end dates/times. The start and end dates/times represent the time period of the data stored in the raster, and can be used for animating a series of rasters stored in the catalog. The following fields are available. Required fields are marked with a icon.
- Input Raster Dataset – Click the button to bring up the Input Raster Dataset dialog in order to specify the raster dataset to be imported.
- Destination Mosaic Dataset – Click the button to bring up the Destination Mosaic Dataset dialog in order to specify the destination mosaic dataset.
- Start Date Field – Select from the drop-down the date field representing the start date of the raster data.
- Start Date – Click the button to select the start date/time value to assign to the start date field.
- End Date Field – Optional. Select from the drop-down the date field representing the end date of the raster data.
- End Date – Optional. Click the button to select the start date/time value to assign to the start date field.
Batches and Automation
The AHGW Pro Add to Raster Series tool loads a raster dataset into a mosaic dataset and attributes the raster with a start and end date/time. The start and end date/time represent the time period of the data stored in the raster, and can be used for animating a series of rasters stored in the dataset.
In addition to importing a single raster, the tool has a batch mode for importing a set of rasters into the dataset and attributing them with the appropriate date/time values.
To automate the process of generating a set of raster series from point features and time series data, the tool can be combined in a model with the Make Time Series Statistics tool. The following image shows a model that:
- creates time series statistics from given points and tabular time series,
- interpolates the points to a raster, and
- imports the raster to a raster catalog and attributes the rasters with appropriate date/time values.