Skip to content

Commit 38f57e8

Browse files
authored
A small reorganization by moving sub-modules to their own dirs. (#1831)
* A small reorganization by moving sub-modules to their own dirs. * Need this too
1 parent c7cce40 commit 38f57e8

6 files changed

Lines changed: 6 additions & 7 deletions

File tree

src/GMT.jl

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ include("common_docs.jl")
213213
include("libgmt_h.jl")
214214
include("libgmt.jl")
215215
include("gmt_types.jl")
216-
include("gdal.jl")
216+
include("gdal/gdal.jl")
217217
include("gdal_utils.jl")
218218
include("proj_utils.jl")
219219
const global MatGDsGd = Union{Matrix{<:AbstractFloat}, GMTdataset, Vector{<:GMTdataset}, Gdal.AbstractDataset}
@@ -286,6 +286,8 @@ include("img_funs.jl")
286286
include("imgtiles.jl")
287287
include("imshow.jl")
288288
include("kml2gmt.jl")
289+
include("libleptonica.jl")
290+
include("lepto_funs.jl")
289291
include("linefit.jl")
290292
include("loxodromics.jl")
291293
include("makecpt.jl")
@@ -342,6 +344,7 @@ include("xyz2grd.jl")
342344
include("utils.jl")
343345
include("utils_project.jl")
344346
include("choropleth_utils.jl")
347+
include("drawing/Drawing.jl")
345348
include("extras/anaglyph.jl")
346349
include("extras/hampel_outliers.jl")
347350
include("extras/isoutlier.jl")
@@ -352,6 +355,7 @@ include("extras/okada.jl")
352355
include("extras/weather.jl")
353356
include("extras/webmapserver.jl")
354357
include("extras/whittaker.jl")
358+
include("laszip/Laszip.jl")
355359
include("seis/psmeca.jl")
356360
include("seis/gmtisf.jl")
357361
include("geodesy/psvelo.jl")
@@ -369,19 +373,14 @@ include("potential/grdseamount.jl")
369373
include("spotter/grdrotater.jl")
370374
include("windbarbs/windbarbs.jl")
371375
include("zscale.jl")
372-
include("drawing.jl")
373376
include("get_enums.jl")
374377

375-
include("libleptonica.jl")
376-
include("lepto_funs.jl")
377-
378-
include("laszip/Laszip.jl")
379378

380379
using .Gdal
381380
using .Laszip
382381

383382
#include("ImageFeatures/ImageFeatures.jl")
384-
#using GMT.ImageFeatures
383+
#using .ImageFeatures
385384

386385
@compile_workload begin
387386
G_API[1] = GMT_Create_Session("GMT", 2, GMT_SESSION_BITFLAGS)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)