Skip to content

Commit

Permalink
Feature/array (#332)
Browse files Browse the repository at this point in the history
* Implement array backends for fieldlist
  • Loading branch information
sandorkertesz authored Mar 5, 2024
1 parent 72bd65a commit 1630091
Show file tree
Hide file tree
Showing 47 changed files with 3,078 additions and 815 deletions.
33 changes: 33 additions & 0 deletions Untitled.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "a922d141-d705-453e-9816-0899283d9cbb",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "dev_ecc",
"language": "python",
"name": "dev_ecc"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
1 change: 1 addition & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Here is a list of example notebooks to illustrate how to use earthkit-data.
examples/grib_url_stream.ipynb
examples/grib_to_netcdf.ipynb
examples/numpy_fieldlist.ipynb
examples/grib_array_backends.ipynb
examples/grib_nearest_gridpoint.ipynb
examples/grib_time_series.ipynb
examples/grib_fdb_write.ipynb
Expand Down
Loading

0 comments on commit 1630091

Please sign in to comment.