2 Safety and Equipment
Learning and evolving a safety program couldn’t be more important. We need to do everything we can to look after ourselves and each other. Overall - some of the biggest things we can do is make sure people know where we are and when we are coming home, what communications are expected, we assess the hazards and minimize there risk. Having the right equipment is a huge part of that. You can find our detailed Health and Safety Plan here https://www.newgraphenvironment.com/hsp/. It changes all the time and those changes are reflected in our project specific safety plans and tailboard meetings.
2.1 Field Safety Plans
Field safety plans are written up before traveling to any job site. An example of a somewhat recent plan can be found here http://www.newgraphenvironment.com/safety_plan_skeena_2023/ . Information included in these plans include:
- Check in and failed check in procedures. Who is watching our back and what communications need to happen for us to be considered safe. If those communications don’t happen what does the “back watcher” do about it!
- Location and contact info of field crew and check in person (including emergency contacts) as well as the accommodations where everyone is staying (as a back up to follow up if direct communications break down).
- Description of field crew vehicles so that people can go looking for the crew with that info if they don’t show up when/where they are supposed to.
- Personal and crew equipment checklists.
- Location and contact info of nearest hospital.
- A brief description of the job, as well as map links and a list of possible locations where crew members will visit.
2.2 Check-in Procedures and Field Communications
Call, text or in reach emergency contact each morning to share the plan for the day (i.e. name of roads and sites). Agree on a regular daily check in time and report position/provide updates. Agree on a final time that people need to check in by and what happens if they don’t. Often we group text to our check in person before we leave accommodations in the morning with our general pla. Example below:
- 8:00 am - “we are working up Morice-Owen FSR all day (electrofgishing and habitat confirmation walks) and will be without cell. This are is west of Houston. We will check in early afternoon with the satellite communicator.”).
- 1:00 pm - we are electrofishing at site 12345 located at km25 of the Fern Creek FSR accessed off of the Morice-Owen. All is good. We may be a bit late getting home.
- 5:00 pm - we are on our way home. We will check in when we get back to the accommodations. It might be a bit after our 7:00pm hard check-in deadline so don’t worry. We should be back before 8 for sure.
- 7:15 pm - we are both home safe! Thank you. Have a great night!
2.3 Safety Gear
The following provides a list of safety gear that we commonly carry as well as key equipment that is part of our standard field equipment for fish passage work (ie. fish passage assessments, fish habitat confirmations, follow up monitoring, electrofishing, drone surveys, etc.). This table can be filtered and exported for your own use.
readr::read_csv(
url(("https://raw.githubusercontent.com/NewGraphEnvironment/new_graphiti/main/assets/data/equipment.csv")
)
)|>
# filter(!is.na(eq_pers_standard)) |>
select(eq_item:eq_task3) |>
# remove "all" for now
select(-eq_task1) |>
# rename
purrr::set_names(c("item", "personal_standard", "truck", "safety", "electrofishing", "fish_passage")) |>
# still need to replace all values with x (one liner with dplyr function i believe)
mutate(across(where(is.character) & !item, ~ ifelse(. != "", "x", .))) |>
my_dt_table(cols_freeze_left = 0)
2.4 Tailboards
Tailboard meetings are a way to reset at the start of new work tasks to put safety first as the top priority at all places of work. Our tailboard template is unique in that it contains documentation of numerous safety policy actions in one place. Tailboards help us identify hazards so we can mitigated their risk and communicate about past experience where we learned how to avoid injuries.
A copy of our tailboard can be found here https://github.com/NewGraphEnvironment/hsp/blob/master/data/form_templates/tailboard_template.pdf and some of the key components are as follows:
- Site Assessments, Hazard Identifications and Risk Assessments
- Worker Assessments
- Personal Protective Equipment Checklist/Inspections
- Machinery Inspection (Vehicle/Trailer/ATV)
- Emergency Contact List and Info
- Call In/Call Out Numbers for Check-ins
- Hazard Inspections
- First Aid Assessments
2.5 Emergency response plans
Similar to how we make a field safety plan for each job site, we also make an emergency response plan so that all crew members and staff know what to do in case of an emergency. It important that everyone has reviewed this plan and knows where it is stored in case it needs to be reviewed.
Our emergency plan template can be found here https://github.com/NewGraphEnvironment/hsp/blob/master/data/form_templates/ERP_template.pdf.
Information included in these plans include:
- Names and contacts for all crew members
- Emergency contacts
- Location of nearest hospital
- Evacuation assembly location
- Evacuation route
- Location of fire extinguisher and spill kit
- Procedures for fire response, natural disasters, spills, and injuries
- Remote site emergency call-in procedures
2.6 Fieldwork checklist
Here are somethings to check before heading out into the field:
- Field safety plans complete.
- Ensure you have all the correct PPE and equipment for the fieldwork.
- Charge hand radios.
- Charge inreach/zoleo.
- Check the fire information for the study area here
- Ensure your vehicle is in safe working condition.