Harefoot / TurboQUALTX

A mapping and graphing utility for QUALTX
MIT License
0 stars 1 forks source link

Check format of EPA GeoJSON #4

Open twhiteaker opened 8 years ago

twhiteaker commented 8 years ago

EPA says they return GeoJSON. The coordinates are there, but the overall dictionary doesn't seem to be recognized by folium, for example, nor does it match GeoJSON standard. When passed to folium, nothing is drawn in the map. Is this EPA not writing GeoJSON correctly or folium not handling a valid variant of GeoJSON. Need further investigation. I'd rather use the EPA response as is instead of converting it to valid GeoJSON as event_indexing_client.py does now.

Harefoot commented 8 years ago

i think it might be a problem with Folium. I tried converting the TCEQ's shapefile of permitted outfalls into geoJSON and nothing showed up.