Skip to content

Commit

Permalink
Test attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Jul 25, 2024
1 parent 2b353f3 commit b57e23a
Show file tree
Hide file tree
Showing 10 changed files with 927 additions and 357 deletions.
3 changes: 2 additions & 1 deletion src/ArchGDAL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ include("ogr/styletable.jl")
include("mdarray/types.jl")
include("mdarray/attribute.jl")
include("mdarray/dimension.jl")
include("mdarray/extendeddatatype.jl")
include("mdarray/global.jl")
include("mdarray/group.jl")
include("mdarray/highlevel.jl")
include("mdarray/mdarray.jl")
include("mdarray/todo.jl")
include("utilities.jl")
include("context.jl")
include("base/iterators.jl")
Expand Down
3 changes: 3 additions & 0 deletions src/context.jl
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ for gdalfunc in (
:delaunaytriangulation,
:difference,
:extendeddatatypecreate,
:extendeddatatypecreatestring,
:forceto,
:fromGML,
:fromJSON,
Expand All @@ -238,6 +239,7 @@ for gdalfunc in (
:getattributes,
:getband,
:getcolortable,
:getcomponents,
:getdatatype,
:getdimensions,
:getfeature,
Expand All @@ -253,6 +255,7 @@ for gdalfunc in (
:getresampled,
:getrootgroup,
:getspatialref,
:gettype,
:getunscaled,
:getview,
:importCRS,
Expand Down
Loading

0 comments on commit b57e23a

Please sign in to comment.