Created
June 14, 2025 08:19
-
-
Save cavedave/293e2fa9c86fd70f165f32b96a77a847 to your computer and use it in GitHub Desktop.
Revisions
-
cavedave revised this gist
Jun 14, 2025 . 1 changed file with 12 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], "authorship_tag": "ABX9TyNzOvFwTQvfArfzZ1bRFulK", "include_colab_link": true }, "kernelspec": { @@ -54,7 +54,7 @@ { "cell_type": "code", "source": [ "# get data from https://www.metoffice.gov.uk/hadobs/hadcet/data/maxtemp_daily_totals.txt and save it\n", "\n", "!wget -O cetmaxdly1878on_urbadj4.dat https://www.metoffice.gov.uk/hadobs/hadcet/data/maxtemp_daily_totals.txt" ], @@ -65,7 +65,7 @@ "id": "o67M8pUjG89E", "outputId": "802e738b-6b12-4546-89c2-630500435a4c" }, "execution_count": null, "outputs": [ { "output_type": "stream", @@ -88,7 +88,7 @@ }, { "cell_type": "code", "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/", @@ -172,7 +172,7 @@ "id": "YVade3MkPujS", "outputId": "9a92a71d-187e-4a8f-cfdc-68d58edf7d44" }, "execution_count": null, "outputs": [ { "output_type": "stream", @@ -202,7 +202,7 @@ "id": "wqloSN7SPf14", "outputId": "443492df-a761-4b69-f68b-d077d4ab9779" }, "execution_count": null, "outputs": [ { "output_type": "display_data", @@ -278,7 +278,7 @@ "id": "YLj2UyY2S915", "outputId": "2b472546-65ae-4f7e-d72b-55a437836206" }, "execution_count": null, "outputs": [ { "output_type": "stream", @@ -332,7 +332,7 @@ "metadata": { "id": "tJqoVIWRTQk3" }, "execution_count": null, "outputs": [] }, { @@ -350,7 +350,7 @@ "id": "QlC0PjQ8VIh4", "outputId": "c3236160-8463-4740-b4e1-2b294acf69b8" }, "execution_count": null, "outputs": [ { "output_type": "display_data", @@ -405,7 +405,7 @@ "id": "F-yyKQscU3Q-", "outputId": "eb06ffbf-cbf2-45ee-e0fd-aca4b5971f48" }, "execution_count": null, "outputs": [ { "output_type": "stream", @@ -443,7 +443,7 @@ "id": "68ogAUSAU8O8", "outputId": "5a330dca-76de-48a0-ed7e-8e50dc6c29be" }, "execution_count": null, "outputs": [ { "output_type": "stream", @@ -474,7 +474,7 @@ "id": "yrM5Dl7LG3NI", "outputId": "a3f3a6cc-7596-4137-a671-5869b78e658d" }, "execution_count": null, "outputs": [ { "output_type": "display_data", -
cavedave revised this gist
Jun 14, 2025 . 1 changed file with 12 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,8 @@ "metadata": { "colab": { "provenance": [], "authorship_tag": "ABX9TyPGj1ahHGVr48dP14Vvou2j", "include_colab_link": true }, "kernelspec": { "name": "ir", @@ -15,6 +16,16 @@ } }, "cells": [ { "cell_type": "markdown", "metadata": { "id": "view-in-github", "colab_type": "text" }, "source": [ "<a href=\"https://colab.research.google.com/gist/cavedave/293e2fa9c86fd70f165f32b96a77a847/july1976.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" ] }, { "cell_type": "markdown", "source": [ -
cavedave created this gist
Jun 14, 2025 .There are no files selected for viewing