Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index coordinates as geopoints in geonames track #2

Closed
danielmitterdorfer opened this issue Jun 6, 2016 · 0 comments
Closed

Index coordinates as geopoints in geonames track #2

danielmitterdorfer opened this issue Jun 6, 2016 · 0 comments

Comments

@danielmitterdorfer
Copy link
Member

Note: migrated from the Rally repo as tracks have now their own repository.

We currently index coordinates as doubles but should really index them as coordinates. This affects the mapping and also the data file (which is somewhat problematic since we obviously don't want to enforce to download the data file every time).

danielmitterdorfer added a commit that referenced this issue May 2, 2017
With this commit, we store locations not as latitude / longitude double
values but as `geo_point` instead. We also use the most recent version
of the geonames dataset and enhance documentation a bit.

Closes #2
danielmitterdorfer added a commit that referenced this issue May 2, 2017
With this commit, we store locations not as latitude / longitude double
values but as `geo_point` instead. We also use the most recent version
of the geonames dataset and enhance documentation a bit.

Closes #2
danielmitterdorfer added a commit that referenced this issue May 2, 2017
With this commit, we store locations not as latitude / longitude double
values but as `geo_point` instead. We also use the most recent version
of the geonames dataset and enhance documentation a bit.

Closes #2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant