Skip to content

Commit

Permalink
DOC: Use Cape Town consistently in description and variable names (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjul authored May 31, 2020
1 parent ccebdc5 commit cbd968e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions notebooks/working_with_local_files.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"source": [
"### Raster from name\n",
"\n",
"The other option `contextily` includes to save rasters is through its Place API, which allows you to query locations through their names (thanks to [`geopy`](https://geopy.readthedocs.io/en/stable/)). For example, we can retrieve a basemap of Sao Paulo:"
"The other option `contextily` includes to save rasters is through its Place API, which allows you to query locations through their names (thanks to [`geopy`](https://geopy.readthedocs.io/en/stable/)). For example, we can retrieve a basemap of Cape Town:"
]
},
{
Expand Down Expand Up @@ -245,8 +245,8 @@
}
],
"source": [
"sao_paulo = ctx.Place(\"Cape Town\", source=ctx.providers.Wikimedia)\n",
"sao_paulo.plot()"
"cape_town = ctx.Place(\"Cape Town\", source=ctx.providers.Wikimedia)\n",
"cape_town.plot()"
]
},
{
Expand All @@ -262,7 +262,7 @@
"metadata": {},
"outputs": [],
"source": [
"sao_paulo = ctx.Place(\"Cape Town\", source=ctx.providers.Wikimedia, path=\"cape_town.tif\")"
"cape_town = ctx.Place(\"Cape Town\", source=ctx.providers.Wikimedia, path=\"cape_town.tif\")"
]
},
{
Expand Down

0 comments on commit cbd968e

Please sign in to comment.