-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated on 2023-10-18T18:18:12.966541
- Loading branch information
1 parent
5970282
commit 3003a8d
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# GtfsTrip | ||
[![Smart Data Models](https://smartdatamodels.org/wp-content/uploads/2022/01/SmartDataModels_logo.png "Logo")](https://smartdatamodels.org) | ||
# GtfsTrip | ||
Version: 0.0.1 | ||
|
||
## Description | ||
|
@@ -19,6 +20,8 @@ Link zur [deutschen Spezifikation](https://github.com/smart-data-models/dataMode | |
Link alla [specifica](https://github.com/smart-data-models/dataModel.UrbanMobility/blob/master/GtfsTrip/doc/spec_IT.md) | ||
|
||
[仕様へのリンク](https://github.com/smart-data-models/dataModel.UrbanMobility/blob/master/GtfsTrip/doc/spec_JA.md) | ||
|
||
[链接到规范](https://github.com/smart-data-models/dataModel.UrbanMobility/blob/master/GtfsTrip/doc/spec_ZH.md) | ||
### Examples | ||
|
||
Link to the [example](https://smart-data-models.github.io/dataModel.UrbanMobility/GtfsTrip/examples/example.json) (keyvalues) for NGSI v2 | ||
|
@@ -28,13 +31,28 @@ Link to the [example](https://smart-data-models.github.io/dataModel.UrbanMobilit | |
Link to the [example](https://smart-data-models.github.io/dataModel.UrbanMobility/GtfsTrip/examples/example-normalized.json) (normalized) for NGSI-V2 | ||
|
||
Link to the [example](https://smart-data-models.github.io/dataModel.UrbanMobility/GtfsTrip/examples/example-normalized.jsonld) (normalized) for NGSI-LD | ||
|
||
Link to the [example](https://smart-data-models.github.io/dataModel.UrbanMobility/GtfsTrip/examples/example.json.csv) (keyvalues) for NGSI v2 in CSV format | ||
|
||
Link to the [example](https://smart-data-models.github.io/dataModel.UrbanMobility/GtfsTrip/examples/example.jsonld.csv) (keyvalues) for NGSI-LD in CSV format | ||
|
||
Link to the [example](https://smart-data-models.github.io/dataModel.UrbanMobility/GtfsTrip/examples/example-normalized.json.csv) (normalized) for NGSI-V2 in CSV format | ||
|
||
Link to the [example](https://smart-data-models.github.io/dataModel.UrbanMobility/GtfsTrip/examples/example-normalized.jsonld.csv) (normalized) for NGSI-LD in CSV format | ||
### Dynamic Examples generation | ||
|
||
Link to the [Generator](https://smartdatamodels.org/extra/ngsi-ld_generator.php?schemaUrl=https://raw.githubusercontent.com/smart-data-models/dataModel.UrbanMobility/master/GtfsTrip/schema.json&[email protected]) of NGSI-LD normalized payloads compliant with this data model. Refresh for new values | ||
|
||
Link to the [Generator](https://smartdatamodels.org/extra/ngsi-ld_generator_keyvalues.php?schemaUrl=https://raw.githubusercontent.com/smart-data-models/dataModel.UrbanMobility/master/GtfsTrip/schema.json&[email protected]) of NGSI-LD keyvalues payloads compliant with this data model. Refresh for new values | ||
|
||
Link to the [Generator](https://smartdatamodels.org/extra/geojson_features_generator.php?schemaUrl=https://raw.githubusercontent.com/smart-data-models/dataModel.UrbanMobility/master/GtfsTrip/schema.json&[email protected]) of geojson feature format payloads compliant with this data model. Refresh for new values | ||
### PostgreSQL schema | ||
|
||
Link to the [PostgreSQL schema](https://smart-data-models.github.io/dataModel.UrbanMobility/GtfsTrip/schema.sql) of this data model | ||
### Contribution | ||
|
||
If you have any issue on this data model you can raise an [issue](https://github.com/smart-data-models/dataModel.UrbanMobility/issues) or contribute with a [PR](https://github.com/smart-data-models/dataModel.UrbanMobility/pulls) | ||
If you have any issue on this data model you can raise an [issue](https://github.com/smart-data-models/dataModel.UrbanMobility/issues) or contribute with a [PR](https://github.com/smart-data-models/dataModel.UrbanMobility/pulls) | ||
|
||
If you wish to develop your own data model you can start from [contribution manual](https://bit.ly/contribution_manual). Several services have been developed to help with: | ||
- [Test data model repository](https://smartdatamodels.org/index.php/data-models-contribution-api/) including the schema and example payloads, etc | ||
- [Generate PostgreSQL schema](https://smartdatamodels.org/index.php/sql-service/) to help create a table, create type, etc | ||
|