Published
Edited
Jul 16, 2019
Insert cell
Insert cell
Insert cell
Insert cell
md`Let's start here by first step of the framework, how data can be transformed into a (new) piece of information, using a ship related example.`

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
function checkOperability(Data1, Data2) {
if(Data1 < Data2 ) {
return "Vessel A is operable in a sea with wave height of " + Data1 + "m, giving that its operational limit is " + Data2 + "m."
} else {
return "Vessel A is NOT operable in a sea with wave height of " + Data1 + "m, giving that its operational limit is " + Data2 + "m."
}
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more