Service to track the location of BAS assets, including ships, aircraft, and vehicles.
Note: This project is focused on needs within the British Antarctic Survey. It has been open-sourced in case parts are of interest to others. Some resources, indicated with a '🛡' or '🔒' symbol, can only be accessed by BAS staff or project members respectively. Contact the Project Maintainer to request access.
A service to collect, standardise, and then make available, the positions of large assets operated by the British Antarctic Survey. Data collected by this service can be used in other tools and services, such as GIS applications.
See the original Project Proposal 🛡️ for more information.
Assets tracked by this service are:
- 🚢 ships (the SDA)
✈️ aircraft (the Dash and Twin Otters)- 🚜 vehicles (snowmobiles, Pisten Bully's, loaders, etc.)
Assets are tracked using a range of external Providers. Assets, and their latest positions are fetched from providers every 5 minutes (providers may update less frequently than we check).
For the last known position of all assets (optionally filterable by name or platform type):
The latest positions of all assets is unrestricted.
Previous positions of most asset types is unrestricted but not currently distributed through this service.
Data made available through ArcGIS Online (AGOL) is contained in an Assets Tracking Service group, including all the services listed above.
This service focuses on current and recent positions of assets. Long term records of the location and activity of BAS assets, including retired assets, are held in other systems operated by other teams:
- for ships (inc. the JCR, ES, etc.), contact the UK Polar Data Centre
- for aircraft, contact the BAS Air Unit
- for vehicles, contact the BAS Vehicles Section
This project forms part of a wider set of data, services and tools to provide BAS with trustworthy and timely geospatial information, including:
- the BAS Operations Data Store 🛡️
- for BAS Operations datasets such as depots and instruments
- the BAS Embedded Maps Service 🛡️
- for easily showing the latest position of an asset as a map in other applications
Data provided by this project is used in projects including:
- the BAS Field Operations GIS 🛡️
- the BAS Public Website
- via the Embedded Maps Service
This project was previously known as the Locations Register 🛡️ and preceded by other implementations. This iteration was initially developed in this Experiment 🛡.
A control CLI is available on the BAS central workstations:
% ssh geoweb@bslws01.nerc-bas.ac.uk
$ module load assets-tracking-service
$ ats-ctl --help
See the CLI Reference documentation for available commands.
Note: You need to be on the BAS network to access the workstations. Contact @felnne if you do not have access to
the geoweb
user.
To load the staging/preview version of the CLI, load the 0.0.0.STAGING
version:
$ module load assets-tracking-service/0.0.0.STAGING
Note: The staging version may not be stable and SHOULD NOT be used for routine tasks.
The data run
CLI Command is run via cron to keep data current.
Automatic alerts from Monitoring tools will be sent if processing fails
repeatedly. Processing logs for the last 24 hours are available from /users/geoweb/cron_logs/assets-tracking-service/
.
See Information and Data model documentation.
See Configuration documentation.
See Implementation documentation.
See Installation and Upgrades documentation.
See Infrastructure documentation.
See Development documentation.
Create a release issue 🛡️ and follow its instructions.
See Deployment documentation.
Mapping and Geographic Information Centre (MAGIC), British Antarctic Survey (BAS).
Project lead: @felnne.
This project has had a Data Protection Impact Assessment.
Copyright (c) 2019-2025 UK Research and Innovation (UKRI), British Antarctic Survey (BAS).
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.