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, ...
4
votes
2answers
261 views

Where can I find GeoJSON resources files?

I'm looking for demographic information and various things, and most of the time data are available as CSV (my application use geoJSON format). Shall I encode the CSV to geoJSON or is there a ...