Re: [gdal-dev] Using gdal_calc without python

2023-01-08 Thread Carsten Lockenkötter
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

Re: [gdal-dev] Using gdal_calc without python

2023-01-07 Thread Micha Silver
  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

Re: [gdal-dev] Using gdal_calc without python

2023-01-07 Thread Idan Miara
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

Re: [gdal-dev] Using gdal_calc without python

2023-01-06 Thread Carsten Lockenkötter
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.

Re: [gdal-dev] Using gdal_calc without python

2023-01-06 Thread Idan Miara
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

[gdal-dev] Using gdal_calc without python

2023-01-06 Thread Carsten Lockenkötter
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