GDAL.jl icon indicating copy to clipboard operation
GDAL.jl copied to clipboard

Thin Julia wrapper for GDAL - Geospatial Data Abstraction Library

Results 12 GDAL.jl issues
Sort by recently updated
recently updated
newest added

I think GDAL is currently built without PostgreSQL support, right? I can haz support for it? :> What would be necessary?

We build GDAL (https://github.com/JuliaPackaging/Yggdrasil/tree/master/G/GDAL) only with the most basic drivers/support for now. This includes: - [x] GEOS - [x] curl (JuliaGeo/GDALBuilder#2) - [x] sqlite3 (JuliaGeo/GDALBuilder#5) - [x] PROJ 6 Which...

build

I think this has come up on discourse https://discourse.julialang.org/t/reading-hdf4-files/29470/3 and also recently for my own work I wished our GDAL would support HDF4 for reading MODIS data. I already familiarized...

build

I'm running into issues trying to use gdal_translate with GDAL.jl using GDAL 3.4.0, released 2021/11/04 from the terminal I can run the following without issue `gdal_translate -of COG NETCDF:"/path/to/file.nc":v /path/to/file.tif`...

Originally posted at discourse, full text below including test code and links to sample data. I opened the issue here because visr suggested the problem might be in GDAL.jl instead...

As discussed in PR #124, it would be nice to find a way to use `gdaldumpopendatasets` for debugging leaked datasets. `pointer_from_objref(stdout)` has been tried without success in https://github.com/JuliaGeo/GDAL.jl/pull/124#discussion_r721037477

Came up in https://github.com/JuliaGeo/GDAL.jl/pull/75#discussion_r317390507. We currently never free the memory, resulting in a (probably small) memory leak. In `aftercare(::Ptr{Cstring})` we should free this at least in the case of `CPLGetConfigOptions`,...

enhancement

Hello, I convert a Python code with GDAL and Numpy that use gdal.Band.WriteArray method but it doesn't exist in your package. How to made this operation with your package ?...

documentation

It would be more generic, if one links to libgdal.so, instead of libgdal.so.26. libgdal.so.26, as far as I understand, is for gdal version 3.0.x. If one installs gdal 3.1.x on...

build

Does GDAL come with prebuilt x86_64 libraries? If yes, it seems that the libraries were built with march that is not x86-64. On my old Pentium 4 CPU, Julia gives...

build