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
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
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
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
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
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
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
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