[gdal-dev] GDAL image mosaicing

2018-11-07 Thread Anna Klimkowska
Hi All, I am working on blending two georeferenced images. My idea was to open them in Python using GDAL library , finding the overlapping area and then do some more work. I found this book about Geoprocessing with Python where they talk about convertingpixel coordinates to another image. Unfortun

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-11-07 Thread Athin
Hai Tamas, May i know what the package for GDAL at nuget.org (GDAL, GDAL.Native and GDAL.Plugins) cover? It can fully C# or i still need ti use C++ then make extension to C# so that it can use VS Wpf. Thank you and best regards. -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742

[gdal-dev] Question: build gdal2tiles.py as exe

2018-11-07 Thread К
Hello! I'm trying to bulild gdal2tiles.py as standalone executable by using PyInstaller to use it as process from c# code (because gdal2tiles is'nt exist in bindings). I tried with both Python 3.7.1 and Python 2.7.15, but the output binary is unable to run or lacks some functionality. For Pytho

Re: [gdal-dev] adding a new method to OGRFieldDefn & gdalautotest

2018-11-07 Thread Even Rouault
On mercredi 7 novembre 2018 19:56:10 CET Alan Stewart wrote: > Thanks, Even, I certainly didn't read the file header. After making all your > suggested changes the compiler is erroring on > swig/python/extensions/gdal_wrap.cpp, which I have not touched. > > I notice it is using " Visual C++ for Py

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-11-07 Thread Tamas Szekeres
Packages for GDAL have also been submitted to nuget.org (GDAL, GDAL.Native and GDAL.Plugins) which could be referenced in your Visual Studio project easily. Best regards, Tamas Ivan Lucena ezt írta (időpont: 2018. nov. 7., Sze, 14:44): > Hi Athin, > > Here it goes again: > > https://github.c

Re: [gdal-dev] gdal_merge.py not executing or found

2018-11-07 Thread Dmitry Baryshnikov
Hi Jeremy, You can install QGIS with GDAL and python bindings using alternative installer by NextGIS (http://nextgis.com/nextgis-qgis/). GDAL python bindings working, gdal_merge also included. This is previous QGIS LTR release 2.18.25, but with fresh GDAL 2.3.2 and other libraries. This inst

Re: [gdal-dev] gdal_merge.py not executing or found

2018-11-07 Thread Jeremy Salerno
Thanks for the help Even. Is there a simple way to check if the python bindings are installed? I installed GDAL through the QGIS installer. I tried running gdal_merge.py after downloading the file from github and have had no success. -- Jeremy A. Salerno Weston Geophysical Corp. 181 Bedford St.

Re: [gdal-dev] gdal_merge.py not executing or found

2018-11-07 Thread Even Rouault
Jeremy, > I cannot even find the gdal_merge.py file in > /Library/Frameworks/GDAL.framework/Versions/Current/Programs/ or anywhere > else in the gdal framework directory. Should be reported to the creator of the package. I believe this is William Kyngesburye (CC'ed) but I'm not completely sure.

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-11-07 Thread Ivan Lucena
Hi Athin, Here it goes again: https://github.com/OSGeo/gdal/tree/master/gdal/swig/csharp/apps For more information on GDAL's C# API: https://trac.osgeo.org/gdal/wiki/GdalOgrInCsharp Regards, Ivan On 11/6/18, 8:34 PM, "gdal-dev on behalf of Athin" wrote: Hai Ivan, May i know

[gdal-dev] gdal_merge.py not executing or found

2018-11-07 Thread Jeremy Salerno
Hi All, When I type gdal_merge.py into Terminal, the output is -bash: gdal_merge.py: command not found. I installed 3.4.0 Madeira [from this link] for macOS 10.13 ( https://www.qgis.org/en/site/forusers/download), which came with a gdal installer. I cannot even find the gdal_merge.py file in /Li

Re: [gdal-dev] The "Bertin 1953" projection

2018-11-07 Thread Even Rouault
> ``` > echo 12 55 0 0 | proj "+proj=bertin1953 +wktext" > Rel. 6.0.0, March 1st, 2019 > : > projection initialization failure > cause: unknown projection id > program abnormally terminated > ``` 'proj' syntax is without quoting. And you only need +wktext for GDAL, not for PROJ utilities > > or