Git Product home page Git Product logo

open-ev-data's People

Contributors

hoenic07 avatar tijs 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

open-ev-data's Issues

Add vehicle weight?

Especially as a tool to measure or correlate efficiency, it would be nice if weight in kg was part of the dataset.

Always U5 charging curve

Small issue with google docs export

There appears to be a rounding issue in the script that exports from google docs to JSON when calculating the power_per_charging_point for some models where 11.1 ends up being formatted as 11.100000000000001

Reasonably easy to fix when using the data but better to fix at the source..

 {
      "id": "27d7610e-9a77-498a-b1b5-28d4bc92cbf2",
      "brand": "Audi",
      "type": "bev",
      "brand_id": "89c2668c-0c50-4344-9386-93e4000f7673",
      "model": "e-tron 55",
      "release_year": 2019,
      "variant": "22kW-AC",
      "usable_battery_size": 86.5,
      "ac_charger": {
        "usable_phases": 3,
        "ports": [
          "type2"
        ],
        "max_power": 22.0,
        "power_per_charging_point": {
          "2.0": 2.0,
          "2.3": 2.3,
          "3.7": 3.7,
          "7.4": 7.4,
          "11": 11.100000000000001,
          "16": 16.200000000000003,
          "22": 22.0,
          "43": 22.0
        }
      },
      "dc_charger": {
        "ports": [
          "ccs"
        ],
        "max_power": 155,
        "charging_curve": [
          {
            "percentage": 0,
            "power": 137
          },
          {
            "percentage": 70,
            "power": 155
          },
          {
            "percentage": 72,
            "power": 150
          },
          {
            "percentage": 78,
            "power": 120
          },
          {
            "percentage": 82,
            "power": 105
          },
          {
            "percentage": 100,
            "power": 50
          }
        ],
        "is_default_charging_curve": false
      },
      "energy_consumption": {
        "average_consumption": 23.4
      }
    },

Addition: MG MG5 EV

One of my apps users noticed you were missing this vehicle which has been on sale for a while in the UK now. Not sure if this is now the best way to submit new models since you switched away from Google Docs as a source. Let me know if there is a better way to submit new vehicles and I'll gladly use it!

{
      "id": "",
      "brand": "MG",
      "vehicle_type": "car",
      "type": "bev",
      "brand_id": "5663b87a-d940-4bab-9846-d74c8c0ae260",
      "model": "MG5 EV",
      "release_year": 2020,
      "variant": "",
      "usable_battery_size": 48.8,
      "ac_charger": {
        "usable_phases": 1,
        "ports": [
          "type2"
        ],
        "max_power": 6.6,
        "power_per_charging_point": {
          "2.0": 2.0,
          "2.3": 2.3,
          "3.7": 3.7,
          "7.4": 6.6,
          "11": 3.7,
          "16": 5.4,
          "22": 6.6,
          "43": 6.6
        }
      },
      "dc_charger": {
        "ports": [
          "ccs"
        ],
        "max_power": 80.0,
        "charging_curve": [
          
        ],
        "is_default_charging_curve": true
      },
      "energy_consumption": {
        "average_consumption": 16.5
      }
    }

Skoda Enyaq

Hi!

Skoda has announced Enyaq specs here:

ENYAQ_iV_EN_Charging

-- Eki

Ps. Thank you for your work.

Implementing Tesla Model S/X CCS retrofit

Hey Niklas,

with Tesla providing retrofitting of CCS capability for S/X it should be possible for Tesla owners to see and select CCS chargers on chargemap.app. That probably needs an extension of available cars or a separate checkbox for additional car attributes (in this case "CCS capability" or so).

Some charging curves can be found here, including one from FastNed with 100 kWh S/X:

https://tff-forum.de/viewtopic.php?f=58&t=30154&start=10#p778667

Cheers!

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.