To bring data from one computer system or application into another.
5
votes
1answer
259 views
PLT track in PostGIS
What are the best practices for importing and aggregating tracks (in my case in 'plt' format) in a PostGIS table, grouped by user. Are there any tools/db models/tutorials available?
4
votes
3answers
1k views
Why would “import arcpy” hang Python script run from DOS/cmd prompt?
I have a very small test script (test.py) that I use to see if Python is installed and ready to use ArcPy. All it contains is:
print "Starting"
import os
print "OS imported"
import arcpy
print "ArcPy ...