OasisLMF / ktools

In-memory simulation kernel for loss modelling.
BSD 3-Clause "New" or "Revised" License
28 stars 19 forks source link

Remove default range for event IDs in footprinttocsv #384

Closed hchagani-oasislmf closed 4 months ago

hchagani-oasislmf commented 4 months ago

Remove default range for event IDs in footprinttocsv

With the -e flag, a user is able to specify a range of event IDs to output when converting footprint binary files to csv using footprinttocsv. Should a range not have been entered, a default was used. This default had minimum and maximum limits of 1 and 999,999,999 respectively. As event IDs that are greater than this maximum limit should be valid, the range has been removed. Therefore, if a range is not requested by the user, all event IDs are now converted from binary to csv and sent to the output.