Re: [gdal-dev] GDAL/OGR 1.11.2 released

2015-03-11 Thread Jose Gomez-Dans
Hi, On 17 February 2015 at 09:14, Even Rouault even.roua...@spatialys.com wrote: Hi, On behalf of the GDAL/OGR development team, I am pleased to announce the release of the GDAL/OGR 1.11.2 bug fix release. I have compiled some binaries for Linux using the Anaconda Python distribution.

Re: [gdal-dev] can't compile gdal-grass plugin against GRASS 7

2015-03-11 Thread Donovan Cameron
Thanks a lot Martin, build worked great, just had to patch the resultant Makefile because... make DESTDIR=${pkgdir} install ...would fail because the DESTDIR var wasn't recognized in the Makefile, which I patched in. But that's a limited use case and likely not applicable to anyone who

Re: [gdal-dev] How to check whether a GRIB file uses a sphere or a spheroid?

2015-03-11 Thread Frank Warmerdam
Simon, I skimmed the code and there is no actual datum support in the grib reader. It does attempt to differentiate between ellipsoids and spheres so I assume the file actually did record things as a sphere. Generally speaking it is not clear to me that the GRIB driver can actually do better

Re: [gdal-dev] GNM Usage

2015-03-11 Thread Mikhail Gusev
No, it will not break the line into segments. All point features that are geometrically on the line feature except endings will be ignored. For Y intersection the connections will be created only for 3 lines with the common end point. 2015-03-11 14:28 GMT+04:00 ChiefDan chief...@gmail.com:

Re: [gdal-dev] GNM Usage

2015-03-11 Thread Dmitriy Baryshnikov
Hi, I also would like to note, that this is the simple and sample algorithm. You free to use the GNM API to create more complex connections. For example, the GNM allows to connect some polygons (i.e. countries) without physical geometry intersect/connect (logical connection). So, you have

[gdal-dev] GDAL Compilation issues

2015-03-11 Thread lambesh
Hi, I am new to the world of GDAL. One of my applications is currently using GDAL111.dll, I managed to build both 32 and 64bit of GDAL. I have noticed that 64bit GDAL has exported functions without STDCALL conventions (i.e, without _GDALXXX@NN), accordingly, I modified my code and the 64 bit

Re: [gdal-dev] GNM Usage

2015-03-11 Thread ChiefDan
Thanks for the info! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/GNM-Usage-tp5192401p5192776.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org