fastkml
fastkml copied to clipboard
Remove mistake from the usage_guide.rst
This PR suggests changing file opening in KML file reading example from open(kml_file, 'rt', encoding="utf-8") to opening file in binary mode open(kml_file, 'rb'). Otherwise the latest version of fastkml throws exception "Unicode strings with encoding declaration are not supported. Please use bytes input or XML fragments without declaration."