cleder / fastkml

Fast 🌍️ <KML /> processing for python

Home Page:https://fastkml.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add strict mode

cleder opened this issue · comments

Add a strict mode to parse KML files with errors:

  • When strict mode is on, errors are raised
  • When strict mode is off, warnings are logged and parsing is more permissive.