-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SpiceInit with web support fails #5428
Comments
Yep, I can confirm that that image isn't working with web SPICE, but is working with the current local SPICE directory. Sounds like the USGS needs to update their web spice server again, and should probably make a monthly task to check on it, since LROC data is released monthly. |
okay good to have it validated!! I've only recently started looking at ISIS3 cub files and oh my I never really bothered about looking at local but - this is making me go crazy! How big is LRO data anyways @rvwagner ? :D I have 400 Gib synced and it says more 300Gib and filtering doesn't seem to work. I managed to download the rest directly using |
You might need to double-check that you're only downloading the LRO SPICE data, it looks like it should only be ~286 GB. It is really big, though (5-10 data points per second for 15 years is a lot of data). |
I would have imagined it would be about 300Gi. I used the following to sync the data.
I am not sure how else to download just the lro data. I'll just use rclone directly - |
Also related there seems to be a new spice webserver: #5327 |
Did changing the spice server fix things or is it an issue with both? The spiceserver path is going to be updated with the next release of ISIS so for now you still need to change it via the URL param. |
Adding Also, is there/can there be an IsisPreferences entry for "default web SPICE" URL? |
The old one will stay online as long as it's default in older versions of ISIS. At some point we will need to backport the change. |
#5431 was merged just now, if we dont backport (as it would take a lot of time), we will re-route the old URL to the new one so users on old versions will be none the wiser to this whole situation. |
thanks @Kelvinrr ! I just tested it and it works - its routing to the old webserver. Technically this issue is fixed. But the bigger question is when and how is web server is updated? I guess I want to know if web will be in sync with PDS data release schedules. This time I ended up using the local instead of web because its of the quick availability of my data server and is not portable solution. FYI logs of spiceinit with web
|
The kernels that are downloaded when you use local kernels are the same ones we use internally, and include an extra ~3 months past the PDS-released images. If the USGS can update their web SPICE server at least once every month or two, then all the publicly released images will be supported. Anyway, it seems like putting a redirect in on the old URL should solve this problem (assuming the new server is reliably updating), but until that is put in, can you guys maybe do a manual update of the kernels on the old server so that it will at least support all the data that is currently released to the PDS? Resyncing now should buy you until June 15th to put in the redirect before new public LROC data stops working again. |
@tckb so for both servers the kernels are updated every other day. For the AWS backed one, it updated via runner on a schedule into an elastic file system. It's very low maintenance. The old one is via a cronjob. Our IT manages the old one and since it's a physical machine it tends to run out of space among other issues. All of which they have to deal with on top of their other responsibilities. Hence why it tends to go down and why we are retiring it. |
spice data of LRO for local syncing uses rclone backed by AWS
@rvwagner are you using the same server? @Kelvinrr I understand - I think you mentioned it before about the disk issues elsewhere. So the new v0.9.1 version is back up by this aws? |
@tckb I need you to clarify what you mean by this. |
ah, sorry I meant by v0.91 i mean this webserver |
both https://astrogeology.usgs.gov/apis/ale/v0.9.1/spiceserver/ and the old default URL use the same spice server app. v0.9.1 also use the same ISIS Data that you'd get with |
Yes, thank you @Kelvinrr that is enough. I'll close this |
ISIS version(s) affected: 8.0.2
Description
Yesterday 09.03.2024 LRO released new batch of data products LROC 57C. I tried the calibration as usual but there was this error from
spiceinit
How to reproduce
Download M1447547309LC
Possible Solution
It's possible that this is related #5113 which suggests that WebSPICE needs to be updated.
The text was updated successfully, but these errors were encountered: