Skip to content

Commit

Permalink
Removing erroneous carriage returns. RE:natcap#254
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Aug 29, 2023
1 parent 5f09bcf commit c070786
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pygeoprocessing/routing/watershed.pyx
Expand Up @@ -629,15 +629,15 @@ def delineate_watersheds_d8(
"""Delineate watersheds for a vector of geometries using D8 flow dir.
Note:
The ``d8_flow_dir_raster_path_band`` and ``outflow_vector_path`` files
must have the same spatial reference system. The output watersheds
vector will use this same spatial reference system.
The ``d8_flow_dir_raster_path_band`` and ``outflow_vector_path`` files
must have the same spatial reference system. The output watersheds
vector will use this same spatial reference system.
Args:
d8_flow_dir_raster_path_band (tuple): A (path, band_id) tuple
to a D8 flow direction raster. This raster must be a tiled raster
with block sizes being a power of 2. The output watersheds vector
will have its spatial reference copied from this raster.
with block sizes being a power of 2. The output watersheds vector
will have its spatial reference copied from this raster.
outflow_vector_path (str): The path to a vector on disk containing
features with valid geometries from which watersheds will be
delineated. Only those parts of the geometry that overlap valid
Expand Down

0 comments on commit c070786

Please sign in to comment.