Is there currently a way to query the monster catalog remotely?
I’m using the monster as part of an obs project I’m working on outside the RSP. To avoid saving the entire catalog locally (memory concerns), I’m currently querying subsets of the monster via cone searches. This workflow entails creating a list of htm7 ids locally, manually uploading them into the RSP, running a cone search script from within the RSP, then manually downloading a compressed tarball of the monster fits files back to my local machine. While this is a workable solution, it does add a cumbersome manual task in the middle of what otherwise would be fully automated program.
To my knowledge the monster is not accessible via the remote access TAP API. I also considered trying a WebDAV approach, but that seems limited to simple file transfer.