Skip to content

Commit

Permalink
feat(PRT): add utilities to configure/plot PRT models
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
wpbonelli committed Nov 14, 2023
1 parent 0f8b521 commit 01bac86
Show file tree
Hide file tree
Showing 11 changed files with 2,186 additions and 124 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 @@ -14,7 +13,6 @@
CellBudgetFile,
HeadFile,
HeadUFile,
UcnFile,
Util2d,
)
from flopy.utils.binaryfile import (
Expand Down
1 change: 0 additions & 1 deletion autotest/test_mbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from flopy.mbase import resolve_exe
from flopy.utils.flopy_io import relpath_safe


_system = system()


Expand Down
Loading

0 comments on commit 01bac86

Please sign in to comment.