Includes the LifeWatch sampling stations, bathymetry from EMODnet and maritime boundaries from MarineRegions.org
- Clone this repository
- Open the
map-bpns.Rproj
file with RStudio - Open the script at
./R/map-bpns.R
- Use renv to get the packages needed for this project.
# install.packages("renv@0.15.4")
renv::restore()
- Run the script and save the output map using RStudio
map-bpns/
βββ data/ - directory to save data and read local files from
βββ raw/ - if any local file is needed, save here
βββ derived/ - save outputs here
βββ data/ - scripts
βββ LICENSE.md - License of this software
βββ .gitignore
βββ Dockerfile - requirement to open the project on binder, uses rocker/binder image
βββ install.R - scripts to be run by binder to set up the dependencies of the project
βββ README.md
βββ map-bpns.Rproj - open this file to start the project
βββ renv.lock - this file is used by renv to record the dependencies used by the project
This image is at: ./data/derived/
FernΓ‘ndez-Bejarano, S. (2022) R script to create a map of the Belgian Part of the North Sea. https://github.com/lifewatch/map-bpns
License: MIT