[gdal-dev] How to get the line style scale factor of Line (using DGNLib) ?

2013-08-08 Thread taibc
Hi everyone, I am trying to read custom lines from the dgn file by using DGNLib (DGNElemMultiPoint,...). But I don't know how know or get the line style scale factor of Line ? Please see this link for more detail about scale factor http://communities.bentley.com/products/microstation/w/microsta

Re: [gdal-dev] gdalwarp produces all black output

2013-08-08 Thread Even Rouault
Le jeudi 08 août 2013 19:44:04, Hermann Peifer a écrit : > On 2013-08-08 9:55, ludwig.hilger wrote: > > Hello everybody, > > > > I am also a newbie and seem to have a similar problem, but cannot get it > > solved. I am trying to reproject the following file: > > http://www.altmuehlnet.de/~hilger/T

Re: [gdal-dev] gdalwarp produces all black output

2013-08-08 Thread Hermann Peifer
On 2013-08-08 9:55, ludwig.hilger wrote: Hello everybody, I am also a newbie and seem to have a similar problem, but cannot get it solved. I am trying to reproject the following file: http://www.altmuehlnet.de/~hilger/Test_Smooth_0208_4258.tif I am using the following line: gdalwarp -et 0 -r bil

Re: [gdal-dev] FileGDB Driver coordinate system support

2013-08-08 Thread Hailey Eckstrand
Thank you Michael and Donavan for pointing me in the correct direction. I've found out why my 3005 file GDB would not work. I had previously downloaded data from the BC province and so when I transformed the data from 4326 to 3005, I just used the projection in my Favorites, which was the province'

Re: [gdal-dev] gdal 1.10.0 1.9.2 segmentation faults for WCS requests

2013-08-08 Thread Ulrich Leopold
Hi Joni, thanks very much. The question would be which ones need to be installed. Could you send your list of packages installed? Maybe then I could compare. Cheers, Ulrich On 08/08/13 17:31, Joni-Pekka Kurronen wrote: hi, i had similar problems, those was from due depencyes can mix olde

[gdal-dev] gdal 1.10.0 1.9.2 segmentation faults for WCS requests

2013-08-08 Thread Ulrich Leopold
Dear list, when using gdal version 1.10.0 and 1.9.2 on ubuntu 12.04 and ubuntu 13.04 we get a segmentation fault for any WCS requests (see below for an example). Using wget the request works and we can save the image. gdalinfo on the saved image works correctly, just not on the request direct

Re: [gdal-dev] gdalwarp produces all black output

2013-08-08 Thread ludwig.hilger
Hello everybody, I am also a newbie and seem to have a similar problem, but cannot get it solved. I am trying to reproject the following file: http://www.altmuehlnet.de/~hilger/Test_Smooth_0208_4258.tif I am using the following line: gdalwarp -et 0 -r bilinear -s_srs EPSG:4258 -t_srs EPSG:25832

[gdal-dev] Exporting gml3 with OGR for .NET?

2013-08-08 Thread Casper Span
Hi list, I'm trying to get some piece of code working with the csharp package of gdal. (NuGet GDAL / GDAL.Natve). Basically, I need to port a geometry to GML3.1.1. According to the documentation, all I need to do is add an option "FORMAT=GML3", so I tried that: using (OSGeo.OGR.Geometry geom = O