MetOffice / PyPRECIS

PyPRECIS is the python based training environment for Met Office PRECIS training courses.
BSD 3-Clause "New" or "Revised" License
20 stars 2 forks source link

Make notebooks domain agnostic #125

Open hsteptoe opened 2 years ago

hsteptoe commented 2 years ago

Currently the notebooks have a lot of hard-coded content that references SE Asia. We should aim to make the notebooks more agnostic to the input (CORDEX) data being used, so these notebooks feel more relevant to learners.

This issue is to discuss how we could do this. The major options are:

  1. Create bespoke version of a principal repo, which is hard-coded to be specific to a set of learners.
  2. Abstract file name, regions etc. into a top-level configuration file which can be edited by learners to tailor the main repo to their country/domain of choice.