Re: [gdal-dev] OGR and WFS axis order

2014-01-31 Thread Yves Jacolin (Free)
Hello Even, Le vendredi 31 janvier 2014 11:38:07 Even Rouault a écrit : > Hi Yves, > > > Hello, > > > > I am testing ogr2ogr to read WFS services and create shapefil. WFS version > > 1.0.0 is working as expected but 1.1.0 send data with y/x axis and store > > them in shapefile without taking thi

[gdal-dev] OGR and WFS axis order

2014-01-31 Thread Yves Jacolin (Free)
Hello, I am testing ogr2ogr to read WFS services and create shapefil. WFS version 1.0.0 is working as expected but 1.1.0 send data with y/x axis and store them in shapefile without taking this in account. Points are reversed in QGIS. The OGR GML page gives some point about this and indicates tw

Re: [gdal-dev] Postgis Raster issue

2013-10-23 Thread Yves Jacolin (Free)
Hello, Le mardi 22 octobre 2013 20:00:16 Even Rouault a écrit : > Le mardi 22 octobre 2013 17:53:27, Yves Jacolin (Free) a écrit : > [..] > > > > > > Which is incorrect (check the decimal caracter) and is create on l.469 in > > the cpp file. > > Salut Yves,

[gdal-dev] Postgis Raster issue

2013-10-22 Thread Yves Jacolin (Free)
Hello, I am playing with QGIS and raster date in postgis. I get somme error which get me going to frmts/postgisraster/postgisrasterrasterband.cpp:469. >From QGIS I get "Warning: RasterIO error: Error retrieving raster data from database" error message which come from GDAL. If I read the postgr

Re: [gdal-dev] append mode in postgresql

2013-03-06 Thread Yves Jacolin (Free)
edi 6 mars 2013 16:42:09 Even Rouault a écrit : > Selon "Yves Jacolin (Free)" : > > Le mercredi 6 mars 2013 15:38:11 Yves Jacolin a écrit : > > > Hello, > > > > > > I am trying to import EDIGEO files in append mode. The doc said to use > > > -app

Re: [gdal-dev] EDIGEO format

2013-03-06 Thread Yves Jacolin (Free)
Le jeudi 28 février 2013 18:51:17 Jürgen E. Fischer a écrit : > Hi Yves, > > On Thu, 28. Feb 2013 at 16:16:02 +0100, Yves Jacolin (Free) wrote: > > I am working on EDIGEO files, is this something I have to expect: > Not sure what you question is. > > > $ ogrinfo *.THF

Re: [gdal-dev] append mode in postgresql

2013-03-06 Thread Yves Jacolin (Free)
Le mercredi 6 mars 2013 15:38:11 Yves Jacolin a écrit : > Hello, > > I am trying to import EDIGEO files in append mode. The doc said to use > -append flag with ogr2ogr commande. > > ogr2ogr -gt 65536 -f "PostgreSQL" "PG:dbname=test_edigeo host='localhost'" > - lco "GEOMETRY_NAME=the_geom" -lco "

[gdal-dev] append mode in postgresql

2013-03-06 Thread Yves Jacolin (Free)
Hello, I am trying to import EDIGEO files in append mode. The doc said to use -append flag with ogr2ogr commande. ogr2ogr -gt 65536 -f "PostgreSQL" "PG:dbname=test_edigeo host='localhost'" - lco "GEOMETRY_NAME=the_geom" -lco "SCHEMA=test" -lco "OVERWRITE=YES" -nln EDIGEO_parcelle E0001.THF PA

[gdal-dev] EDIGEO format

2013-02-28 Thread Yves Jacolin (Free)
Hello, I am working on EDIGEO files, is this something I have to expect: $ ogrinfo *.THF Had to open data source read-only. INFO: Open of `E101.THF' using driver `EDIGEO' successful. FAILURE: Couldn't fetch requested layer E201.THF! ogrinfo E201.THF Had to open data source read

Re: [gdal-dev] Mixed SRSes ?

2012-11-30 Thread Yves Jacolin (Free)
Le vendredi 30 novembre 2012 13:52:57 pierrick.brih...@region-bretagne.fr a écrit : > Hello, > > When I try to export some GML files to .shp (using : .\bin\ogr2ogr.exe -f > "ESRI Shapefile" polygons.shp polygons.gml -t_srs EPSG:27572 -nlt POLYGON > -lco ENCODING=ISO-8859-1), with ogr2ogr version

Re: [gdal-dev] IRC channel?

2012-11-22 Thread Yves Jacolin (Free)
Hugo, Le jeudi 22 novembre 2012 10:36:18 Hugo Benicio a écrit : > Is there an IRC channel for this group (gdal dev) or any other channel for > chatting with other gdal developers? See #gdal channel on freenode. Y. ___ gdal-dev mailing list gdal-dev@lis

Re: [gdal-dev] Cannot read NetCDF subdatasets

2012-06-15 Thread Free
Paolo, I had a similar issue with 32b system with some NetCDF files with "bigfile" flag. We should use (if I remember correctly) 64b system. Regards, Y. Le vendredi 15 juin 2012 12:10:57 Paolo Corti a écrit : > Hi all > > While I can succesfully read NetCDF in Mint 12 (my development > enviro

Re: [gdal-dev] Ogr2ogr from Spatialite into PostGIS stops to non-ASCII character

2012-06-13 Thread Free
Le mercredi 13 juin 2012 12:57:11 Jukka Rahkonen a écrit : > Jeff McKenna gatewaygeomatics.com> writes: > > Hmm I have had to use the magical "-W" switch before with shp2pgsql to > > specify encoding; I wonder if with ogr2ogr you should pass a "-sql" > > switch with something like "SET CLIENT_ENCO

Re: [gdal-dev] Using VRT images with derived bands (pixel function) with MapServer

2012-02-16 Thread Yves Jacolin (free)
Hello, I used the Makefile file in an archive I found in a GDAL ticket. So I guess I am using a .so file. Y. Le jeudi 16 février 2012 10:15:58, Armin Burger a écrit : > Yves > > thanks a lot for the help. > > So it is sufficient to add SetEnv GDAL_DRIVER_PATH ..., place the file with > the pi

Re: [gdal-dev] Writing Pixel Functions with VRT

2012-01-02 Thread Yves Jacolin (free)
> Le mercredi 21 décembre 2011 21:51:57, Yves Jacolin (free) a écrit : > > Le mercredi 21 décembre 2011 21:44:14, Even Rouault a écrit : > > > Le mercredi 21 décembre 2011 20:41:04, Yves Jacolin (free) a écrit : > > > > Hello, > > > > > > > > I have

Re: [gdal-dev] Writing Pixel Functions with VRT

2011-12-21 Thread Yves Jacolin (free)
gt; Etienne > > On Wed, Dec 21, 2011 at 5:32 PM, Yves Jacolin (free) wrote: > > Le mercredi 21 décembre 2011 21:01:22, Frank Warmerdam a écrit : > >> On Wed, Dec 21, 2011 at 11:41 AM, Yves Jacolin (free) > > > > wrote: > >> > Hello, > >>

Re: [gdal-dev] Writing Pixel Functions with VRT

2011-12-21 Thread Yves Jacolin (free)
Le mercredi 21 décembre 2011 21:44:14, Even Rouault a écrit : > Le mercredi 21 décembre 2011 20:41:04, Yves Jacolin (free) a écrit : > > Hello, > > > > I have some question about writing pixel functions with vrt files. I have > > a netcdf file with two subset named

Re: [gdal-dev] Writing Pixel Functions with VRT

2011-12-21 Thread Yves Jacolin (free)
Le mercredi 21 décembre 2011 21:01:22, Frank Warmerdam a écrit : > On Wed, Dec 21, 2011 at 11:41 AM, Yves Jacolin (free) wrote: > > Hello, > > > > I have some question about writing pixel functions with vrt files. I have > > a netcdf file with two subset named

[gdal-dev] Writing Pixel Functions with VRT

2011-12-21 Thread Yves Jacolin (free)
Hello, I have some question about writing pixel functions with vrt files. I have a netcdf file with two subset named U and V. How can I process sqrt(U^2 + V^2) using this feature with vrt file? * do I need to create a C file and build GADL with it? * do I need to create a C file and locate it c

Re: [gdal-dev] Finally, a blog...

2011-12-05 Thread Yves Jacolin (free)
Le lundi 5 décembre 2011 21:28:55, Even Rouault a écrit : > Hi, > > I have finally decided to create a blog at http://erouault.blogspot.com > (also aggregated at http://planet.osgeo.org ) that will likely be mostly > about GDAL. > > The first post is about accessing the new Global Multi-resolutio

Re: [gdal-dev] Optimisation of ECW files

2011-11-08 Thread Yves Jacolin (free)
Le mardi 8 novembre 2011 20:36:06, Even Rouault a écrit : > Le mardi 08 novembre 2011 11:40:33, Yves Jacolin a écrit : > > Hello, > > > > I have an issue with one of my project which need some frequent update > > and I need some advice. > > > > We have a dataset of small ECW files (5 300 files fr

Re: [gdal-dev] Optimisation of ECW files

2011-11-08 Thread Yves Jacolin (free)
Hello, Le mardi 8 novembre 2011 20:49:33, Frank Warmerdam a écrit : > On Tue, Nov 8, 2011 at 2:40 AM, Yves Jacolin wrote: > > Here is my issues after merging all the tiles: > > * we lose extent in the final ECW file > > Yves, > > You don't mention how you are merging the files, but generally sp

[gdal-dev] New release of french documentation of GDAL

2011-09-09 Thread Yves Jacolin (free)
Hello, I have just published a new release of the French documentation of GDAL. A new website, a new url [1] and a new langage (restructured text) used for this release. This release is more than a translation of the gdal documentation, I added some documentation for the Python binding of GDAL

[gdal-dev] French translation of the gdal doc

2009-10-14 Thread Yves Jacolin (free)
Hello, I translated the french translation one year ago and keep it up to date until now. However I have now too much things to work on and I would like to close my website [1]. I would also like improve contribution from other person. What could be the best solution to migrate the french docum