Re: [gdal-dev] Reading an IntegerList from file

2012-09-20 Thread Bruno Belarte
Hi, Thank you for your answer. Le 19/09/2012 17:04, Even Rouault a écrit : Because KML, GML and SQLite driver have a default case where they will create a field of String type when encountering an unhandled field type such as IntegerList, whereas the Shapefile driver will refuse it directly. Fo

Re: [gdal-dev] Perl Binding Documentation for previous releases -->404

2012-09-20 Thread Ari Jolma
Ethan and others, We're in the process of moving everything from geoinformatics.tkk.fi to geoinformatics.aalto.fi. TKK became a part of Aalto a couple of years ago. Thanks for the info on bad links. Ari 19.9.2012 23:41, Ethan Alpert kirjoitti: Thanks! Indeed to get to the perl bindings I a

Re: [gdal-dev] Reading an IntegerList from file

2012-09-20 Thread Even Rouault
> Is it possible to keep the full string and not the truncated one ? Maybe > a parameter to set ? No, there's no existing parameter to avoid the truncation. What you could do is just create a string with that format (or one you prefer) > For now I have tested a few drivers : > - KML : useless w

Re: [gdal-dev] OCI driver and setting the client encoding

2012-09-20 Thread Ivan Lucena
Hi Jukka, > I spent some nice hours trying to get the Finnish characters to appear right > in > Oracle. Now it looks like I have found a working solution but I would like to > know if it is correct and reliable. > > I am on Windows, Finnins-Finland and chcp shows me code 850. Our Oracle is

Re: [gdal-dev] gdalwarp and Natural Earth

2012-09-20 Thread Pierre GIRAUD
On Sun, Sep 16, 2012 at 5:06 PM, Even Rouault wrote: > Le samedi 15 septembre 2012 21:01:10, Pierre GIRAUD a écrit : >> Hello all, >> >> A new "Natural Earth" projection was added recently to the PROJ.4 library. >> http://www.shadedrelief.com/NE_proj/ >> >> I'm trying to figure out if and how it i

Re: [gdal-dev] Geoserver WCS demo problems on opengeo.org

2012-09-20 Thread Jeff McKenna
Hi Radim, I am curious, did you run your tests against the WCS service at demo.mapserver.org ? How were those results comparably? If you did run them, maybe you can report your findings on the MapServer-dev list. -jeff On 12-09-20 11:47 AM, Radim Blazek wrote: > I am testing QGIS WCS client

Re: [gdal-dev] Reading an IntegerList from file

2012-09-20 Thread Jukka Rahkonen
Even Rouault mines-paris.org> writes: > > SQLite write performances can be improved dramatically by following the > recommandations in the "Performance hints" paragraph of > http://gdal.org/ogr/drv_sqlite.html . In particular, in my experience, on some > Linux kernels and EXT4 filesystem, defini

Re: [gdal-dev] gdalwarp and Natural Earth

2012-09-20 Thread Even Rouault
> > With GDAL 2.0dev, the following is sufficient : > > -t_srs '+proj=natearth +wktext' > > This doesn't work. Even on a newly compiled GDAL. > But I may have missed something. Did you really try with GDAL trunk ( https://svn.osgeo.org/gdal/trunk/gdal ) ? I've just checked that works. For exa

Re: [gdal-dev] OCI driver and setting the client encoding

2012-09-20 Thread Jukka Rahkonen
Ivan Lucena princeton-ma.us> writes: > So, if I understood it, you are using ogr2ogr in a Finnins-Finland Windows locale but Oracle is set for > american.america and the OGR/OCI driver doesn't make the distinction automatically. Not really, our Oracle is set to Finnish-Finland and UTF-8 > > Do

[gdal-dev] New GDAL buildbot

2012-09-20 Thread Even Rouault
Hi, Just to inform you that the PostGIS team (thanks !) has set up a buildbot that, in addition to PostGIS, includes builds of GDAL trunk and runs the Python autotest suite. http://debbie.postgis.net:8080/view/GDAL/ The OS of that buildbot is apparently Linux Debian. Note : the list of option

Re: [gdal-dev] Geoserver WCS demo problems on opengeo.org

2012-09-20 Thread Radim Blazek
On Thu, Sep 20, 2012 at 4:54 PM, Jeff McKenna wrote: > Hi Radim, > > I am curious, did you run your tests against the WCS service at > demo.mapserver.org ? How were those results comparably? If you did run > them, maybe you can report your findings on the MapServer-dev list. modis-001 / 1.0.0 [

[gdal-dev] Get list of all available SRS

2012-09-20 Thread Nik Sands
Is there a way to get a list (eg, array) of all Spatial Reference Systems currently available to GDAL (eg, all those defined in files in GDAL_DATA directory)? In my GUI application, I'd like to be able to present my users with a list of SRS to choose from, but I'm not sure how to generate such

Re: [gdal-dev] Get list of all available SRS

2012-09-20 Thread Frank Warmerdam
On 12-09-20 07:11 PM, Nik Sands wrote: Is there a way to get a list (eg, array) of all Spatial Reference Systems currently available to GDAL (eg, all those defined in files in GDAL_DATA directory)? In my GUI application, I'd like to be able to present my users with a list of SRS to choose fro

[gdal-dev] s57 layers

2012-09-20 Thread Neelima Emmani
Hi All, I am trying to load s57 dataset into a windowform using C# coding. The datasoruce is read well. But the layers are not presented properly. Layers are shown as below instead of layers like ACHARE, BCNSPP. [cid:dd8a6667-e79c-4904-ba37-eb4ead59bb32] Actually I have 49 layers in my ma

Re: [gdal-dev] s57 layers

2012-09-20 Thread Tyler Mitchell
I'm sure I can't help you but if you share some of your code it might be easy to diagnose. Best wishes, Tyler From: gdal-dev-boun...@lists.osgeo.org on behalf of Neelima Emmani Sent: Thu 9/20/2012 9:59 PM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] s57 lay

Re: [gdal-dev] s57 layers

2012-09-20 Thread Hilda Villegas
Hi Neelima, I was dealing with the same issue some time ago, you have to add a system variable called GDAL_DATA pointing to the s57 .CSV files location (you can find them in the data folder. You will need s57attributes.csv, s57objectclasses.csv and s57expectedinput.csv at least) unfortunately t