Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4105638
chore: remove unused tutorials
Oisin-M Apr 9, 2026
5aefc94
feat: copy over 2025 earthkit training notebooks
Oisin-M Apr 9, 2026
fe32f5b
feat: update comparing-models-solutions for 1.0rc
Oisin-M Apr 9, 2026
f96d84f
feat: update time series solutions for 1.0rc
Oisin-M Apr 9, 2026
667f4b6
feat: update grid tutorial for 1.0rc
Oisin-M Apr 9, 2026
ed47ee9
feat: update meteo tutorial for 1.0rc
Oisin-M Apr 9, 2026
b3aca26
feat: basic fieldlist support
Oisin-M Apr 10, 2026
8475545
chore: add more robust but uglier unit conversion logic
Oisin-M Apr 13, 2026
b38defd
chore: update polytope notebooks with new template
Oisin-M Apr 13, 2026
3233df5
feat: show how to use ekg to generate country polygon to pass to poly…
Oisin-M Apr 14, 2026
fb53f6a
chore: hide polytope vertical profile until better tutorial
Oisin-M Apr 14, 2026
bcca1b8
feat: update polytope timeseries with ekp non-interactive meteogram
Oisin-M Apr 14, 2026
7a80f5f
chore: update docs/requirements.txt to include ek develop packages
Oisin-M Apr 14, 2026
3cc4e82
chore: remove outdated workflows
Oisin-M Apr 14, 2026
58598de
chore: remove broken link
Oisin-M Apr 14, 2026
c9ff15f
chore: bump pretty-format-yaml version
Oisin-M Apr 14, 2026
df556ec
chore: please qa
Oisin-M Apr 14, 2026
82ea843
Merge pull request #164 from ecmwf/feat/cleanup_polytope_tutorials
Oisin-M Apr 15, 2026
9b19d06
Merge pull request #165 from ecmwf/chore/clean
Oisin-M Apr 15, 2026
cbb2da1
chore: pre-run notebooks
Oisin-M Apr 15, 2026
2217423
chore: prerun all notebooks even if hidden
Oisin-M Apr 15, 2026
ab4ae89
chore: show new tutorials
Oisin-M Apr 15, 2026
9aa6aa6
fix: correct development instructions
Oisin-M Apr 15, 2026
df7f262
chore: deduplicate getting started
Oisin-M Apr 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions .github/workflows/legacy-ci.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/notify-new-issue.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/notify-new-pr.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:
- id: mdformat
exclude: cruft-update-template.md
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.11.0
rev: v2.16.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --preserve-quotes]
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ Install from PyPI:
pip install earthkit
```

More details can be found at https://earthkit.readthedocs.io/en/latest/install.html.

## Licence

```
Expand Down
24 changes: 0 additions & 24 deletions docs/development/conda.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/development/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Development guide

guidelines
setup
conda
tests
docs

Expand Down
7 changes: 7 additions & 0 deletions docs/development/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ Next, create your Python virtual environment and activate it. E.g. assuming your
python -m venv earthkit-dev
source earthkit-dev/bin/activate

If you use `conda`, the equivalent would be:

.. code-block:: shell

conda create -n earthkit-dev python=3.12
conda activate earthkit-dev


Next, install your repo with the development dependencies in editable mode by running the following commands from the root of the repository:

Expand Down
8 changes: 0 additions & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ Have a feature request or found a bug? Feel free to open an
development/index


.. toctree::
:maxdepth: 1
:caption: Installation and Getting Started
:titlesonly:
:hidden:

getting-started


.. toctree::
:maxdepth: 2
Expand Down
221 changes: 0 additions & 221 deletions docs/tutorials/01_grib_file.ipynb

This file was deleted.

255 changes: 0 additions & 255 deletions docs/tutorials/02_grib_fdb.ipynb

This file was deleted.

Loading
Loading