[Qgis-user] editing dbf files

2008-08-11 Thread Richard Duivenvoorde
Hi List, I've these pretty big .dbf-files (that is more then the 64000something you can edit in Excel/Openoffice), without corresponding shp file. I was told to edit those in arcview, but off course wanted to do this in qgis. But I fail to open/edit them. I tried both in metis in xp and

Re: [Qgis-user] editing dbf files

2008-08-11 Thread Werner Macho
Hi Richard, Probably that doesn't help you at all but the only program I know (And unfortunately HAVE to use when editing bigger .dbf files than the mentioned 65536 lines) is the statistical program SPSS. Very rarely I have to edit such big files too and still found no other way to comfortably

Re: [Qgis-user] editing dbf files

2008-08-11 Thread G. Allegri
I had similar problems. My workaround (not a solution) was migrating the dbf to a sqlite db. I use grass to do it (db.copy) 2008/8/11 Werner Macho [EMAIL PROTECTED]: Hi Richard, Probably that doesn't help you at all but the only program I know (And unfortunately HAVE to use when editing

Re: [Qgis-user] editing dbf files

2008-08-11 Thread pcreso
Try the shapelib programs: They include dbfdump, a simple utility to extract the contents of a dbf to a text file, From here they can pretty easily be edited directly or loaded into a database such as Postgres or Mysql for updating. see http://shapelib.maptools.org/shapelib-tools.html#dbfdump

Re: [Qgis-user] editing dbf files

2008-08-11 Thread Tim Michelsen
Try the shapelib programs: They include dbfdump, a simple utility to extract the contents of a dbf to a text file, From here they can pretty easily be edited directly or loaded into a database such as Postgres or Mysql for updating. see http://shapelib.maptools.org/shapelib-tools.html#dbfdump

Re: [Qgis-user] editing dbf files

2008-08-11 Thread Brian Bishop
OpenOffice handles large dbf files using OpenOffice Base. Start OpenOffice Base, which should display the Database Wizard and select Connect to an existing database and select dBase from the drop down list. Brian On Mon, 2008-08-11 at 14:00 -0700, John C. Tull wrote: StarOffice handles them

Re: [Qgis-user] editing dbf files

2008-08-11 Thread Mark
I do have to say the learning curve on sqlite is not bad at all. Mark ~ iPhone'd On Aug 11, 2008, at 5:03 PM, G. Allegri [EMAIL PROTECTED] wrote: I had similar problems. My workaround (not a solution) was migrating the dbf to a sqlite db. I use grass to do it (db.copy) 2008/8/11 Werner

Re: [Qgis-user] editing dbf files

2008-08-11 Thread Gerry Creager
I've only peripherally been following this thread, but could you not use shp2psql and then edit them in PostGIS? Then reexport to a shapefile? It's not in QGIS but it should work. gerry Werner Macho wrote: Hi Richard, Probably that doesn't help you at all but the only program I know (And