To bring data from one computer system or application into another.
3
votes
2answers
674 views
JPG file all black when added as raster in QGIS
I add a new raster layer in the latest QGIS and select a JPG file, but it is all black. I tried adding the TIF version of the same image and that worked.
What is it with the JPG, and how should I ...
29
votes
4answers
4k views
Migrate from ArcGIS to QGIS?
This is my first visit to and first question on this site, I hope this newbie question is suitable here.
Our lab has about 10 projects in ArcGIS 9 (a couple are made in ArcGIS 10) that includes the ...
5
votes
1answer
269 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 ...