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\

Re: [gdal-dev] Support for Feature Style Specification

2008-12-04 Thread Frank Warmerdam
On Thu, Dec 4, 2008 at 8:35 AM, Joel Odom <[EMAIL PROTECTED]> wrote: > I've been using OGR for a couple months now and have gotten to like it a > lot. We're to the point where we want to start considering ways to save and > draw style information along with our feature data. I've read the OGR > F

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

2008-12-04 Thread Dale Harris
I believe Field Type 9 is a date field. Pre v1.6 (soon to be released) there was no support for Date or Time fields when creating mapinfo files in gdal / ogr. Cheers Dale Harris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Frid

[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

[gdal-dev] Help: problem reprojecting a raster from British National Grid to Google Maps

2008-12-04 Thread Oliver Smith
Hi, I've got a data set consisting of a bunch of tiled rasters, in a British National Grid (EPSG:27700) projection. I'm trying to re-project them to the Google Maps projection (see below for the proj.4 string I'm using to describe the projection). The commands I'm using have previously worked fi

[gdal-dev] Support for Feature Style Specification

2008-12-04 Thread Joel Odom
I've been using OGR for a couple months now and have gotten to like it a lot. We're to the point where we want to start considering ways to save and draw style information along with our feature data. I've read the OGR Feature Style Specification draft and it looks like a good start. Can anybody

[gdal-dev] GDAL/OGR 1.6.0 Release Candidate 4

2008-12-04 Thread Frank Warmerdam
Folks, There have been a few noteworthy errors identified and corrected since RC3 was issued. So I've decided to retract it and prepare an RC4. RC4 is available at: http://download.osgeo.org/gdal/gdal160RC4.zip - source as a zip http://download.osgeo.org/gdal/gdal-1.6.0RC4.tar.gz - source a

Re: [GDAL-Dev]: Adding the new driver dynamically

2008-12-04 Thread Frank Warmerdam
On Thu, Dec 4, 2008 at 5:24 AM, Cherif Oueslati <[EMAIL PROTECTED]> wrote: > Hello, > > I have created anew format and added it to the GDAL tree successfully using > the procedures indicated in the "GDAL Driver Implementation Tutorial". > > I would like to know if there is another solution to add m

[GDAL-Dev]: Adding the new driver dynamically

2008-12-04 Thread Cherif Oueslati
Hello, I have created anew format and added it to the GDAL tree successfully using the procedures indicated in the "GDAL Driver Implementation Tutorial". I would like to know if there is another solution to add my driver dynamically without following these procedures every time that I would like