Skip to content

Commit 6784909

Browse files
authored
Merge pull request #10 from transitland/v0.5.0-improvements
remove MDS, add feed.name, add feed.description, add SPDX short-form ID list
2 parents e3dfe4f + ca192c2 commit 6784909

File tree

4 files changed

+841
-10
lines changed

4 files changed

+841
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.5.0
4+
5+
- A feed record can now have an optional `name` and `description` fields to provide additional context to DMFR editors and users of software that consume DMFR files.
6+
- When specifying an SPDX identifier for a feed license or DMFR license, the value will now be validated against a list of SPDX short-form identifiers. Sourced from https://github.com/spdx/license-list-data
7+
38
## v0.4.1
49

510
DMFR v0.4.1 adds a new "replace_url" option for authorization secrets. This allows a private url to be used to fetch the data.

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<!-- to update use https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one -->
44

5-
- [Latest Updates](#latest-updates)
65
- [Introduction](#introduction)
76
- [Goals](#goals)
87
- [Related Work](#related-work)
@@ -15,16 +14,9 @@
1514
- [Authentication](#authentication)
1615
- [Tags](#tags)
1716

18-
## Latest Updates
19-
20-
* **21 December 2022** DMFR v0.4.1 adds a new "replace_url" option for authorization secrets. This allows a private url to be used to fetch the data.
21-
* **21 October 2021** DMFR v0.4.0 now handles both feed and operator records. An operator can be used to group together one or more feeds and provide metadata, like the [operator listings on the public Transitland](https://www.transit.land/operators).
22-
* **18 November 2019** Transitland v2 is now using DMFR to power the new [Transitland Atlas](https://github.com/transitland/transitland-atlas) repository.
23-
24-
2517
## Introduction
2618

27-
This is an experimental set of guidelines for data publishers providing machine readable lists of their feeds _and_ for data aggregation platforms providing machine readable lists of their feed contents to each other. This project is rooted in publishing and sharing lists of GTFS feeds for fixed-route public-transit networks. It's also applicable to real-time transit, bike-share, e-scooter, and other mobility datasets that take the form of "feeds" published at stable URLs:
19+
This is a set of guidelines for data publishers providing machine readable lists of their feeds _and_ for data aggregation platforms providing machine readable lists of their feed contents to each other. This project is rooted in publishing and sharing lists of GTFS feeds for fixed-route public-transit networks. It's also applicable to real-time transit, bike-share, e-scooter, and other mobility datasets that take the form of "feeds" published at stable URLs:
2820

2921
- [GTFS](https://gtfs.org/reference/static/)
3022
- [GTFS-Realtime](https://gtfs.org/reference/realtime/v2/)

0 commit comments

Comments
 (0)