-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kaguya Ancillary Data download #5663
Comments
Hi @jmk0502 ... It's not clear what you are trying to accomplish with the command you are running as it filters out the entire Kaguya kernel set. It does not appear to be a problem with a missing rclone command, rather its how downloadIsisData filters data files. Some robust verbosity in the resulting command shows this:
The ERRORS you see are due to the incompatible parameter --track-renames, which is only valid for the rclone sync command - downloadIsisData uses the rclone copy command, and as indicated, is ignored in his case. It's really more of a warning in this context. To get the Kaguya kernels downloaded, remove the |
Sorry for the late reply. I will try it again after removing the Also, do you know if the Test Data is required to be downloaded for non-developers? Thanks for your response! |
@jmk0502 for non developers, test data is not needed, you only need it if you plan to run the test suite. |
Hello all,
I am trying to download Kaguya Ancillary data (using
downloadIsisData kaguya $ISISDATA --exclude="kernels/**"
)but this is the error I am getting:This same command had worked perfectly when I downloaded LRO Ancillary data and base data area just after installing ISIS. I suppose, all data need not be downloaded immediately after installation and so I am a little baffled. Any idea why I am receiving this error and a possible workaround/solution?
P.S. Should I try to use rclone (using
conda install –c conda-forge rclone
), I get the following message:Maybe because of this,I couldn't download the TestData even the first time around?
Could anyone maybe help me with what I am missing here?
Any help is much appreciated ! Thanks !
The text was updated successfully, but these errors were encountered: