Difference between revisions of "TUPLOT External"
Ellis Symons (talk | contribs) (Created page with "=About= TUPLOT external is a 1D and 2D time series result viewer. It looks to provide the functionality of TUPLOT in QGIS in an external program that can be called from other...") |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
=About= | =About= | ||
− | TUPLOT external is a 1D and 2D time series result viewer. It looks to provide the functionality of TUPLOT | + | TUPLOT external is a 1D and 2D time series result viewer. It looks to provide the functionality of the QGIS TUPLOT plugin in an external program that can be called from other GIS platforms (e.g. ArcGIS). |
=How to Use= | =How to Use= | ||
Line 13: | Line 13: | ||
</ol> | </ol> | ||
<br> | <br> | ||
− | [[File: | + | [[File: ArcTUFLOW_ToolbarTUPLOT.PNG]] |
<br> | <br> | ||
[[File: TuPLOT_viewer.PNG]] | [[File: TuPLOT_viewer.PNG]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=How it works= | =How it works= | ||
Line 35: | Line 21: | ||
The stand alone TuPLOT viewer uses Python (the package installed with ArcGIS) as a base for the viewer. ArcGIS and the TuPLOT viewer communicate using an interface file (*.int) that is written by ArcMap and read by TuPLOT. The *.int file is written automatically when TuPLOT is initiated and deleted when TuPLOT is closed. If TuPLOT crashes, the *.int file may not be deleted. If this occurs many times, a build up of *.int files may occur in the same folder as the *.tpc. The user should feel free to delete these manually if this occurs without fear of interfering the the TuPLOT viewer. The user may also manually select a desired *.int file using the <b>Set Interface File</b> button in the TuPLOT window, though generally this should not be required. | The stand alone TuPLOT viewer uses Python (the package installed with ArcGIS) as a base for the viewer. ArcGIS and the TuPLOT viewer communicate using an interface file (*.int) that is written by ArcMap and read by TuPLOT. The *.int file is written automatically when TuPLOT is initiated and deleted when TuPLOT is closed. If TuPLOT crashes, the *.int file may not be deleted. If this occurs many times, a build up of *.int files may occur in the same folder as the *.tpc. The user should feel free to delete these manually if this occurs without fear of interfering the the TuPLOT viewer. The user may also manually select a desired *.int file using the <b>Set Interface File</b> button in the TuPLOT window, though generally this should not be required. | ||
− | |||
− |
Latest revision as of 00:46, 30 November 2023
About
TUPLOT external is a 1D and 2D time series result viewer. It looks to provide the functionality of the QGIS TUPLOT plugin in an external program that can be called from other GIS platforms (e.g. ArcGIS).
How to Use
The toolbar and button functions are displayed below.
- The TuPLOT viewer can be initiated by clicking the TuPLOT icon
- This will prompt the user to select a TUFLOW Plot Control File (*.tpc)
- The next prompt will allow the user to automatically import the relevant GIS files associated with the *.tpc
- Use the dropdown box to select a PLOT layer (Points, Lines, Regions)
- Select layers you would like to view results for and click the TuPLOT icon again
- Each selection update requires the user to click the TuPLOT icon to update the graph
How it works
Using 'dockable windows' internally in ArcGIS to graph results requires the setup of a graph template for each graphed scenario (for example: a template for 1 result on the primary axis, a template for 2 results on primary axis, a template for 1 result on the primary axis and 1 result on the secondary axis... a template for n results on primary axis and n results on secondary axis). This would be time consuming to set up, and potentially impossible to capture all scenarios. The stand alone TuPLOT viewer uses a program external to ArcGIS for graphing and viewing 1D results and 2D time series results as a solution to this problem.
The stand alone TuPLOT viewer uses Python (the package installed with ArcGIS) as a base for the viewer. ArcGIS and the TuPLOT viewer communicate using an interface file (*.int) that is written by ArcMap and read by TuPLOT. The *.int file is written automatically when TuPLOT is initiated and deleted when TuPLOT is closed. If TuPLOT crashes, the *.int file may not be deleted. If this occurs many times, a build up of *.int files may occur in the same folder as the *.tpc. The user should feel free to delete these manually if this occurs without fear of interfering the the TuPLOT viewer. The user may also manually select a desired *.int file using the Set Interface File button in the TuPLOT window, though generally this should not be required.