diff --git a/maps.qmd b/maps.qmd index 3c3572ff..408d5e56 100644 --- a/maps.qmd +++ b/maps.qmd @@ -70,7 +70,7 @@ oz_states ``` This output shows some of the metadata associated with the data (discussed momentarily), and tells us that the data is essentially a tibble with 9 rows and 2 columns. -One advantage to sf data is immediately apparent, we can easily see the overall structure of the data: Australia is comprised of six states and some territories. +One advantage to sf data is immediately apparent, we can easily see the overall structure of the data: Australia is comprises six states and some territories. There are 9 distinct geographical units, so there are 9 rows in this tibble (cf. `mi_counties data` where there is one row per polygon vertex). The most important column is `geometry`, which specifies the spatial geometry for each of the states and territories.