powered by
A dataset of geographical locations of archaeological sites in France.
inrap
A data.frame with 625 observations (archaeological sites) and 11 variables:
data.frame
numeric: longitude (RGF93 v1 / Lambert-93).
numeric
numeric: latitude (RGF93 v1 / Lambert-93).
character: French region.
character
character: French departement.
character: French city.
character: name of the site.
Date: excavation start date.
Date
Date: excavation end date.
list: chronology periods.
list
list: themes.
character.
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).
Other geographical data: cities
cities
# library(sf) # coord <- st_as_sf(inrap, coords = c("X", "Y"), crs = st_crs(2154)) # plot(coord["region"])
Run the code above in your browser using DataLab