Reader small image

You're reading from  Hands-On Graph Analytics with Neo4j

Product typeBook
Published inAug 2020
PublisherPackt
ISBN-139781839212611
Edition1st Edition
Tools
Right arrow
Author (1)
Estelle Scifo
Estelle Scifo
author image
Estelle Scifo

Estelle Scifo possesses over 7 years experience as a data scientist, after receiving her PhD from the Laboratoire de lAcclrateur Linaire, Orsay (affiliated to CERN in Geneva). As a Neo4j certified professional, she uses graph databases on a daily basis and takes full advantage of its features to build efficient machine learning models out of this data. In addition, she is also a data science mentor to guide newcomers into the field. Her domain expertise and deep insight into the perspective of the beginners needs make her an excellent teacher.
Read more about Estelle Scifo

Right arrow

Representing spatial attributes

In this section, we are going to use the point built-in data type from Neo4j. Before that, we need to understand a few concepts purely related to spatial data.

Understanding geographic coordinate systems

The spatial data we'll be talking about in this chapter are points on the Earth's surface. There is no unique way to assign coordinates to each point.

Coordinates of a point P on a fixed radius sphere rely on two angles: the longitude, the angle from a reference meridian (θ in the following diagram), and the latitude, the angle with respect to the equator (δ in the following diagram):

Changing the longitude involves moving in a north-south direction, which corresponds to the y-axis in other projection systems. This means in a general case that longitude is denoted with an x and latitude with a y, which is counter-intuitive.

But, as you may know, the Earth is not a perfect sphere. Indeed, the radius close to the equator is higher than...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On Graph Analytics with Neo4j
Published in: Aug 2020Publisher: PacktISBN-13: 9781839212611

Author (1)

author image
Estelle Scifo

Estelle Scifo possesses over 7 years experience as a data scientist, after receiving her PhD from the Laboratoire de lAcclrateur Linaire, Orsay (affiliated to CERN in Geneva). As a Neo4j certified professional, she uses graph databases on a daily basis and takes full advantage of its features to build efficient machine learning models out of this data. In addition, she is also a data science mentor to guide newcomers into the field. Her domain expertise and deep insight into the perspective of the beginners needs make her an excellent teacher.
Read more about Estelle Scifo