inrap | R Documentation |
A dataset of geographical locations of archaeological sites in France.
inrap
A data.frame
with 625 observations (archaeological sites) and 11 variables:
numeric
: longitude (RGF93 v1 / Lambert-93).
numeric
: latitude (RGF93 v1 / Lambert-93).
character
: French region.
character
: French departement.
character
: French city.
character
: name of the site.
Date
: excavation start date.
Date
: excavation end date.
list
: chronology periods.
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).
https://www.data.gouv.fr/fr/datasets/r/b098d16a-ae19-48e4-8c58-e659e0603acd (last update: 2024-06-03)
Other geographical data:
cities
# library(sf)
# coord <- st_as_sf(inrap, coords = c("X", "Y"), crs = st_crs(2154))
# plot(coord["region"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.