hipspy / hips

Python library to handle HiPS
https://hips.readthedocs.io
13 stars 16 forks source link

Outline first draft of HipsTileCache class #33

Closed adl1995 closed 5 years ago

adl1995 commented 7 years ago

A work in progress of HipsTileCache class.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-1.4%) to 78.988% when pulling 1c4981ff62ccb71a74915d2225057464557cd770 on adl1995:cache into 208a73e9c26e4def414c1492f2a02fe8961ef82c on hipspy:master.

cdeil commented 7 years ago

Suggest to rebase this PR against master and then to start development here by moving the existing hips.draw.fetch_tiles over to the hips.tile sub-package, e.g. the file hips/tile/cache.py you're adding here.

cdeil commented 7 years ago

I'm moving this to the v0.2 milestone. I think just what we have now is very close to v0.1 and having a cache can be in the second version.

cdeil commented 7 years ago

@adl1995 doesn't plan to continue with this, but we're leaving it open just as a reminder / possible starting point if someone picks this up in the future.

cdeil commented 5 years ago

Discussed with @adl1995 just now. Decided to close this PR that is 2 years old. We're note sure what the idea / use case here was. Probably to support cloning part of HiPS from a server to a local disk. For this the feature request #122 is still open.