parsewkt
parsewkt copied to clipboard
A WKT Parser generated with grako
Results
2
parsewkt issues
Sort by
recently updated
recently updated
newest added
Hi. I'm attempting to convert your [WKT grammar](https://github.com/cleder/parsewkt/blob/master/parsewkt/Wkt.ebnf) to the W3C notation. I noticed it's missing whitespace. Given this example: ```POINT Z (11.4314 46.8979 948)``` there's space after `POINT` and...
I just did a fresh install using pip install parsewkt Then I open up Python interpreter and do and get: ``` >>> import parsewkt Traceback (most recent call last): File...