From 215f0fe51c92328dbff47d0fe08b1b5feb0eb745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dave=20Menninger=20=E2=9A=A1?= Date: Wed, 27 Nov 2024 16:20:28 -0500 Subject: [PATCH] Fix references to month/year in example attributes --- docs/gentle_gis_introduction/vector_attribute_data.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gentle_gis_introduction/vector_attribute_data.rst b/docs/gentle_gis_introduction/vector_attribute_data.rst index fc1c8d7ca0f..959ffe8a05f 100644 --- a/docs/gentle_gis_introduction/vector_attribute_data.rst +++ b/docs/gentle_gis_introduction/vector_attribute_data.rst @@ -153,14 +153,14 @@ rows). Each field in the attribute table contains a specific type of data –-- text, numeric or date. Deciding what attributes to use for a feature requires some thought and planning. In our house example earlier on in this topic, we chose roof -colour, presence of a balcony and month of construction as attributes of interest. +colour, presence of a balcony and year of construction as attributes of interest. We could just as easily have chosen other aspects of a house such as: * number of levels * number of rooms * number of occupants * type of dwelling (RDP House, block of flats, shack, brick house, etc) -* year the house was built +* month the house was built * area of floor space in the house * and so on....