Brendan Ward

Results 120 comments of Brendan Ward

:+1: I'm happy to help with this. Note: we're only going to get to 100% if we ignore coverage for python version specific code in `five.py`

@sgillies what say you about WKB support? We have some sprinkled in [here](https://github.com/mapbox/rasterio/blob/master/rasterio/_features.pyx#L448-L455) and [here](https://github.com/mapbox/rasterio/blob/master/rasterio/_features.pyx#L362-L370) - but we aren't using it anywhere nor do we have any tests for it....

I'm totally overhauling our tests for `features.*` functions. Hopefully the direction is good: 1) combine separate `tests/test_features_*.py` files into a single file `tests/test_features.py`. (this made it easier to do the...

I'm running an experiment with this idea over in [`pyogrio`](https://github.com/brendan-ward/pyogrio). The idea is to use the bare essentials from `fiona` to create a numpy-oriented API to vector data sources. Right...

Apologies for not following up on this sooner. I'm definitely very interested in discussions around this in whatever form they take. I also am very interested in finding out if...

I've found file I/O to be a major bottleneck for some of my projects, compared to other data processing operations. I think it is important to note that in pyogrio,...

This would probably be sufficient: https://www.mapbox.com/mapbox-gl-js/example/polygon-popup-on-click/

@asmyasnikov is the same true when you provide multiple root directories to Docker, as per #92? I would expect that you'd need to mount host directories as volumes for your...

Possible bug in showing all LODs. See [example ArcGIS API endpoint](https://www2.ci.lancaster.oh.us/tileserver/arcgis/rest/services/2020_fairfield_3in_z21/MapServer) (shows only LOD 0) and [tileJSON](https://www2.ci.lancaster.oh.us/tileserver/services/2020_fairfield_3in_z21) which supports everything between 0 and 21. When adding to ArcGIS Online, it...

@reyemtm thanks for digging into this further and trying to get it working. Are you able to turn your fixes for LOD and tile coordinates into a PR? For debugging...