From d9a820349c6b1b7408138b710e75928a6b833a25 Mon Sep 17 00:00:00 2001 From: Brian Mapes Date: Fri, 14 Jun 2024 11:28:55 -0600 Subject: [PATCH] Update 99_auxiliar_dowloading.ipynb --- notebooks/99_auxiliar_dowloading.ipynb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/notebooks/99_auxiliar_dowloading.ipynb b/notebooks/99_auxiliar_dowloading.ipynb index b780465..5187b39 100644 --- a/notebooks/99_auxiliar_dowloading.ipynb +++ b/notebooks/99_auxiliar_dowloading.ipynb @@ -17,9 +17,15 @@ "cell_type": "markdown", "metadata": {}, "source": [ + "------------\n", "## This notebook contains example cells to download data.\n", - "### Uses hard-wired lists of URLs for an example date/time. \n", - "#### Full disk files are large. Executing all this is not necessary for other notebooks. \n" + "#### Uses hard-wired lists of URLs for an example date/time, not easily adjusted. Full disk files are large. Executing this notebook is not necessary for the other notebooks. \n", + "\n", + "## To access Real-Time data without downloading, see the AWS_access_cookbook.\n", + "\n", + "That cookbook could be adapted for archival data access of specified dates and times. \n", + "\n", + "Another useful resource is https://satpy.readthedocs.io/en/latest/remote_reading.html" ] }, {