Dataset containing two small ROI (Regions Of Interests) within field crops "03" and "04" of the dataset samplecrops. The are used in the documentation examples of extract_s2ts().

data(sampleroi)

Format

A polygon sf dataset in UTM 32N CRS with 2 rows (ROI) and the variables id with ROI IDs ("01" and "02").

Examples

data(sampleroi)
sampleroi
#> Simple feature collection with 2 features and 1 field
#> Geometry type: POLYGON
#> Dimension:     XY
#> Bounding box:  xmin: 734880 ymin: 4973100 xmax: 735120 ymax: 4973160
#> Projected CRS: WGS 84 / UTM zone 32N
#>   id                       geometry
#> 1 03 POLYGON ((734880 4973100, 7...
#> 2 04 POLYGON ((735040 4973100, 7...
plot(sampleroi)