Skip to content

Commit

Permalink
Update readme mentioning density plots.
Browse files Browse the repository at this point in the history
  • Loading branch information
david6marsh committed Sep 20, 2023
1 parent 716228c commit ce3cf89
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ Other useful features of `himach` include:
* time advantage is calculated by default against a Mach0.84 subsonic aircraft, but subsonic aircraft can be routed to provide alternative comparisons;
* option to close off airspace where overflights are not allowed or not advised;
* map plotting using four quick-view coordinate reference systems (Atlantic, Pacific and 2 polar views), and ability to use other 'CRS' if required;
* plotting of route-range envelopes, to help understand routing options (why didn't it stay over the ocean here? why didn't it refuel there?).
* plotting of route-range envelopes, to help understand routing options (why didn't it stay over the ocean here? why didn't it refuel there?);
* looking at density of flights, when you factor in a forecast where the frequency of flights varies by route and by year (see the advanced vignette).

![Example polar view](vignettes/polar_examples.png)

Expand Down
26 changes: 20 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ land.
In this version of `himach`, ‘good’ usually means the fastest, so the
key indicator is time advantage over flying in a subsonic aircraft.

![Three example routes, including a refuel stop in Anchorage. (Original
map: www.naturalearthdata.com)](vignettes/three_routes.png)
<figure>
<img src="vignettes/three_routes.png"
alt="Three example routes, including a refuel stop in Anchorage. (Original map: www.naturalearthdata.com)" />
<figcaption aria-hidden="true">Three example routes, including a refuel
stop in Anchorage. (Original map: www.naturalearthdata.com)</figcaption>
</figure>

It is not an operational tool. Please don’t fly these routes, which do
not allow for wind or other atmospheric conditions, and are based on a
Expand Down Expand Up @@ -74,8 +78,12 @@ map. The great-circle route is shown in thin light blue, for comparison.
To avoid that the sonic boom reaches land, we have added a buffer around
the coast, shown in dark grey.

![Example route between Boston &
Frankfurt](vignettes/EDDF_KBOS_time.png)
<figure>
<img src="vignettes/EDDF_KBOS_time.png"
alt="Example route between Boston &amp; Frankfurt" />
<figcaption aria-hidden="true">Example route between Boston &amp;
Frankfurt</figcaption>
</figure>

If we plot a speed view of the same thing, we see that the route
maximises the distance over which supersonic speeds may be maintained.
Expand Down Expand Up @@ -115,9 +123,15 @@ Other useful features of `himach` include:
(Atlantic, Pacific and 2 polar views), and ability to use other ‘CRS’
if required;
- plotting of route-range envelopes, to help understand routing options
(why didn’t it stay over the ocean here? why didn’t it refuel there?).
(why didn’t it stay over the ocean here? why didn’t it refuel there?);
- looking at density of flights, when you factor in a forecast where the
frequency of flights varies by route and by year (see the advanced
vignette).

![Example polar view](vignettes/polar_examples.png)
<figure>
<img src="vignettes/polar_examples.png" alt="Example polar view" />
<figcaption aria-hidden="true">Example polar view</figcaption>
</figure>

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion man/himach-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce3cf89

Please sign in to comment.