Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Getting_Started/Part_2_Reading_Spatial_Files.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@
"id": "11615753-6b49-4168-8247-ad09ac06500f",
"metadata": {},
"source": [
"Below is the **point location** we are querying against the **raster dataframe**:\n",
"Below is the **point location** we are querying against the **raster dataframe** (Image: Google Maps):\n",
"\n",
"![Query Area](https://i.ibb.co/W4K0Lg90/Clean-Shot-2025-02-05-at-12-46-59-2x.png) "
]
Expand Down
50 changes: 4 additions & 46 deletions Getting_Started/Part_3_Accelerating_Geospatial_Datasets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,12 @@
},
{
"cell_type": "code",
"execution_count": 60,
"execution_count": null,
"id": "be203bd6-60e3-4a05-b0d3-d366eb7e1467",
"metadata": {},
"outputs": [],
"source": [
"name = 'matt'"
"name = 'your_name'"
]
},
{
Expand Down Expand Up @@ -530,52 +530,10 @@
},
{
"cell_type": "code",
"execution_count": 84,
"execution_count": null,
"id": "39e7cc5d-23b5-4359-84d1-bcba410da18e",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"25/02/06 02:46:15 ERROR TaskSchedulerImpl: Lost executor 66 on 10.1.50.156: 308]\n",
"The executor with id 66 exited with exit code -1(unexpected).\n",
"\n",
"\n",
"\n",
"The API gave the following container statuses:\n",
"\n",
"\n",
"\t container name: spark-kubernetes-executor\n",
"\t container image: 329898491045.dkr.ecr.us-west-2.amazonaws.com/wherobots-spark:v1.5.0-db-12565648598\n",
"\t container state: running\n",
"\t container started at: 2025-02-05T22:36:12Z\n",
" \n",
"25/02/06 02:46:56 ERROR TaskSchedulerImpl: Lost executor 89 on 10.1.48.146: 30]\n",
"The executor with id 89 exited with exit code -1(unexpected).\n",
"\n",
"\n",
"\n",
"The API gave the following container statuses:\n",
"\n",
"\n",
"\t container name: spark-kubernetes-executor\n",
"\t container image: 329898491045.dkr.ecr.us-west-2.amazonaws.com/wherobots-spark:v1.5.0-db-12565648598\n",
"\t container state: running\n",
"\t container started at: 2025-02-06T01:50:45Z\n",
" \n",
" \r"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 79.2 ms, sys: 28.7 ms, total: 108 ms\n",
"Wall time: 3min 52s\n"
]
}
],
"outputs": [],
"source": [
"%%time\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion Getting_Started/assets/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"pitch": 54.90395491103014,
"zoom": 12.456022235128147,
"isSplit": false},
"mapStyle": {"styleType": "dark",
"mapStyle": {"styleType": "dark-matter",
"topLayerGroups": {},
"visibleLayerGroups": {"label": true,
"road": true,
Expand Down
Loading