Skip to content

Commit

Permalink
Add preliminary dependencies for exploration
Browse files Browse the repository at this point in the history
  • Loading branch information
f-PLT committed May 13, 2024
1 parent f81b695 commit 85cbf83
Show file tree
Hide file tree
Showing 3 changed files with 1,099 additions and 1 deletion.
80 changes: 80 additions & 0 deletions notebooks/planetary_computer_sentinel2_exploration.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "initial_id",
"metadata": {
"ExecuteTime": {
"end_time": "2024-05-06T18:05:49.303408Z",
"start_time": "2024-05-06T18:05:47.607910Z"
}
},
"outputs": [],
"source": [
"import leafmap"
]
},
{
"cell_type": "code",
"execution_count": 3,
"id": "fcb67d1eb21aafc1",
"metadata": {
"ExecuteTime": {
"end_time": "2024-05-06T18:05:50.046157Z",
"start_time": "2024-05-06T18:05:49.980358Z"
}
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "68dfc3b05fd74aa49f70143af800fa9f",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Map(center=[20, 0], controls=(ZoomControl(options=['position', 'zoom_in_text', 'zoom_in_title', 'zoom_out_text…"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"m = leafmap.Map()\n",
"m"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "1f3b83d1d0e55f60",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Loading

0 comments on commit 85cbf83

Please sign in to comment.