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, Pistonbully'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).
Note: Data is currently restricted. See the Permissions section for more information.
For the last known position of all assets (optionally filterable by name or platform type):
Note: These endpoints are provisional with limited metadata and will be replaced. See MAGIC/assets-tracking-service#44 🛡️.
Whilst data access is verified with data owners, access is limited to MAGIC team members.
Data MUST NOT be shared with others without prior approval from @felnne.
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
Data provided by this project is used in projects including:
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 central workstations using the geoweb
user:
$ ssh [email protected]
$ module load ats-ctl
$ 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.
The CLI commands to fetch and export data are automatically ran every 5 minutes to maintain accurate information.
Automatic monitoring will raise alerts if:
- an error occurs when processing data
- processing has not been attempted for 15 minutes
Processing logs for the last 24 hours are available from /users/geoweb/cron_logs/assets-tracking-service/
.
See the Information and Data Model documentation.
See Implementation documentation.
See Installation and Upgrades documentation.
See Infrastructure documentation.
See Development documentation.
Create a release issue and follow the instructions.
GitLab CI/CD will automatically create a GitLab Release based on the tag, including:
- milestone link
- change log extract
- package artefact
- link to README at the relevant tag
GitLab CI/CD will automatically trigger a Deployment of the new release.
See Deployment documentation.
British Antarctic Survey (BAS) Mapping and Geographic Information Centre (MAGIC) - [email protected].
This project has had a Data Protection Impact Assessment.
Copyright (c) 2019-2024 UK Research and Innovation (UKRI), British Antarctic Survey.
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.