Project Cura is transitIOM's independent GTFS dataset for the Isle of Man bus service. We use LLMS for fast, semantically-described updates to the dataset which, once validated, allow us to keep the dataset up to date with Bus Vannin's service changes without the need for manual data entry or reliance on them for new data.
Simply head to the releases page and download the latest release. Our feed comes in a zip file, as specified in the GTFS spec.
We welcome use of our dataset in other projects, but please credit us under the terms of our license (below). The individual files of the feed are in the dataset folder. Scripts for updating or manipulating the dataset are in the lib folder, including validation in lib/validator.
By installing Just, you can make use of our justfile. For example:
# Validate the dataset
just validate
# Build the dataset
just buildPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Copyright 2026 transitIOM Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
