Pete Schmitt

Results 3 issues of Pete Schmitt

I have a multipolygon of Australia ([viewable map](https://bl.ocks.org/anonymous/raw/420fd0e7ef82131c54bb/) and [2.2 MB geojson](https://bl.ocks.org/anonymous/raw/420fd0e7ef82131c54bb/map.geojson) and [6.2 MB wkb](https://gist.github.com/pedros007/51666e6eb82d3a3576de). The performance of `RGeo::WKRep::WKBParser#parse` is surprisingly slow: it takes almost 9 minutes to return...

performance

Tiletanic needlessly requires geojson https://github.com/DigitalGlobe/tiletanic/blob/461958452a793e781607deddf9828f8e2f55d248/setup.py#L29 https://github.com/DigitalGlobe/tiletanic/blob/461958452a793e781607deddf9828f8e2f55d248/tiletanic/cli.py#L77 Update to just use [python stdlib json](https://docs.python.org/3/library/json.html)

### What is the bug? The `Performance Hints` link on the gpkg driver should go to the sqlite driver. However, it's broken. ### Steps to reproduce the issue 1. Load...

documentation