spine-tools / SpinePeriods.jl

GNU Lesser General Public License v3.0
4 stars 1 forks source link

Create DB with Period Data only for merging with main DB #12

Open DillonJ opened 1 year ago

DillonJ commented 1 year ago

Currently, SpinePeriods creates a copy of your DB with the period data added into it. This creates problems when we subsequently want to update the datastore - if we want to avoid having to run SpinePeriods in each execution, we then have to dbs to try and keep in sync. It would be more convenient if SpinePeriods instead created a small sqlite datastore that could be imported into the desired DB. It also gives us the option of having a mimumal SpinePeriods input DB containing just the input data required to generate the representative periods.