Coordinate/projection system in geo point

Which coordinate or projection type do you support in geo location point?
I have a look at the GeoDistance class and it appear that GPS coordinate
will return the most accurate distance.

Could you confirm this point ?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/8e73dd84-388a-4875-9443-a0b27a43d80c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi Francois,

currently ES just supports the WGS84 projection, which is also the base for
the GPS system. In the future we maybe allow custom projections. May I ask
for your use-case?

cheers,
Florian

On Wednesday, February 12, 2014 8:08:18 PM UTC+9, Francois Brunet wrote:

Which coordinate or projection type do you support in geo location point?
I have a look at the GeoDistance class and it appear that GPS coordinate
will return the most accurate distance.

Could you confirm this point ?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/9a496935-8c65-4b63-995d-749c52f71dca%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

It was just to be sure about the projection system.
I have no need to store another projection for the moment. WGS84 is the
best choice :slight_smile:

Thanks a lot for your answer.

Le mercredi 12 février 2014 13:34:32 UTC+1, Florian Schilling a écrit :

Hi Francois,

currently ES just supports the WGS84 projection, which is also the base
for the GPS system. In the future we maybe allow custom projections. May I
ask for your use-case?

cheers,
Florian

On Wednesday, February 12, 2014 8:08:18 PM UTC+9, Francois Brunet wrote:

Which coordinate or projection type do you support in geo location point?
I have a look at the GeoDistance class and it appear that GPS coordinate
will return the most accurate distance.

Could you confirm this point ?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/5148c587-0b05-4ebf-ba35-322539cc666a%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

The activity of the animal beings has become acutely active everywhere on this earth. Bodies do not get time to booty a blow for a while. With the accretion use of altered gadgets of Gps Jammer, the possibilities of accepting the aboriginal of blow accept absolutely finished. The adaptable phones or the corpuscle phones are some of these accessories that accumulate the bodies consistently in blow with the alfresco world. The adaptable building are additionally accessible about everywhere these canicule and due to this the accessibility of the block cell phone signal in car has become alike added quick and authentic. Today, you cannot break out of ability of these adaptable building as their signals can bolt your about anywhere. The bearings of bodies who accord to altered business professions has become actual analytical of wifi jammer as their authorities bolt them anywhere any moment.

Hello,

I would like to use ES for astronomy and planetology.
In astronomy, the computation (intersection of shapes and angular distance) must be done on a perfect sphere.
In planetology (Mars for instance), the computation (intersection of shapes and metrical distance) must be done on a specific spheroid (http://spatialreference.org/ref/iau2000/49901/html/)
I would like to know if ES could support custom projections in which it is possible to define semi-major axis and inverse flatenning parameters (like postgis) ?

Cheers,
Jean-Christophe