Skip to content

Commit 513705f

Browse files
update
1 parent 8b7aff1 commit 513705f

File tree

4 files changed

+2234
-2229
lines changed

4 files changed

+2234
-2229
lines changed

docs/code/python_dataviz/04_using_basemaps.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"id": "3f3ba9a3-9c53-403b-b0a7-79105814a3a1"
1818
},
1919
"source": [
20-
"Creating geospatial visualizations oftern require overlaying your data on a basemap. [Contextily](https://contextily.readthedocs.io/en/latest/) is a package that allows you to fetch various basemaps from the internet and ad them to your plot as static images.\n",
20+
"Creating geospatial visualizations often require overlaying your data on a basemap. [Contextily](https://contextily.readthedocs.io/en/latest/) is a package that allows you to fetch various basemaps from the internet and add them to your plot as static images.\n",
2121
"\n",
2222
"We will learn how to take a shapefile showing the path of the [2017 Solar Eclipse](https://svs.gsfc.nasa.gov/4518) and create a map with a topographic basemap. NASA also provides similar data for other eclipses, including the [2024 Total Solar Eclipse](https://svs.gsfc.nasa.gov/5123/)."
2323
]

docs/python-dataviz-output/04_using_basemaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Overview
22

3-
Creating geospatial visualizations oftern require overlaying your data on a basemap. [Contextily](https://contextily.readthedocs.io/en/latest/) is a package that allows you to fetch various basemaps from the internet and ad them to your plot as static images.
3+
Creating geospatial visualizations often require overlaying your data on a basemap. [Contextily](https://contextily.readthedocs.io/en/latest/) is a package that allows you to fetch various basemaps from the internet and add them to your plot as static images.
44

55
We will learn how to take a shapefile showing the path of the [2017 Solar Eclipse](https://svs.gsfc.nasa.gov/4518) and create a map with a topographic basemap. NASA also provides similar data for other eclipses, including the [2024 Total Solar Eclipse](https://svs.gsfc.nasa.gov/5123/).
66

0 commit comments

Comments
 (0)