WorldWideTelescope / pywwt

Python interface to WorldWide Telescope :milky_way:
https://pywwt.readthedocs.io
BSD 3-Clause "New" or "Revised" License
51 stars 15 forks source link

Add DECaPS2 to default pywwt surveys #373

Closed Carifio24 closed 7 months ago

Carifio24 commented 7 months ago

I got a request to expose the DECaPS2 RGB survey to glue-wwt. The most straightforward way to do that is to add it to the default pywwt surveys, and then pywwt users can access it as well. The WTML tag here is taken verbatim from the default webclient surveys.

pkgw commented 7 months ago

Closing and reopening to retrigger the CI — I think it was affected by a GitHub service incident yesterday.

pkgw commented 7 months ago

@Carifio24 Oh, I see the problem — this PR was asking to merge into the gh-pages branch, not master, for some reason. I think I can change that myself.

pkgw commented 7 months ago

Oops, I guess it was supposed to be like that, and GitHub won't let me reopen this PR to change the target branch back. Can you please re-file? I'll try to fix the ReadTheDocs configuration to ignore this branch.

pkgw commented 7 months ago

Hmm, as far as I can tell, there's no way to tell the ReadTheDocs integration to ignore PRs to unusual branches like gh-pages. Which is basically OK — we can just ignore the failure. It's just not as tidy as it could be.

Carifio24 commented 7 months ago

@pkgw I've re-filed this as #374.