geospatial-jeff / aiocogeo

Asynchronous cogeotiff reader
MIT License
72 stars 10 forks source link

rio-tiler integration #71

Closed geospatial-jeff closed 4 years ago

geospatial-jeff commented 4 years ago

Work began in https://github.com/geospatial-jeff/aiocogeo/pull/68 to support tiling with aiocogeo. The next step is to extend rio-tiler's BaseReader instead of defining our own class so aiocogeo can be (kind of) compatible with applications that already use rio-tiler.

geospatial-jeff commented 4 years ago

Actually doing this in rio-tiler