Skip to content

Commit

Permalink
add URL to backend entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
trhallam committed May 16, 2024
1 parent 8a14dc2 commit 3fb3145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion segysak/segy/_xarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,4 @@ def guess_can_open(self, filename_or_obj: Union[str, os.PathLike]):
return ext in {".sgy", ".segy"}

description = "Open SEGY files (.sgy, .segy) using segysak in Xarray"
url = ""
url = "https://trhallam.github.io/segysak/latest/api/segy_xarray.html#opening-seg-y-data"

0 comments on commit 3fb3145

Please sign in to comment.