Skip to content

Commit

Permalink
last few docs warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Feb 14, 2022
1 parent 492e05b commit 1442fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion welly/las.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def from_las(file_ref, **kwargs):
'Header': header, # for all (LAS 1.2, LAS 2.0, LAS 3.0)
}
Where:
Where...
data (pd.DataFrame): where:
- every row represents a data index.
Expand Down
2 changes: 1 addition & 1 deletion welly/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def bbox(points):

def aspect(points):
"""
Aspect like 2:1 is shape like |___ (twice as wide as high).
Aspect like 2:1 is twice as wide as high.
This function returns the WIDTH per unit height.
"""
Expand Down

0 comments on commit 1442fd3

Please sign in to comment.