-
Notifications
You must be signed in to change notification settings - Fork 169
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
EDRGET Issue #4577
Comments
Hi @dons83, I'm having trouble reproducing this error on OSX. Can you provide your ISIS version and a list of packages in your conda environment as given by |
When I next opened Ubuntu it said i had 97 updates to do. After running these the edrget command works although it saves way into the depths of my C: drive. How do you specify where it should save? C:\Users\admin\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs\home\dandydons I would prefer it just save where isis3 is installed: C:\Users\admin\unix\isis3 I am on ubuntu 20.04.2 LTS via a windows PC. ISIS3 appears to be version 3.9.1 is this the latest version or should I upgrade it somehow? My conda list is: packages in environment at /root/anaconda3/envs/isis3:Name Version Build Channel_libgcc_mutex 0.1 main Now the following command has stopped working! Have you seen this error? It worked ok before I updated ubuntu. Do I need to update ISIS3 now that Ubuntu has been updated fully? (isis3) root@DESKTOP-RIN1FVK:/home/dandydons/isis3# mroctx2isis from=/mnt/c/Users/admin/unix/isis3/isis/N06_064874_1458_XN_34S191W.IMG to=/mnt/c/Users/admin/unix/isis3/isis/N06_064874_1458_XN_34S191W.cub Totally new to UNIX, Ubuntu and ISIS3 just trying to figure out how to access the MRO images and start programming with them! |
By default, the edrget program downloads the files to your current working directory, so if you first navigate to your desired output directory (
although you will likely need to ensure that the full path (C:\Users\admin\unix\isis3) exists before running the command. As for the new I/O error, I haven't seen this directly. Can you verify that the translation file exists at /root/anaconda3/envs/isis3/data/base/translations/pdsImage.trn ? If you recently updated your linux distribution, I would not be surprised if something broke along the way, and it may entail a reinstallation of ISIS. |
on a aside, maybe edrget should be deprecated in favor of using wget/curl? ie instead of the command above you would just run |
@AndrewAnnex see #3313 |
Hi got edrget to work with the topath added although I notice that sometimes it says100% complete but nothing has saved. Is the wget a better way to go would you say? Does it take the same topath so I can specify where the files download to? In any case I could use Python to download IMG files or a multitude of other ways so I am not too worried about it working through ISIS3. I did a complete reinstall using some instructions someone had posted for windows ubuntu installation and mroctx2isis has worked so far. I have got as far as creating a map.cub file but I am not completely sure I have used the optimum settings at each stage. I might post my install steps so anyone can critique them where would be the best place? Next I am going to streamline them with variables so that I can run the final file creation for a downloaded IMG file to map.cub in one go. It does seem to take a little time. SO far I have just used qview to view but not sure if there is a better viewer. |
@dons83 The wget command is built directly into your unix/linux system, so it's completely independent of ISIS. It can be used to grab files from URLs, but again, it will default to your current working directory. You can specify a directory prefix using the -P option. You can find very detailed information about wget and its usage here As for getting feedback on your specific usage/parameterization of the programs, you're likely to find better help at https://astrodiscuss.usgs.gov/. This channel is better suited to development questions, bug reports, etc., whereas astrodiscuss is better suited for general usage questions. |
Ok thanks for your help I will try over there. |
I am getting EDRGET errors any idea how to solve this in my installation? Think I need an update somewhere but don't know where!
edrget
url=https://pds-imaging.jpl.nasa.gov/data/mro/mars_reconnaissance_orbiter/ctx/mrox_3668/data/N06_064898_1129_XN_67S119W.IMG
Cannot mix incompatible Qt library (version 0x50701) with this library (version 0x50906)
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: