Parallel tile fetching and CPU-and-memory statistics
The hips package now supports parallel tile fetching. The user can achieve this either using urllib or aiohttp. In case of aiohttp, the fetched tile data is coupled with HipsTileMeta to create a HipsTile object. This ensures there is no misalignment of tile data, otherwise, tiles could be swapped du ...READ MORE...