Re: [gdal-dev] Re: Joining a shape file with a DBF file with ogr2ogr

2009-04-30 Thread Yewondwossen Assefa
Stephen Woodbridge wrote: Yewondwossen Assefa wrote: Hi, I have a fairly large shape file (shp, shx, dbf) and a fairly small DBF file. I would like to do a join on a specific field, with the expected result being a small shape file (same number of records as my small dbf file). There are

Re: [gdal-dev] Re: Joining a shape file with a DBF file with ogr2ogr

2009-04-29 Thread Stephen Woodbridge
Yewondwossen Assefa wrote: Hi, I have a fairly large shape file (shp, shx, dbf) and a fairly small DBF file. I would like to do a join on a specific field, with the expected result being a small shape file (same number of records as my small dbf file). There are a couple of ways from what

[gdal-dev] Re: Joining a shape file with a DBF file with ogr2ogr

2009-04-29 Thread Yewondwossen Assefa
Hi, I have a fairly large shape file (shp, shx, dbf) and a fairly small DBF file. I would like to do a join on a specific field, with the expected result being a small shape file (same number of records as my small dbf file). There are a couple of ways from what I can see that I could achi