We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1453445 commit da7ef40Copy full SHA for da7ef40
5 files changed
src/GMT.jl
@@ -138,7 +138,7 @@ export
138
getregion, gd2gmt, gmt2gd, gdalread, gdalshade, gdalwrite, gadm, xyzw2cube, coastlinesproj, graticules, orbits, orbits!,
139
plotgrid!, worldrectangular, worldrectgrid,
140
141
- earthregions, gridit, grid2tri, magic, rescale, stackgrids, delrows!, setgrdminmax!, meshgrid, cart2pol, pol2cart,
+ earthregions, gridit, grid2tri, magic, rescale, stackgrids, delrows, setgrdminmax!, meshgrid, cart2pol, pol2cart,
142
cart2sph, sph2cart,
143
144
arcellipse, arccircle, getband, getdriver, getlayer, getproj, getgeom, getgeotransform, gdaldrivers, toPROJ4, toWKT,
@@ -324,6 +324,7 @@ include("utils_project.jl")
324
include("choropleth_utils.jl")
325
include("webmapserver.jl")
326
include("extras/seismicity.jl")
327
+include("extras/okada.jl")
328
include("extras/weather.jl")
329
include("seis/psmeca.jl")
330
include("seis/gmtisf.jl")
0 commit comments