https://github.com/elliotwutingfeng/singapore_train_station_coordinates
Geographic coordinates (in decimal degrees) of Singapore train stations obtained from the Singapore Government OneMap API.
https://github.com/elliotwutingfeng/singapore_train_station_coordinates
bplrt ccl crl dtl ewl jrl lrt metro mrt nel nsl pglrt rail rapid sbs-transit sklrt smrt subway tel transit
Last synced: 4 months ago
JSON representation
Geographic coordinates (in decimal degrees) of Singapore train stations obtained from the Singapore Government OneMap API.
- Host: GitHub
- URL: https://github.com/elliotwutingfeng/singapore_train_station_coordinates
- Owner: elliotwutingfeng
- License: apache-2.0
- Created: 2024-07-07T05:20:36.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T15:18:48.000Z (6 months ago)
- Last Synced: 2025-01-10T06:48:56.178Z (5 months ago)
- Topics: bplrt, ccl, crl, dtl, ewl, jrl, lrt, metro, mrt, nel, nsl, pglrt, rail, rapid, sbs-transit, sklrt, smrt, subway, tel, transit
- Language: Python
- Homepage:
- Size: 322 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Singapore Train Station Coordinates
![]()
Geographic coordinates (in decimal degrees) of Singapore train stations obtained from the Singapore Government OneMap API.
## Data
- [stations.csv](stations.csv) contains stations that are in operation.
- [future_stations.csv](future_stations.csv) contains stations that have yet to be opened.
- [all_stations.csv](all_stations.csv) contains all of the above.
- [defunct_stations.csv](defunct_stations.csv) contains stations that are no longer in operation.
- [KML files](https://simple.wikipedia.org/wiki/Keyhole_Markup_Language) for the above datasets are provided as well.
## Dataset License
See [LICENSE-DATASET.md](LICENSE-DATASET.md)
## Source Code License
[Apache-2.0](LICENSE)
```text
Copyright 2024 Wu TingfengLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```