knitr::opts_chunk$set(echo = T, warning=F) library(tools4DCE)
donnees<-import_Naiades_PC("export Naiades bzh 2019.zip") analyses<-donnees[["analyses"]] stations<-donnees[["operations"]]%>%select("CdStationMesureEauxSurface", "CoordXPrel", "CoordYPrel")%>%distinct() names(analyses)
SAGE <- charge_shp_SAGE(nom_sage = c("Vilaine"), crs=2154) plot(SAGE[,2])
Pour celà on convertit tout d'abord les stations de mesures Naides en objet géographique
stations<-st_as_sf(operations, coords=c("CoordXPrel", "CoordYPrel"))%>%distinct()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.