Re: [gdal-dev] Is the SOSI Norwegian driver still useful?

2023-11-18 Thread Tachon Mathieu via gdal-dev
ed version of FYBA in GDAL/OGR implies. Kind regards, Mathieu On Saturday, November 18th, 2023 at 8:33 PM, Stefan Blumentrath wrote: > Hei, > > flesh-and-bones-user from Norway here too. > > When the OpenFYBA library and the OGR-SOSI driver were revived roughly 10 > years

Re: [gdal-dev] Is the SOSI Norwegian driver still useful?

2023-11-15 Thread Tachon Mathieu via gdal-dev
Hi, The SOSI driver (fyba) integrated in GDAL is an old version and has not been updated for many years. We have an updated version of it in the GIS software (in-house) developed by the National Mapping Authority in Norway (Kartverket), that many people in the organisation use. There are major

[gdal-dev] Refreshing GDAL's logo

2019-12-19 Thread Mathieu Pellerin
. Thoughts? Mathieu ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Bytes still reachables in setFromUserInput function

2015-06-04 Thread Mathieu Coudert
Thanks Even for the prompt answer. I would have expected a method through the OGR API to handle it without having to call proj but if it appears like the standard or default way for you to do it, let's do it. Cheers, Mathieu On Thu, Jun 4, 2015 at 4:20 PM, Even Rouault wrote: > Le

[gdal-dev] Bytes still reachables in setFromUserInput function

2015-06-04 Thread Mathieu Coudert
nput(char const*) (ogrspatialreference.cpp:1955) ==22766==by 0x44D70B: GisKit::ProjToSRS(std::__cxx11::basic_string, std::allocator > const&) (GisKit.cpp:46) Do you have any ideas? I'd appreciate any feedback/suggestion. Thanks a lot. R

Re: [gdal-dev] Cropping a raster by a polygon - only nodata outside polygon wanted

2015-01-19 Thread mathieu
It's a very nice workaround ! Thanks for the tip ! I think it will be ok for me now :) -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Cropping-a-raster-by-a-polygon-only-nodata-outside-polygon-wanted-tp5181426p5182316.html Sent from the GDAL - Dev mailing list archive at

Re: [gdal-dev] Cropping a raster by a polygon - only nodata outside polygon wanted

2015-01-14 Thread mathieu
Ok thanks a lot for the answer! Le 14 janv. 2015 13:25, "Even Rouault-2 [via OSGeo.org]" < ml-node+s1560n5181459...@n6.nabble.com> a écrit : > Selon mathieu <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=5181459&i=0>>: > > > Is th

Re: [gdal-dev] Cropping a raster by a polygon - only nodata outside polygon wanted

2015-01-14 Thread mathieu
Is there a simple way to find one or several pixel value none of the bands use ? Mathieu 2015-01-14 12:06 GMT+01:00 Even Rouault-2 [via OSGeo.org] < ml-node+s1560n5181443...@n6.nabble.com>: > Selon mathieu <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=51

Re: [gdal-dev] Cropping a raster by a polygon - only nodata outside polygon wanted

2015-01-14 Thread mathieu
The problem is that I don't know want an alpha channel because some of my users work on MapInfo and MapInfo doesn't deal with alpha channels.. 2015-01-14 11:39 GMT+01:00 Even Rouault-2 [via OSGeo.org] < ml-node+s1560n5181432...@n6.nabble.com>: > Mathieu, > > If 0

[gdal-dev] Cropping a raster by a polygon - only nodata outside polygon wanted

2015-01-14 Thread mathieu
odata value only outside my polygon ? Thanks a lot in advance ! Mathieu -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Cropping-a-raster-by-a-polygon-only-nodata-outside-polygon-wanted-tp5181426.html Sent from the GDAL - Dev mailing list archive at Nabbl

Re: [gdal-dev] gdalinfo on PostGIS rasters (GDAL 1.9)

2012-11-14 Thread Mathieu Basille
0) ( 81d58'15.60"W, 24d30' 1.80"N) Upper Right ( -79.967, 26.3375000) ( 79d58' 1.20"W, 26d20'15.00"N) Lower Right ( -79.967, 24.5005000) ( 79d58' 1.20"W, 24d30' 1.80"N) Center ( -80.969, 25.419) ( 80d58' 8.40"W,

Re: [gdal-dev] gdalinfo on PostGIS rasters (GDAL 1.9)

2012-11-08 Thread Mathieu Basille
GDAL trunk live together with my current version of GDAL? Thanks a lot for your help, Mathieu. Le 07/11/2012 18:03, Even Rouault a écrit : Detailed set-up: * PostGIS 2.1.0SVN (r10597) * GDAL 1.9.0, released 2011/12/29 * OS: Debian Wheezy There have been significant fixes done in the PostGISR

[gdal-dev] gdalinfo on PostGIS rasters (GDAL 1.9)

2012-11-07 Thread Mathieu Basille
N) Lower Right ( 0.000, 0.000) ( 10d30'40.52"E, 0d 0' 0.01"N) Center ( 0.000, 0.000) ( 10d30'40.52"E, 0d 0' 0.01"N) Detailed set-up: * PostGIS 2.1.0SVN (r10597) * GDAL 1.9.0, released 2011/12/29 * OS: Debian Wheezy My ultimate

Re: [gdal-dev] GDAL / Java bindings : Undefined symbol CPLLoggingErrorHandler in libgdaljni.so

2012-08-06 Thread Mathieu Coudert
JavaBuildInstructionsUnix) Cheers, Mathieu Your LD_LIBRARY_PATH should also include the path to libgdal.so >> > > ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDAL / Java bindings : Undefined symbol CPLLoggingErrorHandler in libgdaljni.so

2012-08-03 Thread Mathieu Coudert
`pwd`/gdal.jar:`pwd`:`pwd`/build/apps gdalinfo $ export LD_LIBRARY_PATH=`pwd`:/usr/local/lib Any idea please? Mathieu On Fri, Aug 3, 2012 at 1:25 PM, Even Rouault wrote: > Selon Mathieu Coudert : > > Your LD_LIBRARY_PATH should also include the path to l

[gdal-dev] GDAL / Java bindings : Undefined symbol CPLLoggingErrorHandler in libgdaljni.so

2012-08-03 Thread Mathieu Coudert
75)* * at gdalinfo.main(gdalinfo.java:87)* Cheers, Mathieu [1] http://trac.osgeo.org/gdal/wiki/GdalOgrInJavaBuildInstructionsUnix ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] ogr2gui v0.6 release announcement

2009-11-03 Thread Mathieu Lahaye
Inventis today announced the release of OGR2GUI version 0.6, the graphical user interface used to convert and manipulate geospatial data based on ogr2ogr. What's new in this version? - The migration of the GUI code to Nokia's QT platform - Now supports database formats such as Oracle Spatial, Pos

[gdal-dev] ogr2gui version 0.5 released

2009-01-21 Thread Mathieu Lahaye
can be downloaded at inventis.ca Thanks for your support! Mathieu Lahaye ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev