Skip to content

Commit

Permalink
Finalised simple GOES preprocessing pipeline (#4)
Browse files Browse the repository at this point in the history
* some updates.

* Some updates.

* Added checks for if bands do not download.

Co-authored-by: Lilli Freischem <[email protected]>
Co-authored-by: annajungbluth <[email protected]>

* Added comments.

---------

Co-authored-by: Lilli Freischem <[email protected]>
Co-authored-by: annajungbluth <[email protected]>
  • Loading branch information
3 people authored Jan 15, 2024
1 parent a77853c commit 64d5f2d
Show file tree
Hide file tree
Showing 15 changed files with 11,895 additions and 154 deletions.
6 changes: 3 additions & 3 deletions notebooks/0.1-GOES-data-inspection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "gcmodel",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -1758,9 +1758,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.11.5"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
28 changes: 25 additions & 3 deletions notebooks/0.1.1-GOES2GO.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"📦 Finished downloading [16] files to [/Users/lillifreischem/data/noaa-goes16/ABI-L1b-RadF].\n"
"📦 Finished downloading [16] files to [/home/juanjohn/data/noaa-goes16/ABI-L1b-RadF].\n"
]
}
],
Expand All @@ -140,6 +140,28 @@
"files = G.nearesttime('2018-10-02 17:00', return_as='filelist')#, save_dir=None)"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'noaa-goes16/ABI-L1b-RadF/2018/275/17/OR_ABI-L1b-RadF-M3C12_G16_s20182751700369_e20182751711142_c20182751711204.nc'"
]
},
"execution_count": 12,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"files.file[0]\n",
"\n",
"\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -532,7 +554,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions notebooks/0.3-GOES-downsampling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "gcmodel",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -197,9 +197,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.11.5"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
418 changes: 418 additions & 0 deletions notebooks/dev/0.1-MODIS-Data-Inspection.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 64d5f2d

Please sign in to comment.