You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this is a naiive question - but can TrajStat and MeteoInfo in general be used as a normal Java library? ( I see MeteoInfo is on Maven, but TrajStat is not)
I'd like to run some HYSPLIT trajectories to do moisture tracebacks from a small open source Java/Clojure application I'm writing, and I'd great if I could run HYSPLIT tracebacks without calling out to an external program - but I'm not sure if that's possible/realistic.
Maybe the whole project isn't really setup to be used as library? From the documentation it looks like it's just a GUI interface with only Python scripting extensability but I thought I'd check first :) Maybe there are Java examples elsewhere
Thank you for this great project!
The text was updated successfully, but these errors were encountered:
Yes, TrajStat can also be used as a Java library. But the external HYSPLIT excutable file was used for the trajectory calculation function in TrajStat.
So this wouldn't run on Linux without modifications anyway
I misunderstood. I thought this was a re-implementation of the HYSPLIT algorithm on the JVM
I was hoping to avoid haven't to deal with that FORTRAN monster haha - but in this case I may have an easier time calling it myself instead of dealing with a layer of indirection :)
Sorry if this is a naiive question - but can
TrajStat
andMeteoInfo
in general be used as a normal Java library? ( I seeMeteoInfo
is on Maven, butTrajStat
is not)I'd like to run some HYSPLIT trajectories to do moisture tracebacks from a small open source Java/Clojure application I'm writing, and I'd great if I could run HYSPLIT tracebacks without calling out to an external program - but I'm not sure if that's possible/realistic.
Maybe the whole project isn't really setup to be used as library? From the documentation it looks like it's just a GUI interface with only Python scripting extensability but I thought I'd check first :) Maybe there are Java examples elsewhere
Thank you for this great project!
The text was updated successfully, but these errors were encountered: