[gdal-dev] Points Overlap in Gdal Rasterize

2022-06-29 Thread James Li
Hi, Thanks for reading my email. When I use csv file including x, y, and z to generate GTiff, what is the method to solve the overlapping issue? Averaging all the values in the cell or just using the last value or another method. I read the URL about *gdal_rasterize*: https://gdal.org/programs/g

[gdal-dev] Add FileGDB Driver to GDAL Version 3.5.0

2022-06-29 Thread adamgutonski via gdal-dev
Hello, I am wondering how to add the ESRI File GDB API .dll to an established conda environment with GDAL 3.5.0. Previous versions of GDAL allowed me to: - place FileGDBAPI.dll in C:\Anaconda3\envs\\Library\bin - place gdalplugins folder containing ogr_FileGDB.dll here C:\Anaconda3\envs\ Afte

Re: [gdal-dev] building on macOS - fatal error: 'direct.h' file not found

2022-06-29 Thread Paul Harwood
When I did some work on the csharp build scripts - I ended up building on mac about 100 times with different configurations so - to state the obvious - it does work! That said - for various reasons that are not relevant here - I don't use Homebrew. But I would be surprised if that is the problem.

Re: [gdal-dev] building on macOS - fatal error: 'direct.h' file not found

2022-06-29 Thread Mateusz Loskot
On Wed, 29 Jun 2022 at 03:50, wrote: > > > > You can still build with Autotools! > > > [...] > Therefore the purpose of this exercise is to get the CMake system > working. So if my understanding is correct, avoiding CMake is not an > option for me if I want to use GDAL 3.6. Correct. CMake has be