Skip to content

Commit

Permalink
Removing a comment that isn't relevant any more. RE:natcap#276
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Dec 21, 2022
1 parent 0ee2720 commit aed3164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pygeoprocessing/geoprocessing.py
Expand Up @@ -1103,7 +1103,7 @@ def create_raster_from_bounding_box(
raster.SetProjection(target_srs_wkt)

# Set the transform based on the upper left corner and given pixel
# dimensions. Bounding box is in format [minx, miny, maxx, maxy]
# dimensions.
x_source = bbox_maxx if target_pixel_size[0] < 0 else bbox_minx
y_source = bbox_maxy if target_pixel_size[1] < 0 else bbox_miny
raster_transform = [
Expand Down

0 comments on commit aed3164

Please sign in to comment.