Skip to content
Snippets Groups Projects
Commit 7a01cde5 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Add log.

parent b2bda19d
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,7 @@ class EoDataset(torch.utils.data.Dataset):
alg='Horn').ReadAsArray().astype(np.float32)
# scale digital elevation model to range [0-1]
LOGGER.info('Scaling elevation slope and aspect to [0, 1] ...')
dem = da.asarray(_scale(img2np(dem).astype(np.float32)))
slope = da.asarray(_scale(slope))
aspect= da.asarray(_scale(aspect))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment