Skip to content

Commit

Permalink
correction in fig 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldorman committed Oct 8, 2024
1 parent d8f5157 commit be1c419
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion 01-spatial-data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ The result is a two-dimensional **numpy** array where each value represents the
The relation between a **rasterio** file connection and the derived properties is summarized in @fig-rasterio-structure.
The file connection (created with `rasterio.open`) gives access to the two components of raster data: the metadata (via the `.meta` property) and the values (via the `.read` method).

![Creating a `GeoDataFrame` from scratch](images/rasterio-structure.svg){#fig-rasterio-structure}
![A **rasterio** file connection its derived components, the metadata and the raster values](images/rasterio-structure.svg){#fig-rasterio-structure}

### Raster from scratch {#sec-raster-from-scratch}

Expand Down
Loading

0 comments on commit be1c419

Please sign in to comment.