Skip to content

Commit

Permalink
model problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Nour-Cheour10 committed Aug 14, 2024
1 parent 9c643ca commit 753d79e
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions examples/RasterLayer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,22 @@
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"import configparser\n",
"config = configparser.ConfigParser()\n",
"config.read('.config.ini')\n",
"key = config['DEFAULT']['key']"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"scrolled": true
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "118567532fa24b9bbfe23392434a10ff",
"model_id": "eb8f7885d1b94654942794f633a79e87",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Map(center=[0.0, 0.0])"
]
},
"execution_count": 3,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -74,7 +62,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -92,7 +80,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -102,21 +90,21 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 5,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "118567532fa24b9bbfe23392434a10ff",
"model_id": "eb8f7885d1b94654942794f633a79e87",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Map(center=[0.0, 0.0], layers=[RasterTileLayer()], zoom=3.1446582428318823)"
"Map(center=[0.0, 0.0])"
]
},
"execution_count": 10,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -127,7 +115,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -136,7 +124,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
Expand Down

0 comments on commit 753d79e

Please sign in to comment.