Skip to content
View kaedonkers's full-sized avatar

Highlights

  • Pro

Organizations

@SciTools
Block or Report

Block or report kaedonkers

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kaedonkers/README.md
  • 👋 Hi, I’m @kaedonkers
  • 👀 I’m interested in data science tools, agroforestry, carbon sequestration, agriculture, UX and utilisation of data for decision making.
  • 🌱 I’m currently learning how on earth to manage a PhD, economics, biophysical modelling and the role of a research software engineer.
  • 💞️ I’m looking to collaborate on projets utilising climate data, sequestering carbon, democratising data or informing decision making.
  • 📫 How to reach me: kevin.donkers[at]informaticslab.co.uk

Pinned

  1. phd_home phd_home Public

    Landing page and research proposal location for my PhD

  2. yield-safe-ukcp18 yield-safe-ukcp18 Public

    Jupyter Notebook

  3. Extract regional data from gridded N... Extract regional data from gridded NetCDF files using geometries from a shapefil (Iris, Cartopy, ascend)
    1
    {
    2
     "cells": [
    3
      {
    4
       "cell_type": "markdown",
    5
       "metadata": {},
  4. Python script to install all conda e... Python script to install all conda environments on a system as ipython kernels, making the conda envs available to Jupyter
    1
    #!/path/to/miniconda3/bin python3
    2
    '''
    3
    A commandline tool to install all available conda environments as ipython kernels
    4
    - Checks for which conda envs and ipython kernels are available
    5
    - Installs the conda envs not yet installed as ipython kernels (including ipykernel if missing)