Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Nov 1, 2023
1 parent 090d2fe commit 6c77101
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 1 addition & 4 deletions src/GeoArtifacts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@

module GeoArtifacts

using GeoStatsImages

include("image.jl")
include("gadm.jl")
include("inmet.jl")

image(name) = geostatsimage(name)

export GADM, INMET

end
7 changes: 7 additions & 0 deletions src/image.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# -----------------------------------------------------------------
# Licensed under the MIT License. See LICENSE in the project root.
# -----------------------------------------------------------------

using GeoStatsImages

image(name) = geostatsimage(name)

0 comments on commit 6c77101

Please sign in to comment.