0
votes
2answers
68 views

Why is QGIS reading in my CSV numeric data as string data, and how do I change it? [duplicate]

QGIS keeps reading in my numeric data from .csv files as string data. This means I have to figure out how to read it in with the proper data type, or convert it back to numeric inside of QGIS, ...
0
votes
1answer
61 views

Is it Possible to Convert a GRD File into an ASC File in QGIS?

Is it possible to convert in QGIS a GRD file (that was created in MapInfo) into an ASC file (that can be imported into SAGA)? Is it possible to "extract by mask" a section of a GRD file in an other ...
7
votes
3answers
281 views

where do I download POIs from Wikipedia? placeopedia used to have them but is now gone

I am trying to improve OpenStreetMap in Siem Reap, Cambodia. A way I am doing this is to add temple locations. I hear that there is a dataset of temple locations available from Wikipedia (presumably ...
3
votes
0answers
64 views

Determine the Degree of Data Lossiness when Converting Data

I'm working through some of the ESRI tutorials on Data Interoperability and it briefly mentions the issue of data conversion being a lossy process. Some questions that come to mind are: What is ...
0
votes
1answer
90 views

Programs to log NMEA on Nomad 900?

I am interested in logging NMEA data on a Trimble Nomad 900. Unfortunately the SatViewer records a maximum of 64,000 characters, too little for my application. I don't want to have to purchase ...
12
votes
3answers
2k views

Converting SimpleGeo Places GeoJSON file to shapefile?

SimpleGeo has recently made their "Places" data set freely available which is GREAT, because now we can use it for our own purposes, even offline. So I went about downloading the 2GB dataset, which ...
1
vote
5answers
3k views

How to convert a double field to a string?

I would like to convert a column in a spreadsheet from a double to a string so I can join the data with a shp file. What is the easiest way to do it?