Skip to content

Commit b1b81a2

Browse files
committed
add notebook on usage
1 parent 2804f4f commit b1b81a2

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

docs/stactask-usage.ipynb

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "8f95ee5b-3b77-4128-95ea-a9f28d4dc06c",
6+
"metadata": {},
7+
"source": [
8+
"# STAC Task\n",
9+
"\n",
10+
"Create a new task that does something"
11+
]
12+
},
13+
{
14+
"cell_type": "code",
15+
"execution_count": 1,
16+
"id": "353e4df5-91bb-4633-acdf-365e56937d16",
17+
"metadata": {},
18+
"outputs": [],
19+
"source": [
20+
"from stactask import Task"
21+
]
22+
},
23+
{
24+
"cell_type": "code",
25+
"execution_count": null,
26+
"id": "cdafa18b-9af2-4f75-829d-b88cd4f54aa5",
27+
"metadata": {},
28+
"outputs": [],
29+
"source": []
30+
}
31+
],
32+
"metadata": {
33+
"kernelspec": {
34+
"display_name": "Python 3 (ipykernel)",
35+
"language": "python",
36+
"name": "python3"
37+
},
38+
"language_info": {
39+
"codemirror_mode": {
40+
"name": "ipython",
41+
"version": 3
42+
},
43+
"file_extension": ".py",
44+
"mimetype": "text/x-python",
45+
"name": "python",
46+
"nbconvert_exporter": "python",
47+
"pygments_lexer": "ipython3",
48+
"version": "3.10.6"
49+
}
50+
},
51+
"nbformat": 4,
52+
"nbformat_minor": 5
53+
}

0 commit comments

Comments
 (0)