Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlay #17

Open
vict0rsch opened this issue Sep 25, 2019 · 2 comments
Open

Overlay #17

vict0rsch opened this issue Sep 25, 2019 · 2 comments

Comments

@vict0rsch
Copy link
Contributor

To know where areas are flooded

@notoraptor
Copy link
Contributor

Hi! @vict0rsch @sashavor @Vahe987

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!

@Vahe987
Copy link

Vahe987 commented Sep 26, 2019

good job Steven.
Did you found a way to determine if the given point is in the river or not?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants