Imports the raw gebco csv file in data-raw, regularizes column names (removes brackets and forward slash, replace space with underscore).

import_gebco()

Value

data.frame

Details

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.

References

Please cite as "IHO-IOC GEBCO Gazetteer of Undersea Feature Names, www.gebco.net"

Examples

if (FALSE) { gebco <- import_gebco() path <- import_gebco(path = "pathtodfile") }