Skip to content

Commit 1b4617f

Browse files
committedOct 7, 2024
larger figure 1.16
1 parent fd98584 commit 1b4617f

File tree

161 files changed

+81
-1706
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+81
-1706
lines changed
 

‎01-spatial-data.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ Vector layers consist of two main parts: geometries and non-geographic attribute
568568
The final result, a vector layer (`GeoDataFrame`) is therefore a hierarchical structure (@fig-gdf-structure), containing the geometry column (`GeoSeries`), which in turn contains geometries (`shapely`).
569569
Each of the 'internal' components can be accessed, or 'extracted', which is sometimes necessary, as we will see later on.
570570

571-
![Structure of a `GeoDataFrame`](images/gdf-structure.svg){width=40% fig-align="center" #fig-gdf-structure}
571+
![Structure of a `GeoDataFrame`](images/gdf-structure.svg){width=50% fig-align="center" #fig-gdf-structure}
572572

573573
Non-geographic attributes may represent the name of the feature, and other attributes such as measured values, groups, etc.
574574
To illustrate attributes, we will represent a temperature of 25°C in London on June 21st, 2023.

‎01-spatial-data_files/figure-html/cell-34-output-1.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)