Skip to content

A python script that reads and plot PLT files from TECPLOT in Groundwater Vistas.

Notifications You must be signed in to change notification settings

SebaVGit/plt_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plt_reader python script

A python script that reads and plots PLT files from TECPLOT in Groundwater Vistas.

Required packages

pandas version: 1.1.3 or later
matplotlib version: 3.3.1 or later
numpy version: 1.19.2 or later
tqdm version: 4.49.0 or later

Example

As an example I used CLN_TEST.plt file, wich was created with Groundwater Vistas 7 using Plot>Tecplot>Export>Target Hydrograph.
Also you have the entire GWV test project here in the MODFLOW_Files.
You can find the last MODLOFW-USG with Transport executable here

Capabilities

You can easily read .plt files and plot all your targets.
In this version, you can customized your plots as you like.

Disclaimer

This is just a simple version and I have to set it better in order to make it easier to use.

Running test

Assuming that you are using Anaconda, you can run the script from the command lind with:
activate [your environment]
python plt_reader.py
Otherwise try to set python to your path and run the last line.

Contact

Please if you want to improve the code feel free to contact me or make a pull request.
email: [email protected]
Linkedin

About

A python script that reads and plot PLT files from TECPLOT in Groundwater Vistas.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published