root/bbox/store/dump.py

Revision 214, 90 bytes (checked in by zool, 3 years ago)

postgis spatial index working; moved the support stuff around a bit.

  • Property svn:executable set to *
Line 
1 import rdfobj
2 import sys
3 m = rdfobj.Model(sys.argv[1])
4 for obj in m.model:
5     print obj
Note: See TracBrowser for help on using the browser.