Skip to content

Commit

Permalink
add load_sf
Browse files Browse the repository at this point in the history
  • Loading branch information
kongdd committed Jul 11, 2024
1 parent dd5fbe1 commit 1e73f24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Ipaper"
uuid = "e58298cb-69f7-4186-aecd-5834b6793426"
authors = ["Dongdong Kong <[email protected]>"]
version = "0.1.17"
version = "0.2.0"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down
5 changes: 5 additions & 0 deletions src/tools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ import StatsBase: weights, mean, quantile
import Random: seed!
include("r_base.jl")

export load_sf
function load_ext(ext::Symbol=:IpaperArchGDALExt)
Base.get_extension(Ipaper, ext)
end

# for quarto
include2(f) = include("$(pwd())/$(basename(f))")
# includet2(f) = includet("$(pwd())/$(basename(f))")
Expand Down

0 comments on commit 1e73f24

Please sign in to comment.