Sacha Baclet

Results 6 comments of Sacha Baclet

HI Pierre, Thanks. What would be the proper value to put between the brackets to not ignore any source-receiver pair, even when the sound level is -inf dB?

Thank you Pierre. I implemented the solution that you suggested using the following code: ``` import org.h2gis.utilities.JDBCUtilities ``` ``` ArrayList timeSteps = JDBCUtilities.getUniqueFieldValues(connection, sources_table_name, "T"); int numberTimeSteps = timeSteps.size(); ```...

Thanks, I will do it if I add more changes to the code in the future. Don't hesitate to keep me updated if you manage to make progress on multithreading...

Hi Nicolas, Thanks for the clarification. I have made the changes that you suggested and it now works. For better ease of use, would it be possible to automate these...

Hi Pierre, Thanks for your reply! This explanation sounds plausible. I have not had time to check whether changing the ground has an effect, but I have also read that...

Hi Nicolas, Thank you for this clarification.