Skip to content
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

Need a release #444

Closed
jlaura opened this issue Aug 7, 2023 · 9 comments
Closed

Need a release #444

jlaura opened this issue Aug 7, 2023 · 9 comments
Assignees

Comments

@jlaura
Copy link
Collaborator

jlaura commented Aug 7, 2023

The USGSCSM needs to be released. There are have been multiple updates to the library that fix issues with the Kaguya sensor model that have not been released. Other libraries link against the CSM (statically and dynamically, I believe) and those libraries do not have access to these fixes.

Additionally, the inclusion of a proj dependency breaks usage by these libraries. So, prior to release, the proj dependency needs to be fixed.

This is exceptionally time critical.

@thareUSGS
Copy link

I agree that the inclusion of PROJ has been problematic. Not sure how to move forward, perhaps make PROJ optional? But requiring the proj library (which also needs sqlite and curl) along-side the usgscsm and ale libraries has a large potential to conflict with applications like GXP. GXP has its own version of PROJ already.

@oleg-alexandrov
Copy link
Collaborator

oleg-alexandrov commented Aug 7, 2023 via email

@acpaquette acpaquette self-assigned this Aug 7, 2023
@thareUSGS
Copy link

thareUSGS commented Aug 7, 2023

PROJ was included to allow for "map projected" stereo. This was tested as a "just in case" need for Europa Clipper EIS (imaging pushbroom). Given that Europa Clipper is a fly-by mission, single images will be widely varying in spatial resolution (e.g., Cassini SAR). To collect stereo, the images might need to be map projected on a sphere. For the initial usgscsm test, PROJ was used to support the Oblique Cylindrical projection. The Obl. Cylindrical project "could" be hard-wired I guess. Now, I am a fan of using PROJ for this use case, but perhaps not currently how it is released.

I don't think the impact for a temporary removal of PROJ from usgscsm would be a large impact as EIS is still under development and we are awaiting synthetic data for testing. The mission is going to take a several more years to get there!

@acpaquette
Copy link
Collaborator

@jlaura @thareUSGS @oleg-alexandrov can this be considered finished once that ASP release goes out?

@oleg-alexandrov
Copy link
Collaborator

oleg-alexandrov commented Aug 15, 2023

On my side I can confirm that newly-minted usgscsm version 1.7 built with proj 9.1.0 plays nice with ISIS 8.0.0 and ASP, and I tested with linescan, frame, pushframe, and SAR datasets.

@thareUSGS
Copy link

I'm not sure the Windows build is getting created. Perhaps that action was never merged with Jay's testing? I can see the last build here: https://github.com/DOI-USGS/usgscsm/actions/runs/5467455000

@jlaura
Copy link
Collaborator Author

jlaura commented Aug 15, 2023

@acpaquette Yes. I opened this issue specifically for a linux release.

@thareUSGS I will get back onto #442 now to get a windows release rolled. I think that ale is integrated now, so it should be even easier than before. 🚀

@acpaquette
Copy link
Collaborator

@jlaura ALE isn't integrated yet but I can get that PR rolling and fixed on linux. Is that something we want to see happen?

@jlaura
Copy link
Collaborator Author

jlaura commented Aug 15, 2023

@acpaquette I don't know that we need to rush it. Right now the windows CI builds ALE and USGSCSM and then uploads them as build artifacts. That should be working for @thareUSGS (can you please confirm?).

Is the plan to get all usgscsm dependencies in the binary? If so, I think waiting to roll that for all platforms makes sense.

Also - I am going to close because this is done from my perspective. We are tracking the windows build in #441 and the M1/M2 architecture in #443. Please reopen if anyone disagrees!

@jlaura jlaura closed this as completed Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants