Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion tutorial-1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -432,4 +443,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}