Changeset 2947


Ignore:
Timestamp:
May 23, 2006, 3:31:33 PM (18 years ago)
Author:
sexton
Message:

updates for consideration of indigeneous communities

Location:
production
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/damage.tex

    r2944 r2947  
    2020These communities are typcially not included in national residential databases and
    2121would 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}.
     22There is one indigeneous community located in this study area as seen
     23in \ref{fig:communities}. The population of the Bindibindi community is 140 and is
     24situated in a potentially vulnerable location (close to the river opening).
    2425
    2526\begin{figure}[hbt]
     
    3132\end{figure}
    3233
     34
     35
    3336\subsection{Highest Astronomical Tide}
    3437\subsection{Lowest Astronomical Tide}
  • production/onslow_2006/plot_data_extent.py

    r2922 r2947  
    4040        z, easting, northing = redfearn(lat,lon)
    4141        v = inside_polygon([easting,northing],polygon)
    42         if v == True:
     42        if z == 50 and v == True:
    4343            xlocs.append(easting)
    4444            ylocs.append(northing)
  • production/pt_hedland_2006/damage.tex

    r2922 r2947  
    11
    2 this will be a discussion of the damage modelling
     2This section deals with modelling the damage to infrastructure as a result
     3of the inundation described in the previous sections.
     4The National Building Exposure Database (NBED) has been
     5created by Geoscience Australia so that consistent risk assessments for a range
     6of natural hazards can be conducted
     7(footnote http://www.ga.gov.au/urban/projects/ramp/NBED.jsp).
     8The NBED contains information
     9about buildings, people, infrastructure, structure value and building contents.
     10It is important to note here that the NBED contains information about
     11residential structures only.
    312
    4 need to talk about potential impact on indigeneous
    5 communities here
     13Once the maximum inundation is calculated for each building, the resultant damage
     14can then be determined as a function of its type and location from the coastline.
    615
     16reference from Ken?
     17
     18Impact on indigeneous communities are important considerations when determining
     19tsunami impact, especially as a number of communities exist in coastal regions.
     20These communities are typcially not included in national residential databases and
     21would be therefore overlooked in damage model estimates.
     22There are four indigeneous communities located in this study area as seen
     23in \ref{fig:communities}. The community located in a potentially vulnerable position
     24(on the headland) is Tjalka Boorda whose population is not registered.
    725
    826\begin{figure}[hbt]
     
    1331  \label{fig:communities}
    1432\end{figure}
     33
     34\begin{center}
     35\begin{tabular}{|l|l|l|}\hline
     36Easting  & Northing     & Community     & Population \\ \hline
     37677055.8541&    7742819.31&      Tjalkli Warra& 100 \\ \hline
     38690756.9171&    7746148.981&     Jinparinya&    30 \\ \hline
     39691091.3867&    7747119.611&     Punju Ngarugundi Njamal&       22 \\ \hline
     40669526.1521&    7752820.507& Tjalka Boorda      & 0 \\ \hline
     41\end{tabular}
     42\end{center}
  • production/pt_hedland_2006/project.py

    r2944 r2947  
    3737#    python_home = getenv('PWD')     
    3838#    home = environ['INUNDATIONHOME']     #Sandpit's parent dir
    39     user = basename(getenv('USERPROFILE'))
    40     print 'USER:', user
     39    #user = basename(getenv('USERPROFILE'))
     40    #print 'USER:', user
    4141else:   
    4242    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.