Title: | Dataset of Japanese Railway |
---|---|
Description: | Provides an extended dataset of Japanese railway revised from <https://github.com/Seo-4d696b75/station_database>. The original dataset is sourced from <https://www.ekidata.jp/>, the digital national land information download site, or other resources, and licensed under 'CC BY 4.0' <https://creativecommons.org/licenses/by/4.0/>. |
Authors: | Akiru Kato [aut, cre] |
Maintainer: | Akiru Kato <[email protected]> |
License: | CC BY 4.0 |
Version: | 2024.08.31 |
Built: | 2024-10-30 05:30:51 UTC |
Source: | https://github.com/paithiov909/jprailway |
A list of railway lines from 'extra/json.zip' in Seo-4d696b75/station_database. The original data is here.
lines
lines
A tibble with 13 variables:
A value that uniquely distinguishes lines in the dataset. Unlike line IDs, it does not guarantee consistency between different versions of the dataset.
A string that uniquely distinguishes lines in the dataset. Unlike line codes, it ensures consistency between different versions of datasets (the IDs of the same lines be always the same IDs even if in different datasets).
Name of lines. A suffix may be added to prevent duplications.
Hiragana representation of line names.
The original names of lines.
How many stations does the line have?
A list of tibbles with 2 variables; code
(station codes that the line is passing through) and name
(their names).
Company (company codes) that ownes the line.
Image color of the line.
The symbol string of the line.
Whether the line was closed or not?
Date when the line was closed.
Whether or not the line is implemented in the 'Ekimemo!' game app?
Polylines from 'extra/json.zip' in Seo-4d696b75/station_database. The original data is here.
polylines
polylines
A simple feature collection with 9 fields:
A value that uniquely distinguishes lines in the dataset. Unlike line IDs, it does not guarantee consistency between different versions of the dataset.
A string that uniquely distinguishes lines in the dataset. Unlike line codes, it ensures consistency between different versions of datasets (the IDs of the same lines be always the same IDs even if in different datasets).
Location where the polyline starts.
Location where the polyline ends.
Name of lines. A suffix may be added to prevent duplications.
North edge of the polyline (latitude).
South edge of the polyline (latitude).
East edge of the polyline (longitude).
West edge of the polyline (longitude).
A list of railway stations from 'extra/json.zip' in Seo-4d696b75/station_database. The original data is here.
stations
stations
A simple feature collection with 17 fields:
A value that uniquely distinguishes stations in the dataset. Unlike station IDs, it does not guarantee consistency between different versions of the dataset.
A string that uniquely distinguishes stations in the dataset. Unlike station codes, it ensures consistency between different versions of datasets (the IDs of the same stations be always the same IDs even if in different datasets).
Name of stations. A suffix may be added to prevent duplications.
Station name as indicated by each company.
Hiragana representation of station names.
Whether the station was closed or not?
Station coordinates (latitude).
Station coordinates (longitude).
JIS code of the prefecture where the station is located.
Zip code of the station's location.
Address of the station's location.
Date when the station was opened.
Date when the station was closed.
Whether or not the station is implemented in the 'Ekimemo!' game app?
Station attribute in the 'Ekimemo!' game app.
List of line codes passing through the station.
List of the neighboring points (station codes) obtained by Delaunay partitioning.