bartromgens / geojsoncontour

Convert matplotlib contour plots to geojson
MIT License
90 stars 31 forks source link

Add option to return a Python data structure instead of a string #8

Closed ghost closed 6 years ago

ghost commented 6 years ago

Fix #7

I've also slightly improved text coverage.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at ?% when pulling c9772ab629241f72282517e838ef299b9cf7d653 on weatherforce:master into 05ac80541d0286fbcd3bf14be536cb1c160a2d3d on bartromgens:master.

bartromgens commented 6 years ago

@amarandon Awesome! Thanks! This should have been the default from the start, but it simply started from a local method in a specific project and I don't like to break the interface for now.

bartromgens commented 6 years ago

It is part of the 0.2.1 release. Please let me know if there are any issues, I did not have time to full test it outside the normal tests.