An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        


Singapore Train Station Coordinates


Train


Geographic coordinates (in decimal degrees) of Singapore train stations obtained from the Singapore Government OneMap API.


Apache-2.0 license
SODL-1.0 License


## 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 Tingfeng

Licensed 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 at

http://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.
```