Jeff Albrecht

Results 60 issues of Jeff Albrecht

This was first brought up in https://github.com/mapbox/mercantile/issues/122#issuecomment-788116884 which mentions the use case of calculating the parent of a zoom 0 tile: ```python >>> mercantile.parent(mercantile.Tile(0,0,0)) Tile(x=0, y=0, z=-1) ``` The zoom...

Create a dataset accessor (http://xarray.pydata.org/en/stable/internals/extending-xarray.html#extending-xarray) so we can use aiocogeo to load xarrays

uvloop is a slightly faster implementation of asyncio's event loop

https://github.com/sumerc/yappi

Tag values are currently typed as `Union[Any, Tuple[Any]]`. This causes lots of downstream issues because the type is unclear. It would make the code much cleaner if we removed the...

imagecodecs (https://github.com/cgohlke/imagecodecs) is adding support for AVIF

Yeah should really use moto so we don't need to talk to S3 at all for tests _Originally posted by @geospatial-jeff in https://github.com/geospatial-jeff/aiocogeo/pull/97#discussion_r545455484_