WG: [gdal-dev] Ogr2Ogr Interlis1 Export

2011-09-20 Thread BSAP ( Andres Thomas )
. September 2011 17:13 An: 'gdal-dev@lists.osgeo.org' Betreff: Re: [gdal-dev] Ogr2Ogr Interlis1 Export --- Anyway, it's better to not rely on field order. ITF and ILI go always together… when I give them to someone else, the attribute order has to correspond, because they usi

Re: [gdal-dev] Ogr2Ogr Interlis1 Export

2011-09-20 Thread BSAP ( Andres Thomas )
the same order like in the created ITF… if I only could change this… Von: Chaitanya kumar CH [mailto:chaitanya...@gmail.com] Gesendet: Dienstag, 20. September 2011 16:11 An: BSAP ( Andres Thomas ) Cc: gdal-dev@lists.osgeo.org Betreff: Re: [gdal-dev] Ogr2Ogr Interlis1 Export Thomas, O

Re: [gdal-dev] Ogr2Ogr Interlis1 Export

2011-09-20 Thread Chaitanya kumar CH
Thomas, OGR doesn't promise the same field order. Individual drivers can reorder the fields when they save the data. You may be able to reorder the fields using the -select option in ogr2ogr. On Tue, Sep 20, 2011 at 7:05 PM, BSAP ( Andres Thomas ) < thomas.and...@bsap.ch> wrote: > Dear List,***

[gdal-dev] Ogr2Ogr Interlis1 Export

2011-09-20 Thread BSAP ( Andres Thomas )
Dear List, i have exported data from postgres to an itf with the following command: ogr2ogr -f "Interlis 1" mynew.itf,myili1.ili PG:"dbname='mydatabase' host='localhost' port='123' user='postgres' password='mypassword'" The ITF was created, but the attributes of one table i.e. are not i

[gdal-dev] Ogr2Ogr Interlis1 Export

2011-09-20 Thread BSAP ( Andres Thomas )
Dear List, i have exported data from postgres to an itf with the following command: ogr2ogr -f "Interlis 1" mynew.itf,myili1.ili PG:"dbname='mydatabase' host='localhost' port='123' user='postgres' password='mypassword'" The ITF was created, but the attributes of one table i.e. are not i