Closed duncanmmacleod closed 1 year ago
What needs to be done to get #101 merged? Some people are being affected by this issue.
@titodalcanton @duncanmmacleod has asked us to make other things higher priority.
This issue has been migrated here: https://git.ligo.org/computing/dqsegdb/client/-/issues/65
A new version of the LIGO_LW XML format is being pushed that replaces the bulky
ilwd:char
ID strings with simpler IDint
s. It would be great to have this client be able to read/write the old format and the new concurrently as a precursor to updating GDS upstream to write files with the new ID strings.The change would basically be to use
ligo.lw
instead ofglue.ligolw
in all places, but you would probably need to supply a compatibility flag (--ilwdchar-compat
or similar) to allow users to select the old or new format.