Skip to content

Commit

Permalink
fixed paths in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Dec 4, 2023
1 parent a437b2c commit 469bce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@ def filter_triangles(points, cells):

# Note: global_stereo.shp has been generated using global_tag() function in pyposeidon
# https://github.com/ec-jrc/pyPoseidon/blob/9cfd3bbf5598c810004def83b1f43dc5149addd0/pyposeidon/boundary.py#L452
fname = os.path.join(os.path.dirname(__file__), "global", "global_latlon.shp")
fname2 = os.path.join(os.path.dirname(__file__), "global", "global_stereo.shp")
fname = "tests/global/global_latlon.shp"
fname2 = "tests/global/global_stereo.shp"

EPSG = 4326 # EPSG:4326 or WGS84
bbox = (-180.00, 180.00, -89.00, 90.00)
Expand Down

0 comments on commit 469bce5

Please sign in to comment.