Tagged Questions
1
vote
1answer
263 views
Python - read shapefile .dbf for encoding
I've written a python script that formats a .shp such that its fields structure matches my office's database view in order to ingest the data of said shapefile. This original shapefile was encoded ...
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 ...
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 ...