Skip to content

Commit

Permalink
Merge pull request #14 from ecmwf/main
Browse files Browse the repository at this point in the history
Main to develop
  • Loading branch information
sandorkertesz authored Oct 23, 2023
2 parents bbe0e80 + ab6b36f commit 4bb1ec2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version: 2
formats: []
build:
os: "ubuntu-22.04"
tools:
python: "3.9"
python:
version: 3.8
install:
- requirements: docs/requirements.txt
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# earthkit

> :warning: **DISCLAIMER**
>
> This project is **BETA** and will be **Experimental** for the foreseeable future.
> Interfaces and functionality are likely to change, and the project itself may be scrapped.
> **DO NOT** use this software in any project/software that is operational.
<img src="docs/_static/earthkit.png" width="120">

[![PyPI version fury.io](https://badge.fury.io/py/earthkit.svg)](https://pypi.python.org/pypi/earthkit/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/earthkit.svg)](https://pypi.python.org/pypi/earthkit/)

**DISCLAIMER**

> This project is **BETA** and will be **Experimental** for the foreseeable future. Interfaces and functionality are likely to change, and the project itself may be scrapped. **DO NOT** use this software in any project/software that is operational.
**earthkit** is a project led by ECMWF, providing powerful tools for speeding up weather and climate science workflows by simplifying data access, processing, analysis, visualisation and much more.

Expand Down
Binary file added docs/_static/earthkit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
html_static_path = ["_static"]
html_css_files = ["style.css"]

html_logo = "_static/earthkit.png"

xref_links = {
"earthkit-data": (
Expand Down
5 changes: 0 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ Welcome to earthkit's documentation

This project is **BETA** and will be **Experimental** for the foreseeable future. Interfaces and functionality are likely to change, and the project itself may be scrapped. **DO NOT** use this software in any project/software that is operational.

.. warning::

This documentation is still work in progress and can only be regarded as a **DRAFT**.


**earthkit** is a new open-source Python project led by ECMWF, providing powerful tools for speeding up weather and climate science workflows by simplifying data access, processing, analysis, visualisation and much more.

**earthkit** offers **multiple interoperable** :ref:`software components <components>` built on top of well-established open-source Python libraries like numpy, pandas and matplotlib. earthkit also integrates and leverages the robust and operations-ready software stack that is familiar to ECMWF production systems (e.g. :xref:`eccodes`, FDB, etc).
Expand Down

0 comments on commit 4bb1ec2

Please sign in to comment.