/map-bpns

Primary LanguageRMIT LicenseMIT

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("renv@0.15.4")
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