Index
+ +A
+B
+| + | + |
C
+| + | + |
D
+E
+| + | + |
F
+G
+H
+| + |
I
+| + | + |
L
+M
+N
+| + | + |
O
+P
+
|
+
|
+
R
+S
+T
+V
+W
+| + | + |
Z
+| + |
' + + '' + + _("Hide Search Matches") + + "
" + ) + ); + }, + + /** + * helper function to hide the search marks again + */ + hideSearchWords: () => { + document + .querySelectorAll("#searchbox .highlight-link") + .forEach((el) => el.remove()); + document + .querySelectorAll("span.highlighted") + .forEach((el) => el.classList.remove("highlighted")); + localStorage.removeItem("sphinx_highlight_terms") + }, + + initEscapeListener: () => { + // only install a listener if it is really needed + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) return; + + document.addEventListener("keydown", (event) => { + // bail for input elements + if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; + // bail with special keys + if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) return; + if (DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS && (event.key === "Escape")) { + SphinxHighlight.hideSearchWords(); + event.preventDefault(); + } + }); + }, +}; + +_ready(() => { + /* Do not call highlightSearchWords() when we are on the search page. + * It will highlight words from the *previous* search query. + */ + if (typeof Search === "undefined") SphinxHighlight.highlightSearchWords(); + SphinxHighlight.initEscapeListener(); +}); diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle new file mode 100644 index 0000000..dc60a74 Binary files /dev/null and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/index.doctree b/docs/build/doctrees/index.doctree new file mode 100644 index 0000000..0f3bd9c Binary files /dev/null and b/docs/build/doctrees/index.doctree differ diff --git a/docs/build/doctrees/manage.doctree b/docs/build/doctrees/manage.doctree new file mode 100644 index 0000000..fead54f Binary files /dev/null and b/docs/build/doctrees/manage.doctree differ diff --git a/docs/build/doctrees/modules.doctree b/docs/build/doctrees/modules.doctree new file mode 100644 index 0000000..8ed5337 Binary files /dev/null and b/docs/build/doctrees/modules.doctree differ diff --git a/docs/build/doctrees/pt_map.doctree b/docs/build/doctrees/pt_map.doctree new file mode 100644 index 0000000..74d5b2b Binary files /dev/null and b/docs/build/doctrees/pt_map.doctree differ diff --git a/docs/build/doctrees/pt_map.migrations.doctree b/docs/build/doctrees/pt_map.migrations.doctree new file mode 100644 index 0000000..c2e035b Binary files /dev/null and b/docs/build/doctrees/pt_map.migrations.doctree differ diff --git a/docs/build/doctrees/transport_accessibility.doctree b/docs/build/doctrees/transport_accessibility.doctree new file mode 100644 index 0000000..dc0e41e Binary files /dev/null and b/docs/build/doctrees/transport_accessibility.doctree differ diff --git a/docs/build/genindex.html b/docs/build/genindex.html new file mode 100644 index 0000000..f76ef93 --- /dev/null +++ b/docs/build/genindex.html @@ -0,0 +1,1543 @@ + + + + + +| + | + |
| + | + |
| + | + |
| + |
| + | + |
| + | + |
|
+
|
+
| + | + |
| + |
' + + '' + + _("Hide Search Matches") + + "
" + ) + ); + }, + + /** + * helper function to hide the search marks again + */ + hideSearchWords: () => { + document + .querySelectorAll("#searchbox .highlight-link") + .forEach((el) => el.remove()); + document + .querySelectorAll("span.highlighted") + .forEach((el) => el.classList.remove("highlighted")); + localStorage.removeItem("sphinx_highlight_terms") + }, + + initEscapeListener: () => { + // only install a listener if it is really needed + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) return; + + document.addEventListener("keydown", (event) => { + // bail for input elements + if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; + // bail with special keys + if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) return; + if (DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS && (event.key === "Escape")) { + SphinxHighlight.hideSearchWords(); + event.preventDefault(); + } + }); + }, +}; + +_ready(() => { + /* Do not call highlightSearchWords() when we are on the search page. + * It will highlight words from the *previous* search query. + */ + if (typeof Search === "undefined") SphinxHighlight.highlightSearchWords(); + SphinxHighlight.initEscapeListener(); +}); diff --git a/docs/build/html/genindex.html b/docs/build/html/genindex.html new file mode 100644 index 0000000..fe6d978 --- /dev/null +++ b/docs/build/html/genindex.html @@ -0,0 +1,1534 @@ + + + + + +| + | + |
| + | + |
| + | + |
| + |
| + | + |
|
+ + |
| + | + |
| + |
| + | + |
| + |
main()GTFSGTFS.folder_pathGTFS.errorsGTFS.AgencyGTFS.AreasGTFS.AttributionsGTFS.BookingRulesGTFS.CalendarGTFS.CalendarDatesGTFS.FareAttributesGTFS.FareLegRulesGTFS.FareMediaGTFS.FareProductsGTFS.FareRulesGTFS.FareTransferRulesGTFS.FeedInfoGTFS.FrequenciesGTFS.GTFSFileGTFS.LevelsGTFS.LocationGroupStopsGTFS.LocationGroupsGTFS.LocationsGeojsonGTFS.NetworksGTFS.PathwaysGTFS.RouteNetworksGTFS.RoutesGTFS.ShapesGTFS.StopAreasGTFS.StopTimesGTFS.StopsGTFS.TimeframesGTFS.TransfersGTFS.TranslationsGTFS.TripsGTFS.export()GTFS.get_fields()GTFS.get_files()GTFS.validate()GTFS.validate_agency()GTFS.validate_areas()GTFS.validate_attributions()GTFS.validate_booking_rules()GTFS.validate_calendar()GTFS.validate_calendar_dates()GTFS.validate_fare_attributes()GTFS.validate_fare_leg_rules()GTFS.validate_fare_media()GTFS.validate_fare_products()GTFS.validate_fare_rules()GTFS.validate_fare_transfer_rules()GTFS.validate_feed_info()GTFS.validate_frequencies()GTFS.validate_lat_lon()GTFS.validate_levels()GTFS.validate_location_group_stops()GTFS.validate_location_groups()GTFS.validate_locations_geojson()GTFS.validate_networks()GTFS.validate_optional_fields()GTFS.validate_pathways()GTFS.validate_required_fields()GTFS.validate_route_networks()GTFS.validate_routes()GTFS.validate_shapes()GTFS.validate_stop_areas()GTFS.validate_stop_times()GTFS.validate_stops()GTFS.validate_timeframes()GTFS.validate_transfers()GTFS.validate_translations()GTFS.validate_trips()ClassesAgencyAgency.DoesNotExistAgency.MultipleObjectsReturnedAgency.agency_emailAgency.agency_fare_urlAgency.agency_idAgency.agency_langAgency.agency_nameAgency.agency_phoneAgency.agency_timezoneAgency.agency_urlAgency.attribution_setAgency.fareattribute_setAgency.objectsAgency.route_setArea
+AttributionAttribution.DoesNotExistAttribution.MultipleObjectsReturnedAttribution.agency_idAttribution.agency_id_idAttribution.attribution_emailAttribution.attribution_idAttribution.attribution_nameAttribution.attribution_phoneAttribution.attribution_urlAttribution.objectsAttribution.route_idAttribution.route_id_idAttribution.trip_idAttribution.trip_id_idBookingRule
+CalendarCalendar.DoesNotExistCalendar.MultipleObjectsReturnedCalendar.end_dateCalendar.fridayCalendar.get_next_by_end_date()Calendar.get_next_by_start_date()Calendar.get_previous_by_end_date()Calendar.get_previous_by_start_date()Calendar.mondayCalendar.objectsCalendar.saturdayCalendar.service_idCalendar.start_dateCalendar.sundayCalendar.thursdayCalendar.tuesdayCalendar.wednesdayCalendarDate
+FareAttributeFareAttribute.DoesNotExistFareAttribute.MultipleObjectsReturnedFareAttribute.agency_idFareAttribute.agency_id_idFareAttribute.currency_typeFareAttribute.fare_idFareAttribute.farerule_setFareAttribute.objectsFareAttribute.payment_methodFareAttribute.priceFareAttribute.transfer_durationFareAttribute.transfersFareLegRuleFareLegRule.DoesNotExistFareLegRule.MultipleObjectsReturnedFareLegRule.fare_leg_rule_descriptionFareLegRule.fare_leg_rule_idFareLegRule.fare_leg_rule_nameFareLegRule.fare_product_idFareLegRule.fare_product_id_idFareLegRule.from_area_idFareLegRule.from_area_id_idFareLegRule.from_timeframe_group_idFareLegRule.from_timeframe_group_id_idFareLegRule.network_idFareLegRule.network_id_idFareLegRule.objectsFareLegRule.to_area_idFareLegRule.to_area_id_idFareLegRule.to_timeframe_group_idFareLegRule.to_timeframe_group_id_idFareMedium
+FareProduct
+FareRule
+FareTransferRuleFareTransferRule.DoesNotExistFareTransferRule.MultipleObjectsReturnedFareTransferRule.fare_product_idFareTransferRule.fare_product_id_idFareTransferRule.fare_transfer_rule_descriptionFareTransferRule.fare_transfer_rule_idFareTransferRule.fare_transfer_rule_nameFareTransferRule.from_leg_group_idFareTransferRule.objectsFareTransferRule.to_leg_group_idFeedInfoFeedInfo.DoesNotExistFeedInfo.MultipleObjectsReturnedFeedInfo.default_langFeedInfo.feed_contact_emailFeedInfo.feed_contact_urlFeedInfo.feed_end_dateFeedInfo.feed_idFeedInfo.feed_langFeedInfo.feed_publisher_nameFeedInfo.feed_publisher_urlFeedInfo.feed_start_dateFeedInfo.feed_versionFeedInfo.objectsFrequency
+Level
+LocationGroup
+LocationGroupStop
+LocationsGeojsonLocationsGeojson.DoesNotExistLocationsGeojson.MultipleObjectsReturnedLocationsGeojson.location_idLocationsGeojson.location_latLocationsGeojson.location_lonLocationsGeojson.location_nameLocationsGeojson.location_typeLocationsGeojson.objectsLocationsGeojson.parent_location_idLocationsGeojson.stoptime_setLocationsGeojson.wheelchair_boardingNetwork
+PathwayPathway.DoesNotExistPathway.MultipleObjectsReturnedPathway.from_stop_idPathway.from_stop_id_idPathway.is_bidirectionalPathway.lengthPathway.max_slopePathway.min_widthPathway.objectsPathway.pathway_idPathway.pathway_modePathway.reversed_signposted_asPathway.signposted_asPathway.stair_countPathway.to_stop_idPathway.to_stop_id_idPathway.traversal_timeRouteRoute.DoesNotExistRoute.MultipleObjectsReturnedRoute.agency_idRoute.agency_id_idRoute.attribution_setRoute.continuous_drop_offRoute.continuous_pickupRoute.farerule_setRoute.objectsRoute.route_colorRoute.route_descRoute.route_idRoute.route_long_nameRoute.route_short_nameRoute.route_sort_orderRoute.route_text_colorRoute.route_typeRoute.route_urlRoute.routenetwork_setRoute.transfers_from_routeRoute.transfers_to_routeRoute.trip_setRouteNetwork
+Shape
+StopStop.DoesNotExistStop.MultipleObjectsReturnedStop.level_idStop.level_id_idStop.location_typeStop.locationgroupstop_setStop.objectsStop.parent_stationStop.parent_station_idStop.pathways_fromStop.pathways_toStop.platform_codeStop.stop_codeStop.stop_descStop.stop_idStop.stop_latStop.stop_lonStop.stop_nameStop.stop_setStop.stop_timezoneStop.stop_urlStop.stoparea_setStop.stoptime_setStop.transfers_from_stopStop.transfers_to_stopStop.wheelchair_boardingStop.zone_idStopArea
+StopTimeStopTime.DoesNotExistStopTime.MultipleObjectsReturnedStopTime.arrival_timeStopTime.departure_timeStopTime.drop_off_typeStopTime.idStopTime.location_group_idStopTime.location_group_id_idStopTime.location_idStopTime.location_id_idStopTime.objectsStopTime.pickup_typeStopTime.shape_dist_traveledStopTime.stop_headsignStopTime.stop_idStopTime.stop_id_idStopTime.stop_sequenceStopTime.timepointStopTime.trip_idStopTime.trip_id_idTimeframeTimeframe.DoesNotExistTimeframe.MultipleObjectsReturnedTimeframe.end_dateTimeframe.end_timeTimeframe.farelegrule_from_timeframeTimeframe.farelegrule_to_timeframeTimeframe.get_next_by_end_date()Timeframe.get_next_by_start_date()Timeframe.get_previous_by_end_date()Timeframe.get_previous_by_start_date()Timeframe.objectsTimeframe.service_idTimeframe.start_dateTimeframe.start_timeTimeframe.timeframe_group_idTransferTransfer.DoesNotExistTransfer.MultipleObjectsReturnedTransfer.from_route_idTransfer.from_route_id_idTransfer.from_stop_idTransfer.from_stop_id_idTransfer.from_trip_idTransfer.from_trip_id_idTransfer.idTransfer.min_transfer_timeTransfer.objectsTransfer.to_route_idTransfer.to_route_id_idTransfer.to_stop_idTransfer.to_stop_id_idTransfer.to_trip_idTransfer.to_trip_id_idTransfer.transfer_typeTranslation
+TripTrip.DoesNotExistTrip.MultipleObjectsReturnedTrip.as_dict()Trip.attribution_setTrip.bikes_allowedTrip.block_idTrip.bookingrule_setTrip.direction_idTrip.frequency_setTrip.objectsTrip.route_idTrip.route_id_idTrip.service_idTrip.shape_idTrip.shape_id_idTrip.stoptime_setTrip.transfers_from_tripTrip.transfers_to_tripTrip.trip_headsignTrip.trip_idTrip.trip_short_nameTrip.wheelchair_accessibleget_timetable()index()Bridge between Django with its models and database and gtfs.GTFS as intermediate object for File IO.
+Map CamelCased filenames to ‘_’-separated
+Map CamelCase, singularized class names to pluralized, snake_cased file names
+For all pt_map.models, map primary keys if applicable
+For all pt_map.models, map foreign keys if any. Also ordered for model creation without foreign reference conflicts.
+Unix time for Jan 1, 2024. To be used to calculate time prefix strings.
+Converts ‘_’-separated str to CamelCase with capital first letter
+Converts str in unicode time format to %H:%M:%S format with normalized 24 hour time
+Checks if given variable is either a str expressing NaN or NaN as object
+Standardize date and time formats
+Write an existing gtfs.GTFS object to the database using the GTFS compliant models
+Convert list of query sets to gtfs.GTFS object and write to specified folder if validation for GTFS compliance passes.
+Convert given list of query sets to gtfs.GTFS object
+q (list[django.db.models.query.QuerySet]) – List of QuerySets containing the retrieved data to be Converted
folder_path (str) – path to be set as the results folder_path instance variable
object containing the queried data
+Given a gtfs.GTFS object, write GTFS-compliantly to db by creating the correct models
+g (gtfs.GTFS) – GTFS object to be saved to db
+True – If v is either a str representing NaN or NaN as an object
False – Otherwise
Convert time str to standardized %H:%M:%S format.
+time_str (str) – str encoding time
+str in format ‘%H
+%M:%S’
+If f is a time or date field, convert to a format our db can easily work with. +If f is a foreign key
+v (object) – object to be standardized
m (django.db.models.Model) – model to be written to
f (str) – field name in question
Converted str – If m.f is a DateField or a TimeField
Unchanged str – Otherwise
Convert ‘_’-separated str to CamelCase with the first letter capitalized.
+s (str) – ‘_’-separated string
+CamelCased str, first letter capitalized
+str
+Convert CamelCase to snake_case.
+name (str) – str in CamelCase
+Str in snake_case
+Primary keys of imported data and in the database are likely to overlap. To avoid this, the current time in seconds since Jan 1, 2024 is added as a prefix. +Foreign key references must know of this new key so they are processed in the same way. To make this possible, we use the same time in seconds for all objects.
+ts (str) – time in seconds to be prepended
fk (primary or foreign key to be processed.)
Str with prefix
+Bases: object
DataFrame based representation of the GTFS standard, able to read folder of GTFS files, validate a GTFS object for accordance with the standard and write its data to a GTFS folder.
+Path to folder where the data is read from and/or to be written to
+str
+Objects representing the data in the corresponding .txt/.geojson files in the GTFS Reference.
+Human readable messages explaining why a validation failed if it did.
+list[str]
+Return all member objects of type GTFSFile
+Return all fields present in a given instance of a GTFSFile
+Save all GTFS data represented by the current instance as a folder of files corresponding to the GTFS Reference.
+For all GTFSFile member objects, validate if they individually conmply with GTFS.
+Check if a DataFrame contains all required fields according to the GTFS reference for the file it represents.
+Check if a DataFrame does not contain any unexpected fields, not compliant with the GTFS reference for the file it represents.
+Check if a Stop is correctly mapped using geographical coordinates.
+Bases: GTFSFile
Represents agency.txt from the GTFS reference
+Bases: GTFSFile
Represents attributions.txt from the GTFS reference
+Bases: GTFSFile
Represents booking_rules.txt from the GTFS reference
+Bases: GTFSFile
Represents calendar.txt from the GTFS reference
+Bases: GTFSFile
Represents calendar_dates.txt from the GTFS reference
+Bases: GTFSFile
Represents fare_attributes.txt from the GTFS reference
+Bases: GTFSFile
Represents fare_leg_rules.txt from the GTFS reference
+Bases: GTFSFile
Represents fare_media.txt from the GTFS reference
+Bases: GTFSFile
Represents fare_products.txt from the GTFS reference
+Bases: GTFSFile
Represents fare_rules.txt from the GTFS reference
+Bases: GTFSFile
Represents fare_transfer_rules.txt from the GTFS reference
+Bases: GTFSFile
Represents feed_info.txt from the GTFS reference
+Bases: GTFSFile
Represents frequencies.txt from the GTFS reference
+Bases: object
All given fields and their corresponding values are stored as a DataFrame.
+Extension-less name of the corresponding .txt file from the GTFS Reference
+str
+Folder to read data from or potentially write it to
+str
+All csv data from the corresponding .txt file represented as a Pandas DataFrame
+pd.DataFrame
+Load data from list of DataFrames if given else read it from the corresponding .txt file in csv format.
+Fill the data attribute with GTFS data either with a given DataFrame or from the corresponding csv
+dfs (dict[str, pd.DataFrame]) – Dict of dataframes mapped to the corresponding file names. If given, the corresponding DataFrame is returned if the key exists else an empty DataFrame
+Bases: GTFSFile
Represents levels.txt from the GTFS reference
+Bases: GTFSFile
Represents location_group_stops.txt from the GTFS reference
+Bases: GTFSFile
Represents location_groups.txt from the GTFS reference
+Bases: GTFSFile
Represents locations.geojson from the GTFS reference
+Fill the data attribute with GTFS data either with a given DataFrame or from the corresponding csv
+dfs (dict[str, pd.DataFrame]) – Dict of dataframes mapped to the corresponding file names. If given, the corresponding DataFrame is returned if the key exists else an empty DataFrame
+Bases: GTFSFile
Represents networks.txt from the GTFS reference
+Bases: GTFSFile
Represents pathways.txt from the GTFS reference
+Bases: GTFSFile
Represents route_networks.txt from the GTFS reference
+Bases: GTFSFile
Represents routes.txt from the GTFS reference
+Bases: GTFSFile
Represents shapes.txt from the GTFS reference
+Bases: GTFSFile
Represents stop_areas.txt from the GTFS reference
+Bases: GTFSFile
Represents stop_times.txt from the GTFS reference
+Bases: GTFSFile
Represents timeframes.txt from the GTFS reference
+Bases: GTFSFile
Represents transfers.txt from the GTFS reference
+Bases: GTFSFile
Represents translations.txt from the GTFS reference
+Save this object’s data to files as specified by GTFS.
+path (str) – parent directory where to save the files, defaults to the objects folder_path property
dirname (str) – If specified, subdirectory to create or use inside path. Default behaviour is to save directly to path.
Given the name of a file specified in the GTFS specification, return all fields present in the data.
+name (str) – name of a file as specified by GTFS (ommiting the .txt/.geojson extension)
+a list of all the fields present in the datastream of the specified file
+list[pd.core.indexes.range.RangeIndex]
+Get all GTFSFile object
+All member objects of type GTFSFile
+list[GTFSFile]
+Check this object’s data for compliance with the GTFS reference. Resets self.errors and stores human readable error messages to it.
+List of human readable error messages, also saved to self.errors, if any, else None.
+list[str]
+Check Agency object for compliance with the GTFS reference.
+Check Areas object for compliance with the GTFS reference.
+Check Attributions object for compliance with the GTFS reference.
+Check BookingRules object for compliance with the GTFS reference.
+Check Calendar object for compliance with the GTFS reference.
+Check CalendarDates object for compliance with the GTFS reference.
+Check FareAttributes object for compliance with the GTFS reference.
+Check FareLegRules object for compliance with the GTFS reference.
+Check FareMedia object for compliance with the GTFS reference.
+Check FareProducts object for compliance with the GTFS reference.
+Check FareRules object for compliance with the GTFS reference.
+Check FareTransferRules object for compliance with the GTFS reference.
+Check FeedInfo object for compliance with the GTFS reference.
+Check Frequencies object for compliance with the GTFS reference.
+Check if a DataFrame contains either no coordinates of a given prefix or both latitude and longitude.
+df (pd.DataFrame) – DataFrame to be checked
file_name (str) – Name to be printed in error message if validation fails
prefix (str) – Prefix to be used for coordinate fileds. Expands to {prefix}_lat and {prefix}_lon
Check Levels object for compliance with the GTFS reference.
+Check LocationGroupStops object for compliance with the GTFS reference.
+Check Agency LocationGroups for compliance with the GTFS reference.
+Check LocationsGeojson object for compliance with the GTFS reference.
+Check Networks object for compliance with the GTFS reference.
+Check if DataFrame contains fields not specified in the GTFS Reference.
+df (pd.DataFrame) – DataFrame to be checked
optional_fields (list[str]) – list of field names allowed in df
file_name (str) – Name to be printed in error message if validation fails
Check Pathways object for compliance with the GTFS reference.
+Check if a DataFrame contains all required fields according to the GTFS reference for the file it represents.
+df (pd.DataFrame) – DataFrame to be checked
required_fields (list[str]) – list of field names to check for inclusion in df
file_name (str) – Name to be printed in error message if validation fails
Check RouteNetworks object for compliance with the GTFS reference.
+Check Routes object for compliance with the GTFS reference.
+Check Shapes object for compliance with the GTFS reference.
+Check StopAreas object for compliance with the GTFS reference.
+Check StopTimes object for compliance with the GTFS reference.
+Check Stops object for compliance with the GTFS reference.
+Check Timeframes object for compliance with the GTFS reference.
+Check Transfers object for compliance with the GTFS reference.
+Check Translations object for compliance with the GTFS reference.
+Check Trips object for compliance with the GTFS reference.
+Django database models representing the files of the GTFS Reference with all their fields
+Different files as described in the GTFS Reference
+Bases: Model
Represents agency.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Bases: Model
Represents area.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Bases: Model
Represents attribution.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Bases: Model
Represents booking_rule.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Bases: Model
Represents calendar.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents calendar_date.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents fare_attribute.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents fare_legRule.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Bases: Model
Represents fare_medium.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents fare_product.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Bases: Model
Represents fare_rule.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Bases: Model
Represents faretransfer_rule.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents feed_info.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents frequency.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Bases: Model
Represents level.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Bases: Model
Represents location_group.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Bases: Model
Represents location_groupStop.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Bases: Model
Represents locations.geojson from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents network.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Bases: Model
Represents lathway.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents route.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Bases: Model
Represents route_network.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents shape.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Bases: Model
Represents stop.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents stop_area.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Bases: Model
Represents stop_time.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Bases: Model
Represents timeframe.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents transfer.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents translation.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents trip.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Redirecting HTTP requests destined for the app pt_map to the correct views
+Views reacting to Http Requests by interfacing between backend and frontend.
+Home page
+Given a pt_map.models.Route, calculate the timetable for all its stops.
+r (pt_map.models.Route) – Route, the timetable should be calculated for
trips (dict(str, list(pt_map.Trip))) – Dictionary mapping all trips to route_ids they travel on
stop_sequences (dict(str, list(str))) – Dict mapping route_ids to lists of stop_ids they serve. Currently the first trip is taken as reference for stops and sequence.
dict{“stop_sequence” –
+list of stop_ids the route serves
+dict mapping stop_ids from stop_sequence to time strings the route is serving the stop at
+list(str), “stop_times”: dict(str, list(str)}
+Bases: Migration
Bases: Migration
Bases: Migration
Bases: Migration
Bases: Migration
Bases: Migration
Bases: Migration
Bases: Migration
| + m | ||
| + |
+ manage | + |
| + p | ||
| + |
+ pt_map | + |
| + |
+ pt_map.admin | + |
| + |
+ pt_map.apps | + |
| + |
+ pt_map.bridge | + |
| + |
+ pt_map.gtfs | + |
| + |
+ pt_map.models | + |
| + |
+ pt_map.tests | + |
| + |
+ pt_map.urls | + |
| + |
+ pt_map.views | + |
| + t | ||
| + |
+ transport_accessibility | + |
| + |
+ transport_accessibility.asgi | + |
| + |
+ transport_accessibility.settings | + |
| + |
+ transport_accessibility.urls | + |
| + |
+ transport_accessibility.wsgi | + |
ASGI config for transport_accessibility project.
+It exposes the ASGI callable as a module-level variable named application.
For more information on this file, see +https://docs.djangoproject.com/en/5.0/howto/deployment/asgi/
+Django settings for transport_accessibility project.
+Generated by ‘django-admin startproject’ using Django 5.0.6.
+For more information on this file, see +https://docs.djangoproject.com/en/5.0/topics/settings/
+For the full list of settings and their values, see +https://docs.djangoproject.com/en/5.0/ref/settings/
+URL configuration for transport_accessibility project.
+WSGI config for transport_accessibility project.
+It exposes the WSGI callable as a module-level variable named application.
For more information on this file, see +https://docs.djangoproject.com/en/5.0/howto/deployment/wsgi/
+main()GTFSGTFS.folder_pathGTFS.errorsGTFS.AgencyGTFS.AreasGTFS.AttributionsGTFS.BookingRulesGTFS.CalendarGTFS.CalendarDatesGTFS.FareAttributesGTFS.FareLegRulesGTFS.FareMediaGTFS.FareProductsGTFS.FareRulesGTFS.FareTransferRulesGTFS.FeedInfoGTFS.FrequenciesGTFS.GTFSFileGTFS.LevelsGTFS.LocationGroupStopsGTFS.LocationGroupsGTFS.LocationsGeojsonGTFS.NetworksGTFS.PathwaysGTFS.RouteNetworksGTFS.RoutesGTFS.ShapesGTFS.StopAreasGTFS.StopTimesGTFS.StopsGTFS.TimeframesGTFS.TransfersGTFS.TranslationsGTFS.TripsGTFS.export()GTFS.get_fields()GTFS.get_files()GTFS.validate()GTFS.validate_agency()GTFS.validate_areas()GTFS.validate_attributions()GTFS.validate_booking_rules()GTFS.validate_calendar()GTFS.validate_calendar_dates()GTFS.validate_fare_attributes()GTFS.validate_fare_leg_rules()GTFS.validate_fare_media()GTFS.validate_fare_products()GTFS.validate_fare_rules()GTFS.validate_fare_transfer_rules()GTFS.validate_feed_info()GTFS.validate_frequencies()GTFS.validate_lat_lon()GTFS.validate_levels()GTFS.validate_location_group_stops()GTFS.validate_location_groups()GTFS.validate_locations_geojson()GTFS.validate_networks()GTFS.validate_optional_fields()GTFS.validate_pathways()GTFS.validate_required_fields()GTFS.validate_route_networks()GTFS.validate_routes()GTFS.validate_shapes()GTFS.validate_stop_areas()GTFS.validate_stop_times()GTFS.validate_stops()GTFS.validate_timeframes()GTFS.validate_transfers()GTFS.validate_translations()GTFS.validate_trips()ClassesAgencyAgency.DoesNotExistAgency.MultipleObjectsReturnedAgency.agency_emailAgency.agency_fare_urlAgency.agency_idAgency.agency_langAgency.agency_nameAgency.agency_phoneAgency.agency_timezoneAgency.agency_urlAgency.attribution_setAgency.fareattribute_setAgency.objectsAgency.route_setArea
+Attribution
+BookingRule
+CalendarCalendar.DoesNotExistCalendar.MultipleObjectsReturnedCalendar.end_dateCalendar.fridayCalendar.get_next_by_end_date()Calendar.get_next_by_start_date()Calendar.get_previous_by_end_date()Calendar.get_previous_by_start_date()Calendar.mondayCalendar.objectsCalendar.saturdayCalendar.service_idCalendar.start_dateCalendar.sundayCalendar.thursdayCalendar.tuesdayCalendar.wednesdayCalendarDate
+FareAttributeFareAttribute.DoesNotExistFareAttribute.MultipleObjectsReturnedFareAttribute.agencyFareAttribute.agency_idFareAttribute.currency_typeFareAttribute.fare_idFareAttribute.farerule_setFareAttribute.objectsFareAttribute.payment_methodFareAttribute.priceFareAttribute.transfer_durationFareAttribute.transfersFareLegRule
+FareMedium
+FareProduct
+FareRule
+FareTransferRule
+FeedInfoFeedInfo.DoesNotExistFeedInfo.MultipleObjectsReturnedFeedInfo.default_langFeedInfo.feed_contact_emailFeedInfo.feed_contact_urlFeedInfo.feed_end_dateFeedInfo.feed_idFeedInfo.feed_langFeedInfo.feed_publisher_nameFeedInfo.feed_publisher_urlFeedInfo.feed_start_dateFeedInfo.feed_versionFeedInfo.objectsFrequency
+Level
+LocationGroup
+LocationGroupStop
+LocationsGeojsonLocationsGeojson.DoesNotExistLocationsGeojson.MultipleObjectsReturnedLocationsGeojson.location_idLocationsGeojson.location_latLocationsGeojson.location_lonLocationsGeojson.location_nameLocationsGeojson.location_typeLocationsGeojson.objectsLocationsGeojson.parent_location_idLocationsGeojson.wheelchair_boardingNetwork
+PathwayPathway.DoesNotExistPathway.MultipleObjectsReturnedPathway.from_stopPathway.from_stop_idPathway.is_bidirectionalPathway.lengthPathway.max_slopePathway.min_widthPathway.objectsPathway.pathway_idPathway.pathway_modePathway.reversed_signposted_asPathway.signposted_asPathway.stair_countPathway.to_stopPathway.to_stop_idPathway.traversal_timeRouteRoute.DoesNotExistRoute.MultipleObjectsReturnedRoute.agencyRoute.agency_idRoute.continuous_drop_offRoute.continuous_pickupRoute.farerule_setRoute.objectsRoute.route_colorRoute.route_descRoute.route_idRoute.route_long_nameRoute.route_short_nameRoute.route_sort_orderRoute.route_text_colorRoute.route_typeRoute.route_urlRoute.trip_setRouteNetwork
+Shape
+StopStop.DoesNotExistStop.MultipleObjectsReturnedStop.level_idStop.location_typeStop.locationgroupstop_setStop.objectsStop.parent_stationStop.parent_station_idStop.pathways_fromStop.pathways_toStop.platform_codeStop.stop_codeStop.stop_descStop.stop_idStop.stop_latStop.stop_lonStop.stop_nameStop.stop_setStop.stop_timezoneStop.stop_urlStop.stoptime_setStop.transfers_fromStop.transfers_toStop.wheelchair_boardingStop.zone_idStopArea
+StopTimeStopTime.DoesNotExistStopTime.MultipleObjectsReturnedStopTime.arrival_timeStopTime.departure_timeStopTime.drop_off_typeStopTime.idStopTime.objectsStopTime.pickup_typeStopTime.shape_dist_traveledStopTime.stopStopTime.stop_headsignStopTime.stop_idStopTime.stop_sequenceStopTime.timepointStopTime.tripStopTime.trip_idTimeframeTimeframe.DoesNotExistTimeframe.MultipleObjectsReturnedTimeframe.end_dateTimeframe.end_timeTimeframe.get_next_by_end_date()Timeframe.get_next_by_start_date()Timeframe.get_previous_by_end_date()Timeframe.get_previous_by_start_date()Timeframe.objectsTimeframe.start_dateTimeframe.start_timeTimeframe.time_frame_idTransfer
+Translation
+TripTrip.DoesNotExistTrip.MultipleObjectsReturnedTrip.bikes_allowedTrip.block_idTrip.bookingrule_setTrip.direction_idTrip.frequency_setTrip.objectsTrip.routeTrip.route_idTrip.service_idTrip.shape_idTrip.stoptime_setTrip.trip_headsignTrip.trip_idTrip.trip_short_nameTrip.wheelchair_accessibleBridge between Django with its models and database and gtfs.GTFS as intermediate object for File IO.
+Maps GTFS file names (without filename extension) to fields described by the GTFS Reference
+Map CamelCased filenames to ‘_’-separated
+Converts ‘_’-separated str to CamelCase with capital first letter
+Converts str in unicode time format to %H:%M:%S format with normalized 24 hour time
+Checks if given variable is either a str expressing NaN or NaN as object
+Standardize date and time formats
+Write an existing gtfs.GTFS object to the database using the GTFS compliant models
+Convert list of query sets to gtfs.GTFS object and write to specified folder if validation for GTFS compliance passes.
+Convert given list of query sets to gtfs.GTFS object
+q (list[django.db.models.query.QuerySet]) – List of QuerySets containing the retrieved data to be Converted
folder_path (str) – path to be set as the results folder_path instance variable
object containing the queried data
+Given a gtfs.GTFS object, write GTFS-compliantly to db by creating the correct models
+g (gtfs.GTFS) – GTFS object to be saved to db
+True – If v is either a str representing NaN or NaN as an object
False – Otherwise
Convert time str to standardized %H:%M:%S format.
+time_str (str) – str encoding time
+str in format ‘%H
+%M:%S’
+Convert Time and Date str to a format our db can easily work with.
+v (object) – object to be standardized
m (django.db.models.Model) – model to be written to
f (str) – field name in question
Converted str – If m.f is a DateField or a TimeField
Unchanged str – Otherwise
Convert ‘_’-separated str to CamelCase with the first letter capitalized.
+s (str) – ‘_’-separated string
+CamelCased str, first letter capitalized
+str
+Bases: object
DataFrame based representation of the GTFS standard, able to read folder of GTFS files, validate a GTFS object for accordance with the standard and write its data to a GTFS folder.
+Path to folder where the data is read from and/or to be written to
+str
+Objects representing the data in the corresponding .txt/.geojson files in the GTFS Reference.
+Human readable messages explaining why a validation failed if it did.
+list[str]
+Return all member objects of type GTFSFile
+Return all fields present in a given instance of a GTFSFile
+Save all GTFS data represented by the current instance as a folder of files corresponding to the GTFS Reference.
+For all GTFSFile member objects, validate if they individually conmply with GTFS.
+Check if a DataFrame contains all required fields according to the GTFS reference for the file it represents.
+Check if a DataFrame does not contain any unexpected fields, not compliant with the GTFS reference for the file it represents.
+Check if a Stop is correctly mapped using geographical coordinates.
+Bases: GTFSFile
Represents agency.txt from the GTFS reference
+Bases: GTFSFile
Represents attributions.txt from the GTFS reference
+Bases: GTFSFile
Represents booking_rules.txt from the GTFS reference
+Bases: GTFSFile
Represents calendar.txt from the GTFS reference
+Bases: GTFSFile
Represents calendar_dates.txt from the GTFS reference
+Bases: GTFSFile
Represents fare_attributes.txt from the GTFS reference
+Bases: GTFSFile
Represents fare_leg_rules.txt from the GTFS reference
+Bases: GTFSFile
Represents fare_media.txt from the GTFS reference
+Bases: GTFSFile
Represents fare_products.txt from the GTFS reference
+Bases: GTFSFile
Represents fare_rules.txt from the GTFS reference
+Bases: GTFSFile
Represents fare_transfer_rules.txt from the GTFS reference
+Bases: GTFSFile
Represents feed_info.txt from the GTFS reference
+Bases: GTFSFile
Represents frequencies.txt from the GTFS reference
+Bases: object
All given fields and their corresponding values are stored as a DataFrame.
+Extension-less name of the corresponding .txt file from the GTFS Reference
+str
+Folder to read data from or potentially write it to
+str
+All csv data from the corresponding .txt file represented as a Pandas DataFrame
+pd.DataFrame
+Load data from list of DataFrames if given else read it from the corresponding .txt file in csv format.
+Fill the data attribute with GTFS data either with a given DataFrame or from the corresponding csv
+dfs (dict[str, pd.DataFrame]) – Dict of dataframes mapped to the corresponding file names. If given, the corresponding DataFrame is returned if the key exists else an empty DataFrame
+Bases: GTFSFile
Represents levels.txt from the GTFS reference
+Bases: GTFSFile
Represents location_group_stops.txt from the GTFS reference
+Bases: GTFSFile
Represents location_groups.txt from the GTFS reference
+Bases: GTFSFile
Represents locations.geojson from the GTFS reference
+Fill the data attribute with GTFS data either with a given DataFrame or from the corresponding csv
+dfs (dict[str, pd.DataFrame]) – Dict of dataframes mapped to the corresponding file names. If given, the corresponding DataFrame is returned if the key exists else an empty DataFrame
+Bases: GTFSFile
Represents networks.txt from the GTFS reference
+Bases: GTFSFile
Represents pathways.txt from the GTFS reference
+Bases: GTFSFile
Represents route_networks.txt from the GTFS reference
+Bases: GTFSFile
Represents routes.txt from the GTFS reference
+Bases: GTFSFile
Represents shapes.txt from the GTFS reference
+Bases: GTFSFile
Represents stop_areas.txt from the GTFS reference
+Bases: GTFSFile
Represents stop_times.txt from the GTFS reference
+Bases: GTFSFile
Represents timeframes.txt from the GTFS reference
+Bases: GTFSFile
Represents transfers.txt from the GTFS reference
+Bases: GTFSFile
Represents translations.txt from the GTFS reference
+Save this object’s data to files as specified by GTFS.
+path (str) – parent directory where to save the files, defaults to the objects folder_path property
dirname (str) – If specified, subdirectory to create or use inside path. Default behaviour is to save directly to path.
Given the name of a file specified in the GTFS specification, return all fields present in the data.
+name (str) – name of a file as specified by GTFS (ommiting the .txt/.geojson extension)
+a list of all the fields present in the datastream of the specified file
+list[pd.core.indexes.range.RangeIndex]
+Get all GTFSFile object
+All member objects of type GTFSFile
+list[GTFSFile]
+Check this object’s data for compliance with the GTFS reference. Resets self.errors and stores human readable error messages to it.
+List of human readable error messages, also saved to self.errors, if any, else None.
+list[str]
+Check Agency object for compliance with the GTFS reference.
+Check Areas object for compliance with the GTFS reference.
+Check Attributions object for compliance with the GTFS reference.
+Check BookingRules object for compliance with the GTFS reference.
+Check Calendar object for compliance with the GTFS reference.
+Check CalendarDates object for compliance with the GTFS reference.
+Check FareAttributes object for compliance with the GTFS reference.
+Check FareLegRules object for compliance with the GTFS reference.
+Check FareMedia object for compliance with the GTFS reference.
+Check FareProducts object for compliance with the GTFS reference.
+Check FareRules object for compliance with the GTFS reference.
+Check FareTransferRules object for compliance with the GTFS reference.
+Check FeedInfo object for compliance with the GTFS reference.
+Check Frequencies object for compliance with the GTFS reference.
+Check if a DataFrame contains either no coordinates of a given prefix or both latitude and longitude.
+df (pd.DataFrame) – DataFrame to be checked
file_name (str) – Name to be printed in error message if validation fails
prefix (str) – Prefix to be used for coordinate fileds. Expands to {prefix}_lat and {prefix}_lon
Check Levels object for compliance with the GTFS reference.
+Check LocationGroupStops object for compliance with the GTFS reference.
+Check Agency LocationGroups for compliance with the GTFS reference.
+Check LocationsGeojson object for compliance with the GTFS reference.
+Check Networks object for compliance with the GTFS reference.
+Check if DataFrame contains fields not specified in the GTFS Reference.
+df (pd.DataFrame) – DataFrame to be checked
optional_fields (list[str]) – list of field names allowed in df
file_name (str) – Name to be printed in error message if validation fails
Check Pathways object for compliance with the GTFS reference.
+Check if a DataFrame contains all required fields according to the GTFS reference for the file it represents.
+df (pd.DataFrame) – DataFrame to be checked
required_fields (list[str]) – list of field names to check for inclusion in df
file_name (str) – Name to be printed in error message if validation fails
Check RouteNetworks object for compliance with the GTFS reference.
+Check Routes object for compliance with the GTFS reference.
+Check Shapes object for compliance with the GTFS reference.
+Check StopAreas object for compliance with the GTFS reference.
+Check StopTimes object for compliance with the GTFS reference.
+Check Stops object for compliance with the GTFS reference.
+Check Timeframes object for compliance with the GTFS reference.
+Check Transfers object for compliance with the GTFS reference.
+Check Translations object for compliance with the GTFS reference.
+Check Trips object for compliance with the GTFS reference.
+Django database models representing the files of the GTFS Reference with all their fields
+Different files as described in the GTFS Reference
+Bases: Model
Represents agency.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Bases: Model
Represents area.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents attribution.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents booking_rule.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Bases: Model
Represents calendar.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents calendar_date.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents fare_attribute.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents fare_legRule.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents fare_medium.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents fare_product.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents fare_rule.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Bases: Model
Represents faretransfer_rule.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents feed_info.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents frequency.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Bases: Model
Represents level.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents location_group.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Bases: Model
Represents location_groupStop.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Bases: Model
Represents locations.geojson from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents network.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents lathway.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents route.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Bases: Model
Represents route_network.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents shape.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents stop.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents stop_area.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents stop_time.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
Bases: Model
Represents timeframe.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents transfer.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents translation.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Bases: Model
Represents trip.txt from the GTFS Reference.
+Bases: ObjectDoesNotExist
Bases: MultipleObjectsReturned
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
Accessor to the related object on the forward side of a many-to-one or +one-to-one (via ForwardOneToOneDescriptor subclass) relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Child.parent is a ForwardManyToOneDescriptor instance.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Accessor to the related objects manager on the reverse side of a +many-to-one relation.
+In the example:
+class Child(Model):
+ parent = ForeignKey(Parent, related_name='children')
+Parent.children is a ReverseManyToOneDescriptor instance.
Most of the implementation is delegated to a dynamically defined manager
+class built by create_forward_many_to_many_manager() defined below.
A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+A wrapper for a deferred-loading field. When the value is read from this +object the first time, the query is executed.
+Redirecting HTTP requests destined for the app pt_map to the correct views
+Views reacting to Http Requests by interfacing between backend and frontend.
+Home page
+Bases: Migration
Bases: Migration
Bases: Migration
Bases: Migration
Bases: Migration
Bases: Migration
Bases: Migration
Bases: Migration
ASGI config for transport_accessibility project.
+It exposes the ASGI callable as a module-level variable named application.
For more information on this file, see +https://docs.djangoproject.com/en/5.0/howto/deployment/asgi/
+Django settings for transport_accessibility project.
+Generated by ‘django-admin startproject’ using Django 5.0.6.
+For more information on this file, see +https://docs.djangoproject.com/en/5.0/topics/settings/
+For the full list of settings and their values, see +https://docs.djangoproject.com/en/5.0/ref/settings/
+URL configuration for transport_accessibility project.
+WSGI config for transport_accessibility project.
+It exposes the WSGI callable as a module-level variable named application.
For more information on this file, see +https://docs.djangoproject.com/en/5.0/howto/deployment/wsgi/
+