Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ docs/examples/*.tar
docs/examples/*.zip
docs/examples/_*
docs/examples/earthkit_use_cases/*.grib
docs/examples/_fdb
docs/examples/*/_*
docs/experimental/_*
docs/experimental/*.grib*
docs/experimental/*.pp*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,39 @@
"execution_count": 2,
"id": "f0430464-fd40-4964-b64d-4629ddd98909",
"metadata": {},
"outputs": [],
"outputs": [
{
"data": {
"text/html": [
"<p><b>BUFR file</b></br><b>Path</b>: synop_10.bufr <b>size</b>: 2.1 KiB</br><b>Available types</b>: pandas, featurelist</p>"
],
"text/plain": [
"<earthkit.data.data.bufr.BUFRData at 0x10579f8c0>"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"ds = ekd.from_source(\"file\", \"synop_10.bufr\").to_featurelist()"
"ds = ekd.from_source(\"file\", \"synop_10.bufr\")\n",
"ds"
]
},
{
"cell_type": "code",
"execution_count": 3,
"id": "5eda4c70-0eea-4cc2-ba84-a915d7048eec",
"metadata": {},
"outputs": [],
"source": [
"ds = ds.to_featurelist()"
]
},
{
"cell_type": "code",
"execution_count": 4,
"id": "07571864-48af-451b-be4a-6a42436d193c",
"metadata": {},
"outputs": [
Expand All @@ -56,7 +81,7 @@
"10"
]
},
"execution_count": 3,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -82,7 +107,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 5,
"id": "30e7749a-ea8b-43d2-90d2-31907f228513",
"metadata": {
"editable": true,
Expand Down Expand Up @@ -319,7 +344,7 @@
"9 91701 -2.77 -171.72 "
]
},
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -355,7 +380,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 6,
"id": "53ac87d6-09b9-46c3-bc54-07fd2a175b05",
"metadata": {
"editable": true,
Expand Down Expand Up @@ -481,7 +506,7 @@
"9 -2.77 -171.72 2.0 302.1"
]
},
"execution_count": 5,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -510,7 +535,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 7,
"id": "26cebaca-9b17-4e15-9564-d92804886ea9",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -569,7 +594,7 @@
"1 51.35 112.47 743.0 287.4 30846"
]
},
"execution_count": 6,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -591,7 +616,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 8,
"id": "04ec7393-8969-4f46-82a6-5feb8f8a54c8",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -655,7 +680,7 @@
"2 -26.50 29.98 1774.0 281.9"
]
},
"execution_count": 7,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -677,7 +702,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 9,
"id": "d75fe63b-baaa-43fa-8689-c3838e6b0fe5",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -749,7 +774,7 @@
"3 -29.60 31.12 105 299.8"
]
},
"execution_count": 8,
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -771,7 +796,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 10,
"id": "c7611278-9426-46fd-8c49-402545122414",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -835,7 +860,7 @@
"2 -2.77 -171.72 2 302.1"
]
},
"execution_count": 9,
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/examples/bufr/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _bufr_examples:

BUFR
++++++

.. toctree::
:maxdepth: 1
:glob:

bufr*
1 change: 1 addition & 0 deletions docs/examples/bufr/synop_10.bufr
1 change: 1 addition & 0 deletions docs/examples/bufr/temp_10.bufr
13 changes: 13 additions & 0 deletions docs/examples/covjson/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. _covjson_examples:


CoverageJSON
+++++++++++++

.. toctree::
:maxdepth: 1
:glob:

polytope_time_series.ipynb
polytope_polygon_coverage.ipynb
polytope_vertical_profile.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.12"
"version": "3.13.1"
}
},
"nbformat": 4,
Expand Down
Loading
Loading