Skip to content

Commit

Permalink
move cartopy import
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldorman committed Aug 11, 2023
1 parent dc6ec89 commit d9ddbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08-read-write-plot.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import geopandas as gpd
import shapely
import rasterio
import rasterio.plot
import cartopy
```

```{python}
Expand Down Expand Up @@ -117,7 +118,6 @@ This diversity is demonstrated in the subsequent code chunks, which show how to
Country borders are often useful and these can be accessed with the `cartopy.io.shapereader.natural_earth` function from the `cartopy` package, as follows.

```{python}
import cartopy
filename = cartopy.io.shapereader.natural_earth(
resolution='10m',
category='cultural',
Expand Down

0 comments on commit d9ddbe5

Please sign in to comment.