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("[email protected]")
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