Giter Site home page Giter Site logo

bacinger / f1-circuits Goto Github PK

View Code? Open in Web Editor NEW
135.0 135.0 32.0 410 KB

A repository of Formula 1™ circuits in GeoJSON format.

Home Page: https://svemir.co/f1/

License: MIT License

data data-repository f1-circuits formula-1 geojson geojson-data geojson-format

f1-circuits's Introduction

Hic sunt dracones

f1-circuits's People

Contributors

bacinger avatar eribradl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

f1-circuits's Issues

Missing new layout for Australia

Hi!
Firstly, thanks a lot for these very useful files, I'm using them in my app to show the track layout, and currently to have a replay of the races.
However, I just figured out that the new turn in Australia is missing:

I think that the track should follow the road (Lakeside Drive) between turn 8 and turn 9.
Thanks!

ETA on 2024 tracks ?

Hey! Do you have any eta on the upcoming tracks for this years f1? Such as Saudi Arabia

Also any information on how you get your data so that we can contribute would be great, cheers

Embedding tracks' curve numbers and names

I'd like to contribute the curve indices and names to this project. What would be the best way of going about doing that?

My use case is to use the data to identify what curve a car is currently in given its coordinate.

For example, for the French circuit, I could add the following JSON for the tenth curve.

{
  "type": "Feature",
  "properties": {
    "id": "10",
    "Name": "Courbe de Signes"
  },
  "geometry": {
    "type": "LineString",
    "coordinates": [
      [5.802532, 43.25119],
      [5.802799, 43.251096],
      [5.803101, 43.250931],
      [5.803379, 43.250709],
      [5.803556, 43.250497],
      [5.803681, 43.250229],
      [5.803716, 43.249894]
    ]
  }
}

An alternative would be to have "bounding circles" instead to include the area of the curve, that way the math would probably be easier, but then again, that could be done by using a bounding box for the line as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.