Januar 2023 08:38
An: Carsten Lockenkötter ; 'Idan Miara'
Cc: gdal-dev@lists.osgeo.org
Betreff: Re: [gdal-dev] Using gdal_calc without python
This might be a good case for installing conda (
<https://conda.io/miniconda.html> https://conda.io/miniconda.html). The
installation
Regards,
Carsten
Von: Idan Miara
Gesendet: Freitag, 6. Januar 2023 21:15
An: Carsten Lockenkötter
Cc: gdal-dev@lists.osgeo.org
Betreff: Re: [gdal-dev] Using gdal_calc w
ified?
>
>
>
> Why are scripts like gdal_calc not included to the „standard“ package so
> that they can be run similarly to gdalinfo?
>
> This would probably make everything a little easier.
>
>
>
> Regards,
>
> Carsten
>
>
>
> *Von:* Idan Miara
hing a little easier.
Regards,
Carsten
Von: Idan Miara
Gesendet: Freitag, 6. Januar 2023 21:15
An: Carsten Lockenkötter
Cc: gdal-dev@lists.osgeo.org
Betreff: Re: [gdal-dev] Using gdal_calc without python
Hi!
gdal_calc is implemented fully in python, so you would need python to run it.
Hi!
gdal_calc is implemented fully in python, so you would need python to run
it.
Assuming your client uses Windows and you don't have admin privileges to
install software, you could install official Python and gdal (from
https://www.lfd.uci.edu/~gohlke/pythonlibs/, which unfortunately is not
mai
Hi,
I'm currently building a workflow to crop possible white or black borders
from my Geotiff files and create raster tiles with an alpha band.
I'm using some Python functions provided by you, such as gdal_calc.py.
My workflow works so far, but my problem is that I have to run everything on