Question about IOServiceProvider and files that evolve over time #1134
Unanswered
francoisandre
asked this question in
Questions and Answers
Replies: 1 comment
-
Hello, no problem for the question! To reload the data you'll need to reopen the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm really really sorry to bother you.
I am trying to set up an IOServiceProvider to extract time series from my data CSV-files via THREDDS WMS service and NCML.
It works fine when my data file is static (does not change over time).
But I don't know what is the right way to handle files that change in real time and how to reload the data regularly. I thought that the syncExtend method was used to do this and that this would be the place to calculate the new size of the "time" dimension. But this method is deprecated and is never called by the upper layers. So the data loaded the first time stays in the cache and is never completed.
Is it up to my IOSP to do this reload itself regularly ? Should I set up the cache system differently ?
Thank you very much for any help because I have both the feeling to be close to the solution while thinking I have understood absolutely nothing :-)
Sincerely
François
PS:
Beta Was this translation helpful? Give feedback.
All reactions