Petrus Hyvönen
Petrus Hyvönen
Hi, an alternative is cartopy, similar features and it can download data at usage.
Hi, this sounds quite interesting, just to get a printout of the source code in Java would be useful. Could I ask you to elaborate a bit on how this...
Hi, This feature is quite neccessary in some use cases. One way to do it is like it is done in JCC, to have specific java classes that are used...
I was trying some things and it is not possible to monkeypatch the __doc__ property of JObject in the same way as the __repr__, is it?
Thanks for the update and the intense work with jpype! I did some tests with qdox and attaching it at the variables above. Qdox is parsing directly the source tree...
Hi @Thrameos! Many thanks, will start testing.
WIP: Hi did some intial tests, will spend more time later. Some things seems to be extracted, but others don't (has a __javadoc__) property still there. I assume it shold...
Yes, thanks, it's the orekit library I'm working with, artifacts at: https://repo1.maven.org/maven2/org/orekit/orekit/10.1/ For example org.orekit.time.AbsoluteDate is one that does not seem to work. https://www.orekit.org/static/apidocs/org/orekit/time/AbsoluteDate.html While org.orekit.time.TimeScalesFactory works https://www.orekit.org/static/apidocs/org/orekit/time/TimeScalesFactory.html
Wierd. I simplified your script a bit, tried it in python 3.6 & 3.7 (conda versions), but get: Description ----------- Failed to extract javadoc for class org.orekit.time.AbsoluteDate Java class 'org.orekit.time.AbsoluteDate'...
source is from the Thrameos/javadoc branch