NextDepartures.Standard
3.6.0
dotnet add package NextDepartures.Standard --version 3.6.0
NuGet\Install-Package NextDepartures.Standard -Version 3.6.0
<PackageReference Include="NextDepartures.Standard" Version="3.6.0" />
paket add NextDepartures.Standard --version 3.6.0
#r "nuget: NextDepartures.Standard, 3.6.0"
// Install NextDepartures.Standard as a Cake Addin #addin nuget:?package=NextDepartures.Standard&version=3.6.0 // Install NextDepartures.Standard as a Cake Tool #tool nuget:?package=NextDepartures.Standard&version=3.6.0
NextDepartures
NextDepartures is a .NET Library that queries GTFS (General Transit Feed Specification) data sets stored locally, or in a database such as MySQL, PostgreSQL, SQLite or SQL Server. 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.GetAgenciesByIdAsync();
var results = await feed.GetAgenciesByLanguageCodeAsync();
var results = await feed.GetAgenciesByNameAsync();
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.GetStopsByCodeAsync();
var results = await feed.GetStopsByDescriptionAsync();
var results = await feed.GetStopsByIdAsync();
var results = await feed.GetStopsByLevelAsync();
var results = await feed.GetStopsByLocationAsync();
var results = await feed.GetStopsByLocationTypeAsync();
var results = await feed.GetStopsByNameAsync();
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. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- GTFS (>= 3.0.0-pre006)
- JetBrains.Annotations (>= 2024.3.0)
- NodaTime (>= 3.2.1)
-
net9.0
- GTFS (>= 3.0.0-pre006)
- JetBrains.Annotations (>= 2024.3.0)
- NodaTime (>= 3.2.1)
NuGet packages (5)
Showing the top 5 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, or in a database such as MySQL, PostgreSQL, SQLite or SQL Server. 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, or in a database such as MySQL, PostgreSQL, SQLite or SQL Server. 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, or in a database such as MySQL, PostgreSQL, SQLite or SQL Server. The library will work with any well-formed GTFS data set. |
|
NextDepartures.Storage.MySql
NextDepartures is a .NET Library that queries GTFS (General Transit Feed Specification) data sets stored locally, or in a database such as MySQL, PostgreSQL, SQLite or SQL Server. The library will work with any well-formed GTFS data set. |
|
NextDepartures.Storage.Postgres
NextDepartures is a .NET Library that queries GTFS (General Transit Feed Specification) data sets stored locally, or in a database such as MySQL, PostgreSQL, SQLite or SQL Server. The library will work with any well-formed GTFS data set. |
GitHub repositories
This package is not used by any popular GitHub repositories.