PyPRECIS icon indicating copy to clipboard operation
PyPRECIS copied to clipboard

PyPRECIS is the python based training environment for Met Office PRECIS training courses.

Results 12 PyPRECIS issues
Sort by recently updated
recently updated
newest added

the location of data to be stored, and the way to obtain it will vary depending on the plaform being used (VDI, AWS, WSL2) and so we need to allow...

add small updates to pyprecis environment to pick up latest version of libwebp-base created by: 1. conda activate pyprecis-environment 2. conda install --no-deps -c conda-forge -y libwebp-base>=1.3.2 3. conda env...

Need to add some form of linting to ensure that all the python contained within the jupyter notebooks is PEP8 compliant and hence conforms to best practice. It is thought...

enhancement

When setting up the new AFR-22 notebooks, a number of issues/potential improvements to the core EAS-22 notebooks have been identified ## errors - [x] Inconsistent location for location of data...

To do list for changes to Worksheets 2a & 2b for v2 release.

enhancement
paused

Add an extra worksheet in which changes in temperature and precipitation are presented in summary form as box plots Steps: 1. select homogenouse regions 2. calculate the changes in the...

In the scitools courses e.g. https://github.com/SciTools/courses/blob/master/course_content/iris_course/1.The_Iris_Cube.ipynb the approach is to put each example in it's own file, and then include a way to load it inside the relevant worksheet using:...

I think this repo/project is now seeing sufficient development that we should issue it with a DOI. This would: (a) provide it with a permanent and persistent point of reference,...

Currently we use tm for temperature in file naming, We should stick to official naming e.g. tas, tasmin, tasmax

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...

enhancement