Open ConnectedSystems opened 2 years ago
Hi @ConnectedSystems , sorry for the delay I just saw this. I think this is a great idea, particularly if we want the interface to handle arbitrary clusters/reef sites. It would also be great if ADRIA() could be loaded with a single input location of the data package, rather than entering each of the data types separately.
We currently have a fairly well standardized data package, defined by nested directories in the form of:
It's just lacking a formal spec in the form of
datapackage.json
file (see here). Although I've attempted to maintain an accompanyingreadme.md
, this needs to be updated/cleaned up as well.Due to legacy design choices, we're currently pointing to individual files/folder locations for connectivity, DHW, wave and site data, that happens to be in the same folder location as the project repository. This is not a viable long-term solution given
Suggest we refactor things to instead accept a single arbitrary location that points to the data package, instead of the ~three~ four separate entries currently required. This single location could be a entry point, network drive, or other. Relevant data can then be loaded following the defined structure above.
@Rosejoycrocker could you voice your opinion/concerns/approval?