Skip to content

Commit

Permalink
feat(PRT): add conversion/plotting utils for MF6 particle tracking mo…
Browse files Browse the repository at this point in the history
…dels (#1753)

* to_coords() and to_prt() methods on particle data classes
* to_[mp7/prt]_[pathlines/endpoints]() conversion functions
* support plotting PRT pathlines in map/cross-section plots
* add basic tests for flopy.utils.geometry.point_in_polygon
* remove duplicate/parallel verts from voronoi grids (courtesy aprovost-usgs)
* work in progress, will evolve as mf6 PRT is developed
  • Loading branch information
wpbonelli authored Dec 22, 2023
1 parent 02a2f91 commit a53cda7
Show file tree
Hide file tree
Showing 11 changed files with 2,251 additions and 126 deletions.
2 changes: 0 additions & 2 deletions autotest/test_binaryfile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
from itertools import repeat

import numpy as np
Expand All @@ -15,7 +14,6 @@
CellBudgetFile,
HeadFile,
HeadUFile,
UcnFile,
Util2d,
)
from flopy.utils.binaryfile import (
Expand Down
Loading

0 comments on commit a53cda7

Please sign in to comment.