Skip to content

Commit

Permalink
JH review
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Feb 20, 2024
1 parent 1800573 commit 145b6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grass_gis_helpers/data_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ def import_single_local_xyz_file(xyz_file, output, use_cur_reg=False):
xyz_file (str): XYZ file path to import
output (str): Output raster file name
use_cur_reg (bool): If True the XYZ file will only be imported if it
overlaps with the current region, otherwise the XYZ
file will imported
overlaps with the current region, otherwise it
will not be imported
Returns:
output (str): If the output is imported, otherwise return None
"""
Expand Down

0 comments on commit 145b6c9

Please sign in to comment.