ソースを参照

Add first dataset

master
Tomislav Bacinger 7年前
コミット
b5a7a19d42
3個のファイルの変更58行の追加1行の削除
  1. +36
    -1
      README.md
  2. +1
    -0
      f1-circuits.json
  3. +21
    -0
      f1-locations.json

+ 36
- 1
README.md ファイルの表示

@@ -1,2 +1,37 @@
# f1-circuits
Formula 1 circuits data

Formula 1 circuits data.

## List of F1 circuits

| Location | F1 Circuit | Lat | Lon | Zoom |
| Abu Dhabi | Yas Marina Circuit | 24.47 | 54.60 | 14 |
| Austin | Circuit of the Americas | 30.13 | -97.63 | 14 |
| Bahrain | Bahrain International Circuit | 26.03 | 50.51 | 14 |
| Baku B| aku City Circuit | 40.37 | 49.84 | 14 |
| Barcelona | Circuit de Barcelona-Catalunya | 41.57 | 2.26 | 14 |
| Hockenheim | Hockenheimring | 49.33 | 8.57 1| 4 |
| Le Castelle | Circuit Paul Ricard - Le Castelle | 43.25 | 5.79 | 14 |
| Melbourne | Melbourne (Albert Park) Circuit | -37.85 | 144.97 | 14 |
| Mexico Cit | Autódromo Hermanos Rodríguez | 19.40 | -99.09 | 14 |
| Monte Carlo | Circuit de Monaco | 43.74 | 7.43 | 14 |
| Montreal | Circuit Gilles Villeneuve | 45.50 | -73.53 | 14 |
| Monza | Autodromo di Monza | 45.62 | 9.29 | 14 |
| Pest | Hungaroring | 47.58 | 19.25 | 14 |
| Sao Paulo | Autódromo José Carlos Pace | -23.70 | -46.70 | 14 |
| Shanghai | Shanghai International Circuit | 31.34 | 121.22 | 14 |
| Silverstone | Silverstone Circuit | 52.07 | -1.02 | 14 |
| Singapore | Marina Bay Street Circuit | 1.29 | 103.86 | 14 |
| Sochi | Sochi Autodrom | 43.41 | 39.96 | 14 |
| Spa Francorchamps | Circuit de Spa-Francorchamps | 50.44 | 5.97 | 14 |
| Spielberg | Red Bull Ring | 47.22 | 14.76 | 14 |
| Suzuka | Suzuka Circuit | 34.85 | 136.53 | 14 |

## Acknowledges

* [Original circuits data source](https://www.google.com/maps/d/u/0/viewer?mid=1nv6ugq4H67CSzKUauW92-pPstYw&ll=-37.84579005412956%2C144.96881158570557&z=16)

## License

[The MIT License (MIT)](LICENSE)
Copyright (c) 2019 Tomislav Bacinger

+ 1
- 0
f1-circuits.json
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 21
- 0
f1-locations.json ファイルの表示

@@ -0,0 +1,21 @@
[{'lat': 24.47, 'lon': 54.60, 'zoom': 14, 'name': 'Abu Dhabi', text: 'Yas Marina Circuit'},
{'lat': 30.13, 'lon': -97.63, 'zoom': 14, 'name': 'Austin', text: 'Circuit of the Americas'},
{'lat': 26.03, 'lon': 50.51, 'zoom': 14, 'name': 'Bahrain', text: 'Bahrain International Circuit'},
{'lat': 40.37, 'lon': 49.84, 'zoom': 14, 'name': 'Baku', text: 'Baku City Circuit'},
{'lat': 41.57, 'lon': 2.26, 'zoom': 14, 'name': 'Barcelona', text: 'Circuit de Barcelona-Catalunya'},
{'lat': 49.33, 'lon': 8.57, 'zoom': 14, 'name': 'Hockenheim', text: 'Hockenheimring'},
{'lat': 43.25, 'lon': 5.79, 'zoom': 14, 'name': 'Le Castellet', text: 'Circuit Paul Ricard - Le Castellet'},
{'lat': -37.85, 'lon': 144.97, 'zoom': 14, 'name': 'Melbourne', text: 'Melbourne (Albert Park) Circuit'},
{'lat': 19.40, 'lon': -99.09, 'zoom': 14, 'name': 'Mexico City', text: 'Autódromo Hermanos Rodríguez'},
{'lat': 43.74, 'lon': 7.43, 'zoom': 14, 'name': 'Monte Carlo', text: 'Circuit de Monaco'},
{'lat': 45.50, 'lon': -73.53, 'zoom': 14, 'name': 'Montreal', text: 'Circuit Gilles Villeneuve'},
{'lat': 45.62, 'lon': 9.29, 'zoom': 14, 'name': 'Monza', text: 'Autodromo di Monza'},
{'lat': 47.58, 'lon': 19.25, 'zoom': 14, 'name': 'Pest', text: 'Hungaroring'},
{'lat': -23.70, 'lon': -46.70, 'zoom': 14, 'name': 'Sao Paulo', text: 'Autódromo José Carlos Pace'},
{'lat': 31.34, 'lon': 121.22, 'zoom': 14, 'name': 'Shanghai', text: 'Shanghai International Circuit'},
{'lat': 52.07, 'lon': -1.02, 'zoom': 14, 'name': 'Silverstone', text: 'Silverstone Circuit'},
{'lat': 1.29, 'lon': 103.86, 'zoom': 14, 'name': 'Singapore', text: 'Marina Bay Street Circuit'},
{'lat': 43.41, 'lon': 39.96, 'zoom': 14, 'name': 'Sochi', text: 'Sochi Autodrom'},
{'lat': 50.44, 'lon': 5.97, 'zoom': 14, 'name': 'Spa Francorchamps', text: 'Circuit de Spa-Francorchamps'},
{'lat': 47.22, 'lon': 14.76, 'zoom': 14, 'name': 'Spielberg', text: 'Red Bull Ring'},
{'lat': 34.85, 'lon': 136.53, 'zoom': 14, 'name': 'Suzuka', text: 'Suzuka Circuit'}]

読み込み中…
キャンセル
保存