-1
README.md
-1
README.md
+2
-2
footprint_viz.ipynb
+2
-2
footprint_viz.ipynb
···
359
359
},
360
360
{
361
361
"cell_type": "code",
362
-
"execution_count": 16,
362
+
"execution_count": 17,
363
363
"id": "a2b404e9",
364
364
"metadata": {},
365
365
"outputs": [],
···
378
378
" text = f.read()\n",
379
379
" start = text.find(\"## Observations statistics\")\n",
380
380
" # end = text.find(\"## Observations locations\", start + 1)\n",
381
-
" end = len(text)-1\n",
381
+
" end = len(text)\n",
382
382
"\n",
383
383
"with open(\"README.md\", \"w\") as f:\n",
384
384
" f.write(text[:start])\n",