GDAL_jll.gdal_contour_exeMethod
gdal_contour_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalcontourexe.

Example

gdal_contour_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdal_contour_exeMethod
gdal_contour_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalcontourexe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdal_contour_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdal_contour_pathMethod
gdal_contour_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalcontourpath.

Example

gdal_contour_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdal_contour_pathMethod
gdal_contour_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalcontourpath. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdal_contour_path()) $arguments`)
Julia 1.6
GDAL_jll.gdal_create_exeMethod
gdal_create_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalcreateexe.

Example

gdal_create_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdal_create_exeMethod
gdal_create_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalcreateexe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdal_create_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdal_footprint_exeMethod
gdal_footprint_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalfootprintexe.

Example

gdal_footprint_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdal_footprint_exeMethod
gdal_footprint_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalfootprintexe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdal_footprint_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdal_grid_exeMethod
gdal_grid_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalgridexe.

Example

gdal_grid_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdal_grid_exeMethod
gdal_grid_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalgridexe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdal_grid_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdal_grid_pathMethod
gdal_grid_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalgridpath.

Example

gdal_grid_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdal_grid_pathMethod
gdal_grid_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalgridpath. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdal_grid_path()) $arguments`)
Julia 1.6
GDAL_jll.gdal_rasterize_exeMethod
gdal_rasterize_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalrasterizeexe.

Example

gdal_rasterize_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdal_rasterize_exeMethod
gdal_rasterize_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalrasterizeexe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdal_rasterize_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdal_rasterize_pathMethod
gdal_rasterize_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalrasterizepath.

Example

gdal_rasterize_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdal_rasterize_pathMethod
gdal_rasterize_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalrasterizepath. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdal_rasterize_path()) $arguments`)
Julia 1.6
GDAL_jll.gdal_translate_exeMethod
gdal_translate_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdaltranslateexe.

Example

gdal_translate_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdal_translate_exeMethod
gdal_translate_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdaltranslateexe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdal_translate_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdal_translate_pathMethod
gdal_translate_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdaltranslatepath.

Example

gdal_translate_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdal_translate_pathMethod
gdal_translate_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdaltranslatepath. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdal_translate_path()) $arguments`)
Julia 1.6
GDAL_jll.gdal_viewshed_exeMethod
gdal_viewshed_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalviewshedexe.

Example

gdal_viewshed_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdal_viewshed_exeMethod
gdal_viewshed_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalviewshedexe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdal_viewshed_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdaladdo_exeMethod
gdaladdo_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdaladdo_exe.

Example

gdaladdo_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdaladdo_exeMethod
gdaladdo_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdaladdo_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdaladdo_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdaladdo_pathMethod
gdaladdo_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdaladdo_path.

Example

gdaladdo_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdaladdo_pathMethod
gdaladdo_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdaladdo_path. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdaladdo_path()) $arguments`)
Julia 1.6
GDAL_jll.gdalbuildvrt_exeMethod
gdalbuildvrt_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalbuildvrt_exe.

Example

gdalbuildvrt_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdalbuildvrt_exeMethod
gdalbuildvrt_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalbuildvrt_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdalbuildvrt_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdalbuildvrt_pathMethod
gdalbuildvrt_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalbuildvrt_path.

Example

gdalbuildvrt_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdalbuildvrt_pathMethod
gdalbuildvrt_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalbuildvrt_path. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdalbuildvrt_path()) $arguments`)
Julia 1.6
GDAL_jll.gdaldem_exeMethod
gdaldem_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdaldem_exe.

Example

gdaldem_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdaldem_exeMethod
gdaldem_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdaldem_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdaldem_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdaldem_pathMethod
gdaldem_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdaldem_path.

Example

gdaldem_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdaldem_pathMethod
gdaldem_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdaldem_path. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdaldem_path()) $arguments`)
Julia 1.6
GDAL_jll.gdalenhance_exeMethod
gdalenhance_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalenhance_exe.

Example

gdalenhance_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdalenhance_exeMethod
gdalenhance_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalenhance_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdalenhance_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdalinfo_exeMethod
gdalinfo_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalinfo_exe.

Example

gdalinfo_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdalinfo_exeMethod
gdalinfo_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalinfo_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdalinfo_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdalinfo_pathMethod
gdalinfo_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalinfo_path.

Example

gdalinfo_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdalinfo_pathMethod
gdalinfo_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalinfo_path. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdalinfo_path()) $arguments`)
Julia 1.6
GDAL_jll.gdallocationinfo_exeMethod
gdallocationinfo_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdallocationinfo_exe.

Example

gdallocationinfo_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdallocationinfo_exeMethod
gdallocationinfo_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdallocationinfo_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdallocationinfo_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdallocationinfo_pathMethod
gdallocationinfo_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdallocationinfo_path.

Example

gdallocationinfo_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdallocationinfo_pathMethod
gdallocationinfo_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdallocationinfo_path. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdallocationinfo_path()) $arguments`)
Julia 1.6
GDAL_jll.gdalmanage_exeMethod
gdalmanage_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalmanage_exe.

Example

gdalmanage_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdalmanage_exeMethod
gdalmanage_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalmanage_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdalmanage_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdalmanage_pathMethod
gdalmanage_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalmanage_path.

Example

gdalmanage_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdalmanage_pathMethod
gdalmanage_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalmanage_path. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdalmanage_path()) $arguments`)
Julia 1.6
GDAL_jll.gdalmdiminfo_exeMethod
gdalmdiminfo_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalmdiminfo_exe.

Example

gdalmdiminfo_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdalmdiminfo_exeMethod
gdalmdiminfo_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalmdiminfo_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdalmdiminfo_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdalmdimtranslate_exeMethod
gdalmdimtranslate_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalmdimtranslate_exe.

Example

gdalmdimtranslate_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdalmdimtranslate_exeMethod
gdalmdimtranslate_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalmdimtranslate_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdalmdimtranslate_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdalsrsinfo_exeMethod
gdalsrsinfo_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalsrsinfo_exe.

Example

gdalsrsinfo_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdalsrsinfo_exeMethod
gdalsrsinfo_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalsrsinfo_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdalsrsinfo_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdalsrsinfo_pathMethod
gdalsrsinfo_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalsrsinfo_path.

Example

gdalsrsinfo_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdalsrsinfo_pathMethod
gdalsrsinfo_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalsrsinfo_path. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdalsrsinfo_path()) $arguments`)
Julia 1.6
GDAL_jll.gdaltindex_exeMethod
gdaltindex_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdaltindex_exe.

Example

gdaltindex_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdaltindex_exeMethod
gdaltindex_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdaltindex_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdaltindex_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdaltindex_pathMethod
gdaltindex_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdaltindex_path.

Example

gdaltindex_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdaltindex_pathMethod
gdaltindex_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdaltindex_path. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdaltindex_path()) $arguments`)
Julia 1.6
GDAL_jll.gdaltransform_exeMethod
gdaltransform_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdaltransform_exe.

Example

gdaltransform_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdaltransform_exeMethod
gdaltransform_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdaltransform_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdaltransform_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdaltransform_pathMethod
gdaltransform_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdaltransform_path.

Example

gdaltransform_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdaltransform_pathMethod
gdaltransform_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdaltransform_path. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdaltransform_path()) $arguments`)
Julia 1.6
GDAL_jll.gdalwarp_exeMethod
gdalwarp_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalwarp_exe.

Example

gdalwarp_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdalwarp_exeMethod
gdalwarp_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalwarp_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdalwarp_exe()) $arguments`)
Julia 1.6
GDAL_jll.gdalwarp_pathMethod
gdalwarp_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gdalwarp_path.

Example

gdalwarp_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gdalwarp_pathMethod
gdalwarp_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gdalwarp_path. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gdalwarp_path()) $arguments`)
Julia 1.6
GDAL_jll.gnmanalyse_exeMethod
gnmanalyse_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gnmanalyse_exe.

Example

gnmanalyse_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gnmanalyse_exeMethod
gnmanalyse_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gnmanalyse_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gnmanalyse_exe()) $arguments`)
Julia 1.6
GDAL_jll.gnmmanage_exeMethod
gnmmanage_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gnmmanage_exe.

Example

gnmmanage_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.gnmmanage_exeMethod
gnmmanage_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gnmmanage_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gnmmanage_exe()) $arguments`)
Julia 1.6
GDAL_jll.is_availableFunction
is_available()

Return whether the artifact is available for the current platform.

GDAL_jll.nearblack_exeMethod
nearblack_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of nearblack_exe.

Example

nearblack_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.nearblack_exeMethod
nearblack_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of nearblack_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(nearblack_exe()) $arguments`)
Julia 1.6
GDAL_jll.nearblack_pathMethod
nearblack_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of nearblack_path.

Example

nearblack_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.nearblack_pathMethod
nearblack_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of nearblack_path. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(nearblack_path()) $arguments`)
Julia 1.6
GDAL_jll.ogr2ogr_exeMethod
ogr2ogr_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of ogr2ogr_exe.

Example

ogr2ogr_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.ogr2ogr_exeMethod
ogr2ogr_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of ogr2ogr_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(ogr2ogr_exe()) $arguments`)
Julia 1.6
GDAL_jll.ogr2ogr_pathMethod
ogr2ogr_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of ogr2ogr_path.

Example

ogr2ogr_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.ogr2ogr_pathMethod
ogr2ogr_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of ogr2ogr_path. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(ogr2ogr_path()) $arguments`)
Julia 1.6
GDAL_jll.ogrinfo_exeMethod
ogrinfo_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of ogrinfo_exe.

Example

ogrinfo_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.ogrinfo_exeMethod
ogrinfo_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of ogrinfo_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(ogrinfo_exe()) $arguments`)
Julia 1.6
GDAL_jll.ogrinfo_pathMethod
ogrinfo_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of ogrinfo_path.

Example

ogrinfo_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.ogrinfo_pathMethod
ogrinfo_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of ogrinfo_path. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(ogrinfo_path()) $arguments`)
Julia 1.6
GDAL_jll.ogrlineref_exeMethod
ogrlineref_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of ogrlineref_exe.

Example

ogrlineref_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.ogrlineref_exeMethod
ogrlineref_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of ogrlineref_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(ogrlineref_exe()) $arguments`)
Julia 1.6
GDAL_jll.ogrlineref_pathMethod
ogrlineref_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of ogrlineref_path.

Example

ogrlineref_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.ogrlineref_pathMethod
ogrlineref_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of ogrlineref_path. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(ogrlineref_path()) $arguments`)
Julia 1.6
GDAL_jll.ogrtindex_exeMethod
ogrtindex_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of ogrtindex_exe.

Example

ogrtindex_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.ogrtindex_exeMethod
ogrtindex_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of ogrtindex_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(ogrtindex_exe()) $arguments`)
Julia 1.6
GDAL_jll.ogrtindex_pathMethod
ogrtindex_path(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of ogrtindex_path.

Example

ogrtindex_path() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.ogrtindex_pathMethod
ogrtindex_path(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of ogrtindex_path. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(ogrtindex_path()) $arguments`)
Julia 1.6
GDAL_jll.sozip_exeMethod
sozip_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of sozip_exe.

Example

sozip_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GDAL_jll.sozip_exeMethod
sozip_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of sozip_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(sozip_exe()) $arguments`)
Julia 1.6