PokemonGoers / PokeMap-2

The world of Pokemon GO is as big as our planet. Pokemons have been sighted on top of cliffs perched over oceans as well as in your next door coffee shop. We would like to create a world-wide interactive map that shows where Pokemons were predicted to appear. Each pokemon prediction you add to the map should have all relevant information including name, time the pokemon is predicted to appear, prediction confidence rate etc. The map should be filtered by a time range (i.e predicted to appear in the next day) as well as pokemon name and pokemon specie.
Apache License 2.0
2 stars 7 forks source link

Dummy Data #2

Closed farisca closed 8 years ago

farisca commented 8 years ago

Figure out what kind of data we get from group A and create a dummy data set.

sacdallago commented 8 years ago

From experience I can tell you: come up with a definition yourself and then help A to standardize their data to your needs.

A good starting point is:

{
  pokemon: "pokemon_name"*,
  lat: 43.4444,
  lng: 23.4454,
  createdAt: Date
}

* This is probably the trickiest part! Don't use id's, but rather full names (making sure they are unique) and build up a consistent slug