[GRASS-dev] pygrass.gis.region.Region + depths property

Hello all,

The Region class defines a “depths” property which is not being used in e.g. .keys(), repr(), eq() etc.
Shouldn’t it be added there too?

with kind regards
Panos

On Thu, May 9, 2019 at 4:20 PM Panagiotis Mavrogiorgos <pmav99@gmail.com> wrote:

Hello all,

The Region class defines a “depths” property which is not being used in e.g. .keys(), repr(), eq() etc.
Shouldn’t it be added there too?

with kind regards
Panos

In the same topic, shouldn’t the property setter (i.e. _set_depths) call adjust()? In which case, shouldn’t adjust() call G_adjust_Cell_head3() instead of G_adjust_Cell_head()?

Should I open an issue?

P.