equinor / fmu-sumo

Interaction with Sumo in the FMU context
https://fmu-sumo.readthedocs.io/en/latest/
Apache License 2.0
0 stars 6 forks source link

Split fmu-sumo into separate repositories #215

Closed perolavsvendsen closed 8 months ago

perolavsvendsen commented 9 months ago

Currently, both the explorer, the uploader and the utilities are in the same repository. This may not scale very well, as seen in e.g. #214. In general, the modules does not share code, but share requirements. While the uploader is depending on packages only available on Unix, the explorer needs to run on Windows.

AishaAiak commented 9 months ago

Refinement 25/09/23

Context:

Plan:

State now: fmu-sumo as it was prior to sim2sumo

State now: Separate repositories

Longer term:

Key philosophical question: Do we want to have many, small, light repos - or fewer, larger repos?

Requirements

Current known users

Other topics

AishaAiak commented 9 months ago
perolavsvendsen commented 8 months ago

Consider if (main) documentation on the front-end should contain the user-facing documentation, or if we want to use ReadTheDocs also for that (or just for the API reference, mainly targeting developers).

equinor-ruaj commented 8 months ago

Repositories split. Closing.