<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link="#0563C1" vlink="#954F72" style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>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.<o:p></o:p></p><p class=MsoNormal>I'm using some Python functions provided by you, such as gdal_calc.py.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>My workflow works so far, but my problem is that I have to run everything on my customer's server. <o:p></o:p></p><p class=MsoNormal>Unfortunately, I don't have the ability to install software there, so I can't install Python and gdal_calc.py can't be run.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>So far, I've always downloaded the compiled binaries from gisinternals.com and copied them to the server (the zip archive) to use gdalwarp, for example. <o:p></o:p></p><p class=MsoNormal>But with that, I can't run gdal_calc, right? Python is still needed for that, or am I mistaken?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Is there a way to use gdal_calc/gdal_retile without having to install software components? <o:p></o:p></p><p class=MsoNormal>If there are approaches to control the functions through a wrapper, that would also help me. <o:p></o:p></p><p class=MsoNormal>I have knowledge in C# and could use MaxRev.Gdal.Core, for example. However, I haven't found an approach yet to use gdal_calc. <o:p></o:p></p><p class=MsoNormal>I probably have to rewrite the Python script in C#?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Regards,<o:p></o:p></p><p class=MsoNormal>Carsten<o:p></o:p></p></div></body></html>