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

2018-11-06 Thread Nikos Alexandris
Nikos wrote: the projection "Bertin 1953" was recently added in Proj4 [0] [0] https://github.com/OSGeo/proj.4/blob/master/src/PJ_bertin1953.c What would be the fastest way to try this out, except of compiling all Proj4 and GDAL from source, then re-compile whatever tool uses GDAL again? Even

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

2018-11-06 Thread Athin
Hai Ivan, May i know the function of the swig(c#) that you share to me? Thank you and best regards -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/ma

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

2018-11-06 Thread Even Rouault
On mardi 6 novembre 2018 21:16:04 CET Alan Stewart wrote: > I'm working in Windows 7 with VS 2017 and Python 2.7.15. > > I've added a new method to this class, and wish to add tests for it to > gdalautotest. I found and added the new method to swig/python/osgeo/ogr.py. > Is there anything else I

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

2018-11-06 Thread Alan Stewart
I'm working in Windows 7 with VS 2017 and Python 2.7.15. I've added a new method to this class, and wish to add tests for it to gdalautotest. I found and added the new method to swig/python/osgeo/ogr.py. Is there anything else I need to do to add python support for my new class method? The cur

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

2018-11-06 Thread Even Rouault
On mardi 6 novembre 2018 11:53:10 CET Nikos Alexandris wrote: > Dear list, > > the projection "Bertin 1953" was recently added in Proj4 [0] > > [0] https://github.com/OSGeo/proj.4/blob/master/src/PJ_bertin1953.c > > What would be the fastest way to try this out, except of compiling all > Proj4 a

[gdal-dev] The "Bertin 1953" projection

2018-11-06 Thread Nikos Alexandris
Dear list, the projection "Bertin 1953" was recently added in Proj4 [0] [0] https://github.com/OSGeo/proj.4/blob/master/src/PJ_bertin1953.c What would be the fastest way to try this out, except of compiling all Proj4 and GDAL from source, then re-compile whatever tool uses GDAL again? Thank yo

Re: [gdal-dev] gdaladdo taking very long time to build overviews for large extent mosaic.

2018-11-06 Thread Even Rouault
On mardi 6 novembre 2018 11:08:14 CET Pradeep kumar wrote: > Dear gdal-dev team, > > we have to build a mosaic for 350 aerial images. These images are gray > images and have an alpha band. The avg size of each images is 24000x24000. > The size of final mosaic would be 1676843x1441203. The coordi

[gdal-dev] gdaladdo taking very long time to build overviews for large extent mosaic.

2018-11-06 Thread Pradeep kumar
Dear gdal-dev team, we have to build a mosaic for 350 aerial images. These images are gray images and have an alpha band. The avg size of each images is 24000x24000. The size of final mosaic would be 1676843x1441203. The coordinate system of input images and final mosaic is EPSG:25832 First app