txappleseed/txappleseedmap

data update process to GeoJSON

Closed this issue · 2 comments

the process of going from what's in /data/processed/ to what's in the geojson folder isn't on Github. We need to get the full automated process into Github

pull request #95 tries to solve this by jumping straight from the TEA's data to GeoJSON with one script, but the structure of the "properties" fields in the output GeoJSON (districts_with_data.geojson) is different and more complex.

We're moving toward loading the data into the GeoJSON (or TopoJSON) only using Javascript after the page loads. The process for getting the data from the TEA to the form that's ready to load is now automated using code in the repo.