Skip to content

Commit

Permalink
feat(GridIntersect): #902 (#903)
Browse files Browse the repository at this point in the history
Add gridintersect to flopy utils along with gridintersect tests.

Add keepzerolengths option to strtree method

Add gridintersection demo notebook

Update travis to install shapely

New method for parsing shapely intersection results
fixes failing test caused by change in behavior in GEOS and shapely
clean up and improve code/docstrings

Ad triangle grid for vertex grid tests

Update notebook with triangle grid

Fix conversion of cell2d to list of shapely shapes
using ncvert to determine no. of points

Add option to perform intersections without building STRtree

Add filter to STRtree query results to avoid unnecessary intersection calls

closes #902

Fix transform of MultiPolygon coords

Add support for transforming MultiPolygon coordinates into
real-world coordinates in structured mode.
  • Loading branch information
dbrakenhoff committed Jun 10, 2020
1 parent eed5afd commit 176c9b4
Show file tree
Hide file tree
Showing 4 changed files with 1,978 additions and 1,857 deletions.
Loading

0 comments on commit 176c9b4

Please sign in to comment.