Closed HelloMum closed 6 months ago
I will see this later
you mean ee should not only calculate carbon emissions but also indicate from where to where these emissions occur.
you mean ee should not only calculate carbon emissions but also indicate from where to where these emissions occur.
We should count the roads in between correctly as destined above, an additional suggestion is representing the route too. This could be done following the implementation described above.
Sorry for this one I didn't make it 🥹🥹🥹
As stated on the original thread we need to implement a fakeVehicle to check the route beforehand, not count the distance because then we have situations like this:
The CO2 emissions are calculated by checking how many road cells between two stations exist using the correct direction. using X and Y positions is incorrect, if we implement it using the fakeVehicle we can create a drawing to method to show the route and implement a graphical visualization quite easy.
My proposal would be more like this:
We could also create a new element but i think is simpler just reusing the Bus to create this.
So it would be like bus but not shown (If we want too implement we can add the dotted line)
When this fakeBus gets the movent changed reports the cells that it took.