arnavb/pypokedex

Pokemon object height

Closed this issue · 1 comments

What unit is the height of a pokemon supposed to be? it's just a number and I can't seem to convert it to something readable.

Hi, as mentioned in the documentation:

height (int): Contains the height of the current Pokemon in decimeters (see veekun/pokedex#249).

So while the choice of unit is unusual, you can divide it by 10 to get the Pokemon's height in meters.