>> 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\
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
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 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
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
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
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
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
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