From efbffbdfb56c6f8666bed664aeef68146e9911cc Mon Sep 17 00:00:00 2001 From: Sam Sipe Date: Fri, 18 Sep 2020 12:52:22 -0400 Subject: [PATCH] Update tutorial-1.ipynb Added environmental variable --- tutorial-1.ipynb | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tutorial-1.ipynb b/tutorial-1.ipynb index 16f6914..c7b8f46 100644 --- a/tutorial-1.ipynb +++ b/tutorial-1.ipynb @@ -61,6 +61,17 @@ "In sat-search, each of the fields in the query is simply provided as a keyword argument" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import os\n", + "STAC_API_URL = 'https://earth-search.aws.element84.com/v0'\n", + "os.environ['STAC_API_URL'] = STAC_API_URL" + ] + }, { "cell_type": "code", "execution_count": 1, @@ -432,4 +443,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} +} \ No newline at end of file