Skip to content

Commit

Permalink
Merge pull request #10 from transitland/v0.5.0-improvements
Browse files Browse the repository at this point in the history
remove MDS, add feed.name, add feed.description, add SPDX short-form ID list
  • Loading branch information
drewda authored Jul 8, 2023
2 parents e3dfe4f + ca192c2 commit 6784909
Show file tree
Hide file tree
Showing 4 changed files with 841 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

This comment has been minimized.

Copy link
@hbus93

hbus93 Dec 20, 2023

#7


## v0.5.0

- 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.
- 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

This comment has been minimized.

Copy link
@hbus93

hbus93 Dec 20, 2023

#10 Heaven B


## v0.4.1

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.
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

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

- [Latest Updates](#latest-updates)

This comment has been minimized.

Copy link
@hbus93

hbus93 Dec 20, 2023

json-schema/dmfr.schema.json
#9

- [Introduction](#introduction)
- [Goals](#goals)
- [Related Work](#related-work)
Expand All @@ -15,16 +14,9 @@
- [Authentication](#authentication)

This comment has been minimized.

Copy link
@hbus93

hbus93 Dec 20, 2023

#10

- [Tags](#tags)

## Latest Updates

* **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 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).
* **18 November 2019** Transitland v2 is now using DMFR to power the new [Transitland Atlas](https://github.com/transitland/transitland-atlas) repository.


## Introduction

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:
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:

- [GTFS](https://gtfs.org/reference/static/)
- [GTFS-Realtime](https://gtfs.org/reference/realtime/v2/)
Expand Down
Loading

0 comments on commit 6784909

Please sign in to comment.