677
position monitoring (e.g., XTE alerts, waypoint alerts,
and anchor watch) are derived from the geo-
processing capabilities in MTGIS. It is also shown in
Figure 4 that only a very small portion of GIS
functionality is used in ECDIS at present. To develop
more intelligent NIS in the future, the capabilities of
MTGIS must be expanded.
Figure 3. The relationship between GIS and ECDIS in the
NIS framework [9]
7 IMPLEMENTATION OF GIS IN CELESTIAL
POSITIONING
GIS software ArcGIS 10.5 released by ESRI is
employed in this study; this software package
includes complete GIS functionality and has been
widely applied in geographical information related
research. There is no extra data required other than
the general astronomical observation data. The GIS
functions used are also basic functions that may be
found in any normal GIS software package.
7.1 Input Data
To plot COP of a celestial body in the ECDIS system,
the required input data are a map, the Greenwich
Hour Angle (GHA) and Declination (Dec), and the
observed altitude (Ho) of the body. A general chart
with a small scale or an electronic plotting sheet
covering the whole world may be used. The results
may subsequently be overlaid onto any electronic
navigation chart. Dec corresponds to the latitude of
the GP of the celestial body. GHA must be converted
to represent the longitude of GP. Ho is used to
calculate the radius of COP with the unit of nautical
miles. DR position is used to determine the vessel
position.
7.2 Main Functions in GIS and Operating Procedure
To make the execution automatic, the ModelBuilder
module in ArcGIS was used. The procedure is shown
in Figure 4. The main GIS functions involved in the
process are:
1 Defining the Geodetic Datum: The default geodetic
datum in ECDIS is WGS84, which assumes that the
earth is an ellipsoid with a semi-major axis of
6378137 meters and semi-minor axis of 6356752.3
meters. Both the celestial sphere and the Earth are
considered as perfect spheres in celestial
navigation. The coordinates between the two are
each other’s projections. In astronomical
positioning, COP plotted with respect to the
geodetic datum (WGS84) in an ECDIS system is
slightly different to the COP plotted by assuming
the earth as a perfect sphere. Therefore, the former
datum cannot be directly applied in celestial
positioning. To adjust the geodetic datum, the
average radius of earth (6371000 meters) is taken
as the geodetic datum of Earth as a perfect sphere.
All subsequent distance calculation is based on
this datum.
2 Buffer: In this study, it is proposed that the buffer
function may be used to construct the COP of the
celestial body. The circle is centered at its GP, and
radius is the co-altitude (90°–Ho). In the GIS
environment, different distance units can be used
as radius of the buffer ring, and previously
arduous tasks (such as plotting COP on Mercator
paper chart in high latitude regions or for large
areas) may be easily achieved. In the construction
of COP, radius of the buffer ring must be set as the
co-altitude in nautical miles.
3 Intersections: Locate the intersection of spatial
entities; the intersections of the resultant COPs are
the possible vessel positions.
4 Spatial Query: As there may be more than one
point of intersection between COP, DR position is
needed for further determination. In this study, the
spatial query function is used to search for the
point of intersection near the DR position and to
determine vessel position. The query operator is
set to ‘within a distance’. The radius for the search
is user-defined; however, 60 NM is generally
sufficient. In a two-body fix, a single point is
obtained from this operation, and this point is the
celestial fix of the vessel; in case of a multi-body
fix, a further processing step is required .
5 Mean Center: In a multi-body fix, a group of
intersection points in the proximity of the DR
vessel position is obtained via a spatial query from
multiple COP intersections. The mean center
function calculates the center of this group; this is
the most probable position (refer to Figure 5). This
operation is equivalent to finding vessel position
from the cocked hat region between the points of
intersection.
Figure 4. The procedure used to obtain a multi-body
celestial fix in GIS