CodeForAfrica / HURUmap

HURUmap is an interactive web platform that allows citizens and journalists to explore, visualise, and download census data. This gives them the power to give context to stories that was otherwise hard to spot. Accessible at https://hurumap.org
https://hurumap.org
GNU General Public License v3.0
8 stars 7 forks source link

Validate Geography files (geojson, topojson) #40

Open phillipahereza opened 5 years ago

phillipahereza commented 5 years ago

Is your feature request related to a problem? Please describe. Creating geojson and topojson files is prone to errors

Describe the solution you'd like Create a management command that validates that the geography files match the format required by HURUmap

Describe alternatives you've considered GeoJsonLint - Works well for small files but fails for significantly sized files

Additional context None