Imports the raw gebco csv file in data-raw, regularizes column names (removes brackets and forward slash, replace space with underscore).
import_gebco()
data.frame
The raw csv file is manually downloaded to data-raw from https://www.ngdc.noaa.gov/gazetteer/ and is Gazeteer version 2.0+13. Download date 2017-12-29.
Please cite as "IHO-IOC GEBCO Gazetteer of Undersea Feature Names, www.gebco.net"
if (FALSE) { gebco <- import_gebco() path <- import_gebco(path = "pathtodfile") }