You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to say I am currently working on creating some simulated data to have at least something to display!
Currently, I got approximate values for altitudes in many points in Montreal (around 4238 x 3680 = 15595840 coordinates) and I saved it into a simple TXT file. I am writing a script to help generate rectangles to draw, given this TXT file and a flood threshold. For example, if given thresold is 10 meters, then the script should select all points where altitude is below 10 meters and consider them as flooded.
This is quite easy (just loop over all points), but now I need to group them in rectangles to reduce number of points to draw, and I just need few more time to do it correctly. Once it's done, I should be able to draw the rectangles.
I hope it will be done today or tomorrow, at least!
To know where areas are flooded
The text was updated successfully, but these errors were encountered: