Dear all,
I have been working with Orekit quite a while and I wanted to start trying Rugged for Earth observation applications. I would like to implement a tileUpdater to Noaa’s GLOBE DEM like in this example here: An example of tileUpdater to Noaa's GLOBE DEM.
The problem is that I have experience with Orekit but always using the Python wrapper, not in Java… I saw here:
that @yzokras imports a PythonTileUpdater to perform the subclassing of TileUpdater like with other classes to use them in Python, but I am not sure how to do the same.
Is there anything I need to know or can you show me a way to do it?
Thank you!