Skip to content

Commit

Permalink
change false to none
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 committed Dec 7, 2023
1 parent a6a981d commit 019c13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapreader/load/geo_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ def reproject_geo_info(image_path, target_crs="EPSG:4326", calc_size_in_m=False)
) # noqa

else:
size_in_m = False
size_in_m = None

return tiff_shape, tiff_proj, target_crs, coord, size_in_m

0 comments on commit 019c13f

Please sign in to comment.