alan-turing-institute / solar-panel-detection

Solar Panel Detection (Turing Climate Action Call)
23 stars 7 forks source link

Require geopandas, require py3.7, reinstate a reconfigure() #61

Closed danstowell closed 4 years ago

danstowell commented 4 years ago

I haven't found a way to get pandas not to choke on unusual characters in the FIT data (0xa0 which is "NBSP" in ascii but invalid in UTF-8), if I stick to python3.6. Hence this bumps requirement to 3.7+.

I also added a missing geopandas dependency