Skip to content

Commit 523d56c

Browse files
More small fixes in geopandas notebooks
1 parent f1d38a0 commit 523d56c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

_solved/02-introduction-geospatial-data.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,7 @@
893893
}
894894
],
895895
"source": [
896+
"# fig, ax = plt.subplots(figsize=(15, 10))\n",
896897
"ax = countries.plot(edgecolor='k', facecolor='none', figsize=(15, 10))\n",
897898
"rivers.plot(ax=ax)\n",
898899
"cities.plot(ax=ax, color='red')\n",

_solved/04-spatial-relationships-joins.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@
543543
"* `touches`\n",
544544
"* `within`\n",
545545
"* `covers`\n",
546+
"* `covered_by`\n",
546547
"\n",
547548
"\n",
548549
"See https://shapely.readthedocs.io/en/stable/manual.html#predicates-and-relationships for an overview of those methods.\n",

0 commit comments

Comments
 (0)