-
Notifications
You must be signed in to change notification settings - Fork 3
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
1st Data Package: 02b Hazard Local Effects Layers for pluvial floods #54
Comments
As far as I know the formula for pluvial flood is (from PLINIVS excel): As well specific layers for this in PLINIVS layers are:
So from june those layers are available (Streams and Basins) so I asked Alessandra to crosscheck them to be sure they are correct, and she did, so nothing has been done on this since then (in terms of generation methodology, only load data from different cities regarding streams and basins). Those can be found in Atos Geoserver: I also understood from her and Luis Torres that most of layers corresponding to land use are also needed for Pluvial Flood formula calculations. So from that point I am still not 100% sure if all data available is enough to do pluvial flood calculations with such formula. As far as I know yes, but PLINIVS and/or Meteogrid should check formula and data availability to see if anything else is needed. |
Flood HC Layers are now available in CSIS. See clarity-h2020/local-effects#9 (comment) |
@stefanon From Naples meeting I was told to calculate:
|
After a hard day with SQL, I manage to find a query to generate basins data:
When I was about to get done with this I realized that: @stefanon As you may notice in the picture there is a cell with 3 basins intersection where percentages are equal so I do not know which one to take as the majoritary option in order to asign its altitude calculation as the right one to assign... I need another criteria in case of equal majority area intersects the cell... There could be negative values, I did not spot any but may happen, is that ok? |
@negroscuro, negative values it is normal that there are, because in the land morphology exist depressed areas.
@stefanon you confirm too? |
Ok!
I do not see the point on doing this... what I am doing is to intersect basins and cells, so in can say I have each cell related to a basin, is that enough?
Ok
This still not clear to me, I have to locate de basin minimum value or I have to find out which is the basin-cell intersection minimum value? Thank you! |
Mario the goal is to have for each grid cell the delta height respect to the lowest point of the basin, that is the lowest height of the DEM for the basin: locate the basin minimum height value. |
This is Linz and its intersecting basins: I realized I was doing things wrongly since I was only calculating basins altitude considering city area DEM and I have to use DEM for whole area covered by tha basins in order to calculate minimum altitude of a basin. |
After some troubles I manage to fix basin altitude calculation for each city cell. The conclusion is some cells of a city does not have area of intersection with any basin (basin column is null) or DEM raster (altitude colun is null) which makes imposible to calculate this value (minimum column is null) but those are only a few cells of a city. So take this into account and notice values in ATOS geoserver layer land_use_grid looks like: The columns are:
@stefanon let me know if you spot any issue or anything I could misunderstood. Now I will try to regenerate each of 18 current cities pluvial flood data which implies most of those explained columns. |
I was testing with a small city and it worked but now I moved to a bigger one: reggio di calabria 2061 cells --> worked This was the error:
I do not want to think about big capitals with around 30.000-40.000 cells... This happens because of: Some cities overlaps HUGE basins, so basin altitude is calculated by taking the minimum of the basin which can be far away from any city cell. |
@negroscuro Where are you experiencing that error? How's your approach to this calculation? |
This is an error that happens while generating the DEM tile covering the basins area of the city with GDAL commands. It looks like for that resolution and such a wide area the file is too big and the process consumes too much resources. The proccess is:
Now I am trying doing the calculations of cities by using half resolution DEM raster, and seems to be ok: By the way, is it wrong to find negative basin minimum values? (last column) |
So it's during GDAL processing, what is the resolution you're using now that works? |
Yes during GDAL, some kind of resource lacking. Well I reduced resolution to half and seems to be working, now I am trying with heavier/larger cities with more than 30.000 city cells. The original DEM raster is at ATOS FTP: |
Pluvial flood data seems to be correctly generated by last week changes I was working on. |
I recently updated European data package in CSIS. I included URLs to check data availbaility for local effect input layers. Remember you can use the map on the following links and click on the desired city boundary to confirm availability since once you click a small table will be shown on the bottom of the web page, under the map component. A city with time value under heat wave or pluvial flood means that hazzard data is available. If nothing is shown on those fields, then city is unavailable. - Heat wave: (check city boundary color - green is available - red is not available) - Pluvial flood: (check city boundary color - green is available - red is not available) - Mortality (check city boundary color - green is available - red is not available) |
Regarding pluvial floods I was told to include a new parameter into land_use_grid layer which is run_off_average of a cell, it is a heighted average of run_off_coefficient based on percentages of land use within a cell. |
Flood Local Effects HC-LE Resource has been created in CSIS DEV instance and added to European Data Package:
Map layers don't show up since I still need to know the the layer name(s) and recalculation is currently not possible. @humerh. |
Flood Local Effects HC-LE layers now available. |
related to: #11 (comment)_
Create Hazard Local Effects Layers for the flood hazard & impact modelling and make them available in CSIS.
This encompasses the following steps (to me improved!!!):
Both HC-LE and respective input layers are open data that eventually to deposited in zenodo (if we have calculated the HC-LE data for whole Europe)
Important Notes:
The text was updated successfully, but these errors were encountered: