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

Use S2 library to create cell id features from lat/lon #5

Closed bensLine closed 8 years ago

bensLine commented 8 years ago
bensLine commented 8 years ago

I tested the library and approximated the cell distances for the different levels. I'll add the code when https://github.com/PokemonGoers/PredictPokemon-2/issues/4 is merged, as it is only a simple script now..

goldbergtatyana commented 8 years ago

Nice job @bensLine! Does the library allow to exclude regions such as seas, oceans and Antarctica? Would be nice to work with only those points that are really reachable by users.

bensLine commented 8 years ago

relates to #25. S2 cell id features have been implemented as example feature source. the script to print the average distance is also included.

bensLine commented 8 years ago

@goldbergtatyana, unfortunately, we do not get any further information from the S2 library, it only provides the cell id. if we extract terrain features #7 we can infer this information.