pygmt.datasets.load_hotspots
- pygmt.datasets.load_hotspots(**kwargs)[source]
- (Deprecated) Load a table with the locations, names, and suggested symbol sizes of hotspots. - Warning - Deprecated since v0.6.0. This function has been replaced with - load_sample_data(name="hotspots")and will be removed in v0.9.0.- This is the - @hotspots.txtdataset used in the GMT tutorials, with data from Mueller, Royer, and Lawver, 1993, Geology, vol. 21, pp. 275-278. The main 5 hotspots used by Doubrovine et al. [2012] have symbol sizes twice the size of all other hotspots.- The data are downloaded to a cache directory (usually - ~/.gmt/cache) the first time you invoke this function. Afterwards, it will load the data from the cache. So you’ll need an internet connection the first time around.- Returns
- data (pandas.DataFrame) – The data table with columns “longitude”, “latitude”, “symbol_size”, and “placename”.