Skip to contents

Six towns (areas) in Singapore: Punggol (PG), Queenstown (QT), Tampines (TP), Jurong West (JW), Bishan (BS) and Woodlands (WL).

Usage

data(sampling_areas)

Format

Tabular sf object. Each row has a geometry of type POLYGON.

Source

Development of a Biodiversity Index for Residential Towns using Biodiversity Field Surveys, 2016–2022. Ministry of National Development Research Fund (MNDRF) Grant. Awarded to the National University of Singapore and the Singapore Housing & Development Board.

See also

Examples

head(sampling_areas)
#> Simple feature collection with 6 features and 1 field
#> Geometry type: POLYGON
#> Dimension:     XY
#> Bounding box:  xmin: 353618.5 ymin: 141963.4 xmax: 384748.9 ymax: 161017.8
#> Projected CRS: WGS 84 / UTM zone 48N
#>   area                       geometry
#> 1   BS POLYGON ((371976.9 150656, ...
#> 2   JW POLYGON ((358502.3 149045, ...
#> 3   PG POLYGON ((379073.3 156986.3...
#> 4   QT POLYGON ((365379.3 145134.7...
#> 5   TP POLYGON ((384558.6 150112.5...
#> 6   WL POLYGON ((363419.4 160258.2...