This is an option worth looking into since you are using conda:
https://github.com/conda-forge/staged-recipes
On Mon, Mar 31, 2025, 7:33 PM Adriano Matos via gdal-dev <
gdal-dev@lists.osgeo.org> wrote:
> Hello,
>
> I've been writing a Python package that uses GDAL as a dependency. I plan
> to mak
Hi Adriano,
I'm the maintainer of Rasterio and have been distributing wheels that
include GDAL on PyPI for a few years. I do not recommend the experience of
doing this. I'm writing a blog post about it, but it's not done yet. The
TL;DR is: it's hard, there's endless toil, and you spend time intera
Hello,
I've been writing a Python package that uses GDAL as a dependency. I plan to
make this package available to install via Anaconda at least. Having a pip
package would be nice, but I keep getting GDAL errors whenever I try to compile
a pip package. I think it has something to do with the s
Hi,
EPSG:4326 is a 2D system. I do not know if the result from the following using
WGS84 3D CRS as input is right, but at least is does change the heigth.
gdaltransform -s_srs EPSG:4979 -t_srs EPSG:4326+5773
20 60
20 60 -18.6147727966309
-Jukka Rahkonen-
__