ParkSquare.RealTimeTrains 3.0.13
National Rail and Transport for London real time train scheduling and progress data. Allows simple integration of this data into your C# applications and websites. Aggregation of TRUST (train movements), TD (train descriptor), RTPPM (Real Time Public Performance Measure), schedule and VSTP (Very Short Term Plan) schedules.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>ParkSquare.RealTimeTrains</id>
<version>3.0.13</version>
<authors>Jon Meesam</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<icon>icon.png</icon>
<readme>README.md</readme>
<projectUrl>https://www.parksq.co.uk/dotnet-core/realtime-train-data</projectUrl>
<description>National Rail and Transport for London real time train scheduling and progress data. Allows simple integration of this data into your C# applications and websites. Aggregation of TRUST (train movements), TD (train descriptor), RTPPM (Real Time Public Performance Measure), schedule and VSTP (Very Short Term Plan) schedules.</description>
<copyright>Copyright © 2021 Park Square Consulting Ltd</copyright>
<tags>national rail realtime train rail network transport for london tfl rtt TRUST TD RTPPM VSTP railmiles swlines realtimetrains trainrocks</tags>
<dependencies>
<group targetFramework=".NETStandard2.1">
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>