Tagged Questions
2
votes
1answer
88 views
spatial data filtering without GIS?
I have access to a database here (description of the columns are also available) containing spatial data in text format and with WGS84-EPSG:4326 coordinates.
I would like to only select data in my ...
10
votes
3answers
313 views
How can I handle tables with 256+ variables?
I'm working with census data and downloaded several CSV files, each with with 600ish columns/variables. I'd like to store them all in a query-able database, but everything I've tried so far (MS ...
4
votes
2answers
252 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 ...