Matthew Perry
Matthew Perry
As we did with `rio merge`, we should move the logic to a separate function (`warp_tool`?) and keep the cli function all about parsing arguments. Function signature TBD
Noticed as I was going through test coverage, we never actually test the rio calc `bands` function. It's not in the docstring or the documentation. I can't get it to...
https://trac.osgeo.org/gdal/wiki/rfc59.1_utilities_as_a_library GDAL 2.1 will expose many of the utilities as C callable functions. Wondering if there is anything in here that we could use in rasterio?
The [Map Matching](https://www.mapbox.com/api-documentation/#map-matching) API is on v5 but this library is still using the legacy v4. The new v5 API is significantly improved including better snapping, data tidying, timestamps, languages...
The purpose of this ticket is to specify the work required for an official 1.0 release. What does a 1.0 release mean? If we follow the advice of [Semantic Versioning](http://semver.org/):...
Some of our service methods are missing docstrings altogether, others have narrative comments only. We should use numpy-style docstrings throughout to * specify Parameters, Return values * facilitate API doc...
Traveling Salesman Problem solver. Still in preview. https://www.mapbox.com/api-documentation/#optimized-trips
Still in preview: https://www.mapbox.com/api-documentation/#tilesets