[gdal-dev] Is anyone working on an OGR driver for IDRISI vector data?

2009-02-16 Thread Sjur Kolberg
Dear list, The IDRISI raster format is well represented in GDAL, but OGR doesn't contain the IDRISI vector format. Is anyone working or planning to work on this? If I (at the moment very hypothetically) should think of creating a driver - is there somewhere I could steal the database part

Re: [gdal-dev] Is anyone working on an OGR driver for IDRISI vector data?

2009-02-16 Thread Jürgen E . Fischer
Hi Sjur, On Mon, 16. Feb 2009 at 10:32:13 +0100, Sjur Kolberg wrote: If I (at the moment very hypothetically) should think of creating a driver - is there somewhere I could steal the database part from? IDRISI use Access database for storing attributes, and comes in Windows version only.

Re: [gdal-dev] Is anyone working on an OGR driver for IDRISI vector data?

2009-02-16 Thread Ivan Lucena
Hi There, I started working on the VCT format just after the RST but I did not see much interest about it. I could commit it to the trunk if someone want to take from here I left. Best regards, Ivan Sjur Kolberg wrote: Dear list, The IDRISI raster format is well represented in GDAL, but

Re: [Gdal-dev] gdalwarp changes colortable

2009-02-16 Thread acangi
Subscription problem, reposting as requested. acangi wrote: Hello, I try to translate colormapped geotiff files from EPSG:31300 to EPSG:3812, using $ gdalwarp -s_srs EPSG:31300 -t_srs +proj=lcc +lat_1=49.84 +lat_2=51.16 +lat_0=50.797815

Re: [gdal-dev] Is anyone working on an OGR driver for IDRISI vector data?

2009-02-16 Thread Frank Warmerdam
The IDRISI raster format is well represented in GDAL, but OGR doesn't contain the IDRISI vector format. Is anyone working or planning to work on this? If I (at the moment very hypothetically) should think of creating a driver - is there somewhere I could steal the database part from? IDRISI

[gdal-dev] ARM platform compatibility

2009-02-16 Thread Adriano C Naspolini
Hi, I developed an application and it runs perfectly over X86. However, when i try to run it on ARM it stops reading shapefiles (actually it reads wrong coordinates). I wrote a simple program to tell just the first point coordinates. On X86: x=: -53.1275 y= -31.8682 On ARM: x=: -1.00226e-13

Re: [Gdal-dev] gdalwarp changes colortable

2009-02-16 Thread Chaitanya kumar CH
acangi, Could you check if the after image shows any different colors with some other image viewer like ImageMagick? OpenEV might not be reading the color table correctly. -- Chaitanya kumar CH. On Mon, Feb 16, 2009 at 7:43 PM, acangi a...@ngi.be wrote: Subscription problem, reposting as

Re: [gdal-dev] ARM platform compatibility

2009-02-16 Thread Tom Kazimiers
Hi Adriano, which version of CGAL did you compile for ARM? I use 1.5.2 and reading shapefiles works very well. Regards, Tom Adriano C Naspolini schrieb: Hi, I developed an application and it runs perfectly over X86. However, when i try to run it on ARM it stops reading shapefiles (actually

Re: [gdal-dev] ARM platform compatibility

2009-02-16 Thread Adriano C Naspolini
Hi Tom, I was trying with 1.5.3 (Debian etch, gcc-4.1), now changed to 1.6.0, but no success. About 1.5.2 version, didn't work neither. By default, configuration sets up msb2lsb (big-wordian). Forcing the configuration (changing configure file) to be lsb2msb make no difference (maybe