Shapefile for quartier (polygons) from a real outbreak of Hepatitis E virus (HEV) infection which occurred in the Chadian town of Am Timan between October 2016 and April 2017. The Chadian Ministry of Health (MoH) has approved the use of this data for training purposes. Please note, that some data has been adapted in order to best achieve training objectives. Also, the GPS coordinates included in the dataset do not correspond to real cases identified during this outbreak. They have been generated exclusively for training purposes.

data(shape_quartier_internal)

Format

An object of class "cross"; see read.cross.

Source

Article

References

None (PLoS)

Examples

data(shape_quartier_internal)
head(shape_quartier_internal)
#> Simple feature collection with 6 features and 2 fields
#> Geometry type: POLYGON
#> Dimension:     XYZ
#> Bounding box:  xmin: 20.26407 ymin: 10.99108 xmax: 20.28799 ymax: 11.03596
#> z_range:       zmin: 0 zmax: 0
#> Geodetic CRS:  WGS 84
#> # A tibble: 6 × 3
#>   Name           Descriptio                                             geometry
#>   <chr>          <chr>                                             <POLYGON [°]>
#> 1 BONE           NA         Z ((20.27075 11.02672 0, 20.27293 11.03076 0, 20.27…
#> 2 DAR AL SALAM 2 NA         Z ((20.27307 11.03083 0, 20.27569 11.03596 0, 20.27…
#> 3 DAR AL SALAM 3 NA         Z ((20.27343 11.02483 0, 20.27623 11.02907 0, 20.27…
#> 4 AM SINENE      NA         Z ((20.26698 11.00681 0, 20.27016 11.00957 0, 20.27…
#> 5 AZZAGUIYA      NA         Z ((20.27173 10.99176 0, 20.27019 10.99838 0, 20.27…
#> 6 DILEMA         NA         Z ((20.28277 11.01327 0, 20.28273 11.01381 0, 20.28…