Objected Oriented Programming for ETOPO Data

15 Dec 2022

Objected Oriented Programming is a model of programming that organizes software design around data, or objects, rather than functions and logic. In this post I’m sharing a code using classes for producing 2D Maps using data from ETOPO bathymetry , which is a global dataset for ocean topography. You can find this code here.