Skip to content

Commit

Permalink
Update api/app/utils/geospatial.py
Browse files Browse the repository at this point in the history
Co-authored-by: dgboss <[email protected]>
  • Loading branch information
conbrad and dgboss authored Aug 13, 2024
1 parent 1b7affd commit b5bb9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/utils/geospatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def warp_to_match_extent(source_ds: gdal.Dataset, ds_to_match: gdal.Dataset, output_path: str) -> gdal.Dataset:
"""
Warp the source_raster to match the extent and projection of the other raster.
Warp the source dataset to match the extent and projection of the other dataset.
:param source_ds: the dataset raster to warp
:param ds_to_match: the reference dataset raster to match the source against
Expand Down

0 comments on commit b5bb9cd

Please sign in to comment.