geospatial-jeff / aiocogeo

Asynchronous cogeotiff reader
MIT License
72 stars 10 forks source link

investigate chunk transfer encoding #76

Closed geospatial-jeff closed 3 years ago

geospatial-jeff commented 4 years ago

GDAL and geotiff.js both use chunk transfer encoding, aiohttp supports it (https://docs.aiohttp.org/en/stable/streams.html) so we should do a comparison to see which is better.