Changeset 2947
- Timestamp:
- May 23, 2006, 3:31:33 PM (19 years ago)
- Location:
- production
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
production/onslow_2006/damage.tex
r2944 r2947 20 20 These communities are typcially not included in national residential databases and 21 21 would be therefore overlooked in damage model estimates. 22 There is one indigeneous community located in this study area, as seen 23 in \ref{fig:communities}. 22 There is one indigeneous community located in this study area as seen 23 in \ref{fig:communities}. The population of the Bindibindi community is 140 and is 24 situated in a potentially vulnerable location (close to the river opening). 24 25 25 26 \begin{figure}[hbt] … … 31 32 \end{figure} 32 33 34 35 33 36 \subsection{Highest Astronomical Tide} 34 37 \subsection{Lowest Astronomical Tide} -
production/onslow_2006/plot_data_extent.py
r2922 r2947 40 40 z, easting, northing = redfearn(lat,lon) 41 41 v = inside_polygon([easting,northing],polygon) 42 if v == True:42 if z == 50 and v == True: 43 43 xlocs.append(easting) 44 44 ylocs.append(northing) -
production/pt_hedland_2006/damage.tex
r2922 r2947 1 1 2 this will be a discussion of the damage modelling 2 This section deals with modelling the damage to infrastructure as a result 3 of the inundation described in the previous sections. 4 The National Building Exposure Database (NBED) has been 5 created by Geoscience Australia so that consistent risk assessments for a range 6 of natural hazards can be conducted 7 (footnote http://www.ga.gov.au/urban/projects/ramp/NBED.jsp). 8 The NBED contains information 9 about buildings, people, infrastructure, structure value and building contents. 10 It is important to note here that the NBED contains information about 11 residential structures only. 3 12 4 need to talk about potential impact on indigeneous 5 c ommunities here13 Once the maximum inundation is calculated for each building, the resultant damage 14 can then be determined as a function of its type and location from the coastline. 6 15 16 reference from Ken? 17 18 Impact on indigeneous communities are important considerations when determining 19 tsunami impact, especially as a number of communities exist in coastal regions. 20 These communities are typcially not included in national residential databases and 21 would be therefore overlooked in damage model estimates. 22 There are four indigeneous communities located in this study area as seen 23 in \ref{fig:communities}. The community located in a potentially vulnerable position 24 (on the headland) is Tjalka Boorda whose population is not registered. 7 25 8 26 \begin{figure}[hbt] … … 13 31 \label{fig:communities} 14 32 \end{figure} 33 34 \begin{center} 35 \begin{tabular}{|l|l|l|}\hline 36 Easting & Northing & Community & Population \\ \hline 37 677055.8541& 7742819.31& Tjalkli Warra& 100 \\ \hline 38 690756.9171& 7746148.981& Jinparinya& 30 \\ \hline 39 691091.3867& 7747119.611& Punju Ngarugundi Njamal& 22 \\ \hline 40 669526.1521& 7752820.507& Tjalka Boorda & 0 \\ \hline 41 \end{tabular} 42 \end{center} -
production/pt_hedland_2006/project.py
r2944 r2947 37 37 # python_home = getenv('PWD') 38 38 # home = environ['INUNDATIONHOME'] #Sandpit's parent dir 39 user = basename(getenv('USERPROFILE'))40 print 'USER:', user39 #user = basename(getenv('USERPROFILE')) 40 #print 'USER:', user 41 41 else: 42 42 home = getenv('INUNDATIONHOME', sep+'d'+sep+'cit'+sep+'1'+sep+'cit'+sep+'risk_assessment_methods_project'+sep+'inundation')
Note: See TracChangeset
for help on using the changeset viewer.