OW allows you to define your local horizon profile and will then take it into account when computing the altitude of the star and exclude events where the star it too close to an obstruction on the horizon.
There is also a way to get all 'My Events' from an Add-in from the IOWHost2 interface. In your add-in code in the InitializeAddin() method am IOWHost is passed in. You can cast this to an IOWHost2 and then latest call the GetMyEvents() method. Let me know if you need more info on that.
Currently it is not possible to get a list of absolutely all events. The idea is that OW filtering will help users to filter the events and entering a local horizon should help with that.
I like your idea of visually presenting the location of the events on a local horizon polot. Would doing this only for the 'My Events' achieve what you want?
If you are interested in ploting absolutely all events this would be likely too many events and then it would be difficult to do something with them.
If you are interested in doing something more specific and extending the SDK could help you with that please reach out and we can talk about it further.
Cheers,
Hristo.
On Sunday, June 4, 2023 at 07:45:01 PM GMT+10, Jean-Francois <jean-francois.pittet@...> wrote:
Hello Hristo,
I have a proposal for a simple graphic showing all the event quickly with the local horizon directly in OccultWatcher.
I have the problem that now near all the events are blocked by the next house.
Here the events for my home station for June.
I tried to export all the event in Excel format ... but the important information is missing ... no star azimuth or elevation are exported from OccultWatcher to Excel.
Alternative ... I could update my Add-in with a new function .... so is it a way in OccultWatcher for an Add-in to select all the events ?