-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstructions.html
66 lines (56 loc) · 4.97 KB
/
instructions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="Alerting form for free flying activity to military and civil pilots" />
<meta name="keywords" content="CANP,NOTAM,RAF,Paragliding,HangGliding" />
<meta name="author" content="Pete Logan" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Civil Aircraft Notification Procedure (CANP plus NOTAMs) for paragliders & hang gliders</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.css" />
<link rel="stylesheet" href="styles/style.css">
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<div class="container">
<h1 class="brand"><span>CANP</span> for free fliers</h1>
<div class="wrapper animated fadeInLeft">
<div class="company-info">
<h3>Civil Aircraft Notification Procedure</h3>
<h5>What to do:</h5>
<ul>
<div class="coinfo-links">
<li><i class="fas fa-envelope"></i><a href="index.html"> Send in CANP</a></li>
<li><i class="fas fa-phone"></i> ...or call it in: 0800 515544</li>
<li><i class="fas fa-at"></i> ...or email it:</li>
<li>Swk-mamclfcoord{at}mod.gov.uk</li>
<li><i class="fas fa-vial"></i><a href="index_test.html"> Try sending a test</a></li>
<li><i class="fas fa-question-circle "></i><a href="about.html"> About & Help</a></li>
<li><i class="fas fa-info-circle"></i><a href="instructions.html"> Instructions</a></li>
<li><i class="fas fa-fighter-jet"></i><a href="https://notaminfo.com/ukmap/" title="See NOTAMs that have been published." target="_blank"> NOTAMs</a></li>
<li><i class="fas fa-edit"></i><a href="http://www.bhpa.co.uk/documents/safety/canp/" title="More detail at the BHPA on why CANP is there." target="_blank"> BHPA Policy</a></li>
<li><i class="fas fa-file"></i><a href="terms.html"> Terms & Conditions</a></li>
<li><i class="fas fa-user-secret"></i> <a href="privacy.html"> Privacy Policy</a></li>
<li><i class="fas fa-chart-bar"></i> <a href="stats.php"> Usage Statistics</a></li>
<li><i class="fas fa-map-signs"></i> <a href="coverage.html"> Map with site guides</a></li>
<li><i class="fas fa-list"></i><a href="bookings.php"> Current/Future CANPs</a></li>
</div>
</ul>
</div>
<div class="contact">
<p>1. Check the "Current/Future CANPs" section of the app to see if anyone else has already submitted a CANP for the site and date you plan to fly.</p>
<p>2. Aim to send the CANP by 8pm the day before any flying planned for Tuesday to Friday. If you miss that, then send it as soon as you can but be aware it can take up to 4 hours during working hours to process your request. For weekend and Monday flights send your request before 3pm on Friday. Outside of these times you may receive a 'Late Warning' advisory which indicates that the NOTAM may not be published in time.</p>
<p>3. Select your environment, club / school, location and date. This will generate a warning cylinder four nautical miles across and 2000 feet above the location (shown on NOTAM as feet above mean sea level - AMSL). The form automatically sets the number of pilots in this area to be 5+ and the active time from dawn until dusk. If you need different start and/or end times, use the dropdown at 'optionally select time' to select appropriate times, ensuring you select the entire likely flying period for all pilots.</p>
<p>4. The minimum number of pilots for a CANP to be accepted is five. If you submit a CANP or publish your intentions on social media then it’s safe to assume that sufficient pilots will turn up.</p>
<p>5. Add a contact telephone number that will be available on site and your email address so that the Low Flying Coord staff can confirm details of the published NOTAM.</p>
<p>6. THE NOTAM IS ONLY ACTIVE ONCE YOU HAVE RECEIVED A REFERENCE NUMBER BY PHONE/EMAIL OR ONCE YOU SEE IT PUBLISHED AS A NOTAM ON <a href="https://notaminfo.com/ukmap/" target="_blank">"NOTAM INFO"</a> OR SIMILAR APP/WEBSITE.</p>
<p>7. Let others know the site and date that you have notified to help prevent others duplicating your effort.</p>
<p>8. Pat yourself on the back for keeping yourself and others safe! ☺</p>
<p>Any questions, comments, feedback, or if you'd like your club /school sites added, contact @ChrisWilliams on Telegram or email: chriscloudbase{at}gmail.com</p>
<small>Further instructions are<a href="https://www.bhpa.co.uk/documents/safety/canp/canp_app.php" target="_blank"> hosted at the BHPA.</a></small>
</div>
</div>
</div>
</body>
</html>