Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.77 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.77 KB

R script to create a map of the Belgian Part of the North Sea

Funding Binder

Includes the LifeWatch sampling stations, bathymetry from EMODnet and maritime boundaries from MarineRegions.org

Get Started 🚀

  • 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

Directory structure 📁

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

An output example 🗺️

map

This image is at: ./data/derived/

How to cite 📝

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