Open bowenbelongstonature opened 2 years ago
When I work with preprocessed gdirs in the shop with cfg.PARAMS['use_rgi_area']=False, gdir.cenlat and gdir.cenlon are under Transverse Mercator system rather than the WGS_84.
cfg.PARAMS['use_rgi_area']=False
I notice OGGM GlacierDirectory calculates xx and yy in any case, so maybe the judgement in L2600-L2611 can be changed by manipulating xx and yy
xx
yy
yes - I think this is a bug, we can correct this
When I work with preprocessed gdirs in the shop with
cfg.PARAMS['use_rgi_area']=False
, gdir.cenlat and gdir.cenlon are under Transverse Mercator system rather than the WGS_84.