Tagged Questions
0
votes
1answer
214 views
Python 3 module to read ArcGIS .dbf files
I would like to know whether there are Python 3.x-compatible (preferably Python 3.3) modules to read the kind of .dbf files produced by ArcGIS.
All the modules I found were only compatible with ...
0
votes
1answer
88 views
How to create a dbf field with length > 254? [duplicate]
Is it possible to create a text field in a database table with a length that is greater than 254 characters?
Using arcgis 10.1
4
votes
2answers
880 views
How do I convert a text file with coordinates to database table in Python?
How do I convert a text file with point coordinates to database tables in the Dbase.dbf format in Python?
1
vote
1answer
193 views
ArcPy: Creating weekly-sum layers by summing field values from seven consecutive daily .dbf's
So I have 490 consecutive daily rainfall shapefiles/.dbf files in a single directory. Each consists of a uniform even-spaced grid of 220 points having uniform pointIDs, number of records, field names ...
3
votes
1answer
1k views
How do you add file name to an attribute field?
Does anybody know how to add the shape file name to a field in the file's attribute table?
I've found a description:
'You have to use inline variable in CalculateField like %Name% in
expresssion ...
1
vote
0answers
38 views
What are the steps to go from raw address data to a locator report?
I'm a seasoned programmer, but I'm new to GIS in general. I've read a decent amount of ArcPY documentation but haven't seen an example that takes me from raw data to a locator report, from start to ...
