[gdal-dev] Issue with resampling algorithm in gdal_array.DatasetReadAsArray python wrapper function

2022-02-09 Thread Miguel A. Manso
Dear all I am trying to use the gdal_array.DatasetReadAsArray function to extract a window from a 3B gtif file by indicating the dataset, the upper left corner image coordinates, the window size (256x256) at actual scale in the dataset, the desired buffer size (larger than actual size 341x341)

Re: [gdal-dev] does GDAL require proj@7?

2022-02-09 Thread Gerald Nelson
The homebrew folks just blew me off. Said it was not their problem. So I more or less politely responded that it would be helpful if they could provide me with contact info for the entity that was responsible for the formula. This seems like a minimal information request. Gerald C. Nelson Profe

Re: [gdal-dev] does GDAL require proj@7?

2022-02-09 Thread Gerald Nelson
I posted a note in Homebrew/discussions. The problem seems to be in the json api link - /api/formula/gdal.json Which includes proj@7 rather than just proj. Hopefully whoever can change formulas will see this and fix it. Gerald C. Nelson Professor

Re: [gdal-dev] does GDAL require proj@7?

2022-02-09 Thread Paul Harwood
Well - the Homebrew formula for GDAL 3.4.1 seems to mandate Proj 7 https://formulae.brew.sh/formula/gdal That is strange - since the Conda package works on Proj 8! I don't know who supports the Brew packaging - I don't think it is core team since Homebrew is not listed on the installation page. h