Skip to contents

A dataset of geographical locations of archaeological sites in France.

Usage

inrap

Format

A data.frame with 625 observations (archaeological sites) and 11 variables:

X

numeric: longitude (RGF93 v1 / Lambert-93).

Y

numeric: latitude (RGF93 v1 / Lambert-93).

region

character: French region.

departement

character: French departement.

commune

character: French city.

site

character: name of the site.

start

Date: excavation start date.

end

Date: excavation end date.

period

list: chronology periods.

theme

list: themes.

type

character.

Details

This dataset presents the geographical locations of a selection of preventive archaeological excavations carried out in France by the Institut national de recherches archéologiques préventives (Inrap).

See also

Other geographical data: cities

Examples

# library(sf)
# coord <- st_as_sf(inrap, coords = c("X", "Y"), crs = st_crs(2154))
# plot(coord["region"])