Closed kkappler closed 1 year ago
Once this is sorted out, the comments and reference to this issue can be deleted from
aurora/aurora/test_utils/synthetic/make_mth5_from_asc.py
I wound up factoring this mini test out, it is now in its own file in aurora
aurora/sandbox/debug_mt_metadata_issue_85.py
Currently it is on the aurora fix_issue_80
branch
@kkappler After you change the metadata, you'll have to run the method write_metadata
to be sure that it is written the HDF5, then when you call run_group.station_metadata
it will pull the newly written metadata from the station metadata.
Setting latitude in the location object has the expected result:
And the information does propagate to the station_group
But it does not propagate to the run_group
@kujaku11 Is this expected behaviour? Or should the run_group inherit the location info from it's station group?