Skip to content

Commit

Permalink
simple read sample
Browse files Browse the repository at this point in the history
  • Loading branch information
achapkowski committed Aug 31, 2015
1 parent 3e57213 commit b4ce13b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions samples/basicuse.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import hermes
if __name__ == "__main__":
fc = r"c:\data_and_maps\usa\census\blkgrp.sdc\blkgrp"
paperwork = hermes.Paperwork(dataset=fc)
data = paperwork.convert()
for k,v in data.iteritems():
print k, v

0 comments on commit b4ce13b

Please sign in to comment.