This PR demos simplifying the ISO XML jinja2 template by rolling the MeasuredParameters section into a loop instead of hardcoding each attribute by hand.
Currently hardcodes some sub-attributes and infers attribute name & type based on metadata variable name & type/format, this leads to some diffs from previous metadata.
Affected Issues
Completes #484
Additionally:
499
512
514
Testing
Manually ran unit tests, injecting a copy statement to pull out the temporary ISO XML files for diffing.
# in test_dswx_s1_pge.py @ line 290
shutil.copy(expected_iso_metadata_file, '/tmp/.')
Description
Affected Issues
499
512
514
Testing
Sample Outputs
Unit test diffs Int test samples