[gdal-dev] OGR shapefile to MapInfo

2008-12-04 Thread nicholas . g . lawrence
GDAL list, I have a shapefile "C:\DATA\asris_shp\QLD_COMBINEDSOILS_lyr.shp" that I want to convert into a mapinfo file "C:\DATA\asris_mi\QLD_COMBINEDSOILS_lyr.TAB" The command I used was; ogr2ogr -f "MapInfo File" C:\DATA\asris_mi\QLD_COMBINEDSOILS_lyr.TAB C:\DATA\asris_shp\QLD_COMBINEDSOILS_ly

Re: [gdal-dev] OGR shapefile to MapInfo

2008-12-06 Thread Frank Warmerdam
Nicolas, Despite the hint provided in the error message, field type 9 is actually OFTDate. So the problem is that your shapefile has a date field, but the mapinfo code does not know how to create this field type. I am under the impression this has actually been fixed very recently. So if you ar

Re: [gdal-dev] OGR shapefile to MapInfo

2008-12-07 Thread nicholas . g . lawrence
> > GDAL list, > > > > I have a shapefile "C:\DATA\asris_shp\QLD_COMBINEDSOILS_lyr.shp" > > that I want to convert into a mapinfo file > > "C:\DATA\asris_mi\QLD_COMBINEDSOILS_lyr.TAB" > > > > The command I used was; > > > > ogr2ogr -f "MapInfo File" C:\DATA\asris_mi\QLD_COMBINEDSOILS_lyr.TAB > > C:

Re: [gdal-dev] OGR shapefile to MapInfo

2008-12-07 Thread Even Rouault
Le Sunday 07 December 2008 23:11:45 [EMAIL PROTECTED], vous avez écrit : > Frank, > > I downloaded FWTools only a few days ago. I thought > that it would have the latest OGR. > FWTools 2.2.8 was produced on October the 29th and ticket #2585 that solves the issue with datetime in MIF/MID was fix

Re: [gdal-dev] OGR shapefile to MapInfo

2008-12-07 Thread nicholas . g . lawrence
Even Rouault <[EMAIL PROTECTED]> wrote on 08/12/2008 08:26:23 AM: > Le Sunday 07 December 2008 23:11:45 [EMAIL PROTECTED], > vous avez écrit : > > Frank, > > > > I downloaded FWTools only a few days ago. I thought > > that it would have the latest OGR. > > > FWTools 2.2.8 was produced on Octob

RE: [gdal-dev] OGR shapefile to MapInfo [Scanned]

2008-12-04 Thread Dale Harris
: Friday, 5 December 2008 1:35 PM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] OGR shapefile to MapInfo [Scanned] GDAL list, I have a shapefile "C:\DATA\asris_shp\QLD_COMBINEDSOILS_lyr.shp" that I want to convert into a mapinfo file "C:\DATA\asris_mi\QLD_COMBINEDSOILS_lyr.TAB"

RE: [gdal-dev] OGR shapefile to MapInfo [Scanned]

2008-12-04 Thread nicholas . g . lawrence
>> GDAL list, >> I have a shapefile "C:\DATA\asris_shp\QLD_COMBINEDSOILS_lyr.shp" >> that I want to convert into a mapinfo file >> "C:\DATA\asris_mi\QLD_COMBINEDSOILS_lyr.TAB" >> The command I used was; >> ogr2ogr -f "MapInfo File" C:\DATA\asris_mi\QLD_COMBINEDSOILS_lyr.TAB >> C:\DATA\asris_shp\