Skip to content

Commit

Permalink
improves style
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Oct 12, 2023
1 parent ff26c02 commit 602c7e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions 01-spatial-data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ jupyter: python3

## Introduction

This chapter introduces key Python packages and data structures for working with the two major types of spatial data, namely:

- **shapely** and **geopandas**---for working with vector layers
- **rasterio**---for working with rasters
This chapter introduces key Python packages and data structures for working with the two major types of spatial data, namely **shapely** and **geopandas**---for working with vector layers and **rasterio**---for working with rasters.

As we will see in the example code presented later in this chapter, **shapely** and **geopandas** are related:

Expand Down

0 comments on commit 602c7e6

Please sign in to comment.