PokemonGoers / PredictPokemon-2

In this project we will apply machine learning to establish the TLN (Time, Location and Name - that is where pokemons will appear, at what date and time, and which Pokemon will it be) prediction in Pokemon Go.
Apache License 2.0
9 stars 3 forks source link

Convert UTC to Local Time Zone #8

Closed MatthiasBaur closed 8 years ago

MatthiasBaur commented 8 years ago

The API data comes in the UTC format. For the learning process it has to be converted to local time using the timestamp and the coordinates.

MatthiasBaur commented 8 years ago

This issue could be closed, but I suggest leaving it open until we get feedback from the data team.

jonas-he commented 8 years ago

@MatthiasBaur already implemented, see https://github.com/PokemonGoers/PokeData/issues/130

MatthiasBaur commented 8 years ago

See https://github.com/PokemonGoers/PokeData/issues/130