Processing reformat

This commit is contained in:
Edgar P. Burkhart 2022-03-09 15:23:51 +01:00
parent f4ccdb009a
commit f7e64c0a2d
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
3 changed files with 4 additions and 6 deletions

View file

@ -51,9 +51,9 @@ bathy.z[bathy_lores_pd.index] = bathy_lores_pd
bathy.z[bathy_hires_pd.index] = bathy_hires_pd
bathy.z = np.minimum(bathy.z, -15)
#bathy.loc[x_hstru, ("hstru", "poro", "psize")] = np.array(
# bathy.loc[x_hstru, ("hstru", "poro", "psize")] = np.array(
# (hstru, poro, psize)
#).T
# ).T
bathy = bathy.reindex(bathy_lores_pd.index)
log.debug(f"Bathymetry:\n{bathy}")