NextDepartures.Standard
3.5.9
dotnet add package NextDepartures.Standard --version 3.5.9
NuGet\Install-Package NextDepartures.Standard -Version 3.5.9
<PackageReference Include="NextDepartures.Standard" Version="3.5.9" />
paket add NextDepartures.Standard --version 3.5.9
#r "nuget: NextDepartures.Standard, 3.5.9"
// Install NextDepartures.Standard as a Cake Addin #addin nuget:?package=NextDepartures.Standard&version=3.5.9 // Install NextDepartures.Standard as a Cake Tool #tool nuget:?package=NextDepartures.Standard&version=3.5.9
NextDepartures
NextDepartures is a .NET Library that queries GTFS (General Transit Feed Specification) data sets stored locally, in a SQLite database or in a SQL Server database. The library will work with any well-formed GTFS data set.
Agencies
var results = await feed.GetAgenciesByEmailAsync();
var results = await feed.GetAgenciesByFareUrlAsync();
var results = await feed.GetAgenciesByLanguageCodeAsync();
var results = await feed.GetAgenciesByPhoneAsync();
var results = await feed.GetAgenciesByQueryAsync();
var results = await feed.GetAgenciesByTimezoneAsync();
var results = await feed.GetAgenciesByUrlAsync();
Services
var results = await feed.GetServicesByParentStationAsync();
var results = await feed.GetServicesByStopAsync();
var results = await feed.GetServicesByTripAsync();
Stops
var results = await feed.GetStopsByDescriptionAsync();
var results = await feed.GetStopsByLevelAsync();
var results = await feed.GetStopsByLocationAsync();
var results = await feed.GetStopsByLocationTypeAsync();
var results = await feed.GetStopsByParentStationAsync();
var results = await feed.GetStopsByPlatformCodeAsync();
var results = await feed.GetStopsByQueryAsync();
var results = await feed.GetStopsByTimezoneAsync();
var results = await feed.GetStopsByUrlAsync();
var results = await feed.GetStopsByWheelchairBoardingAsync();
var results = await feed.GetStopsByZoneAsync();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. |
-
net8.0
- GTFS (>= 3.0.0-pre006)
- JetBrains.Annotations (>= 2024.3.0)
- NodaTime (>= 3.2.0)
-
net9.0
- GTFS (>= 3.0.0-pre006)
- JetBrains.Annotations (>= 2024.3.0)
- NodaTime (>= 3.2.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on NextDepartures.Standard:
Package | Downloads |
---|---|
NextDepartures.Storage.GTFS
NextDepartures is a .NET Library that queries GTFS (General Transit Feed Specification) data sets stored locally, in a SQLite database or in a SQL Server database. The library will work with any well-formed GTFS data set. |
|
NextDepartures.Storage.SqlServer
NextDepartures is a .NET Library that queries GTFS (General Transit Feed Specification) data sets stored locally, in a SQLite database or in a SQL Server database. The library will work with any well-formed GTFS data set. |
|
NextDepartures.Storage.Sqlite
NextDepartures is a .NET Library that queries GTFS (General Transit Feed Specification) data sets stored locally, in a SQLite database or in a SQL Server database. The library will work with any well-formed GTFS data set. |
GitHub repositories
This package is not used by any popular GitHub repositories.