PuffinPlot issue tracker

Bug: a88/467

ID : 4670271e-20df-40d3-98dc-b5e64e3bd2ab
Short name : a88/467
Status : fixed
Severity : minor
Assigned :
Reporter : Pontus Lurcock <pont@talvi.net>
Creator : Pontus Lurcock <pont@talvi.net>
Created : Fri, 11 Nov 2011 08:14:40 +0000
Target : 1.0
Summary : Refactor great-circle fits [174]

Comment: --------- Comment ---------
ID: ad5fdd9e-2351-4d89-be95-a2ce907f8a6d
Short name: a88/467/ad5
From: Pontus Lurcock <pont@talvi.net>
Date: Fri, 11 Nov 2011 08:14:40 +0000

It looks as though great circles are actually calculated and stored
twice -- once in the sample and once in the site. Work out whether
this makes any sense. If so, document; if not, fix.

Comment: --------- Comment ---------
ID: 4db7ba92-b44b-4ddb-8d3f-ac28b992335c
Short name: a88/467/4db
From: Pontus Lurcock <pont@talvi.net>
Date: Sun, 13 Nov 2011 06:38:36 +0000

Sample now contains a full GreatCircle object. Site great-circle
intersection calculations force a recalculation of these (to
ensure that they're up to date relative to the current orientation
correction) and use them directly.