A standard (but older and limited) data storage format developed for the once-popular dBASE DBMS. Of interest primarily because it forms part of the "shapefile" specification for sharing GIS data.
12
votes
4answers
4k views
How to add an attribute field to an existing Shapefile via Python
I have a Python script that adds an attribute field to a Shapefile if doesn't exist. This is easy to do with ArcGIS (graphically or via Python), but I'm looking for something that doesn't depend on ...
9
votes
11answers
3k views
DBF creation and manipulation without excel 2003
My company just upgraded to Office 2007 and now I am no longer able to easily manipulate and create dbf's. I do not understand MS's decision by removing this capability but alas there is no use ...
1
vote
2answers
333 views
Why does ESRI make me store my DBF doubles as strings?
As far as I can tell I have to store all numeric values in a shapefile's associated DBF file as strings (yes, the N type is essentially a string).
Can anyone confirm that ESRI does not support the use ...
16
votes
3answers
837 views
How to easily edit attribute data using Regular Expressions?
I am writing a tutorial for MSc students that uses QGIS.
One of the tasks requires the attribute data to be modified
(see pdf draft of tutorial here if interested ).
The question is how to get them ...
3
votes
1answer
765 views
saving a dbf as xls in python
i've been let loose in the workplace to learn python to do things in Arcmap10.
so, i've learning python as i go and trying to remember the programming i have done.
where i am in this project is ...
4
votes
2answers
133 views
Is it possible to add a new line in a non-spatial table using Qgis?
While using QGIS, and having loaded a non spatial table (from a dbf or a Spatialite table), is it possible to add a new row to its table attributes?
Normally in a spatial layer you have to use "add ...
16
votes
3answers
2k views
How to bypass 10 character limit of field name in ShapeFiles?
I'm exporting geometry with attached text attributes from oracle database to esri shapefile format (.shp) with Java and Geotools library.
Attribute columns in our database have names with more than ...