We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05612d commit a41b553Copy full SHA for a41b553
asp_plot/altimetry.py
@@ -92,6 +92,7 @@ def request_atl06sr_multi_processing(
92
filename="atl06sr",
93
region=None,
94
):
95
+ # TODO: region wouldn't work for WV with .tif.aux.xml. Fix that.
96
if not region:
97
region = Raster(self.dem_fn).get_bounds(latlon=True)
98
0 commit comments