A
A
Artur Bekerov2014-08-01 12:53:28
PHP
Artur Bekerov, 2014-08-01 12:53:28

How to store geodata of type coordinates - value?

There is the following type of data
X coordinate, Y coordinate, value, time.
Can be converted to JSON.

What is the best way to store this type of data so that later you can easily build graphs based on this data.
Time - implies that at one geographical point there can be many values ​​\u200b\u200bin different time periods.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
yttrium, 2014-08-01
@yttrium

if you need spatial queries, then you can store in PostGIS, mongo, mysql, sqlite, etc.
if spatial queries are not needed, then you can store csv, geojson, BD where convenient

M
Max Khrichtchatyi, 2014-08-07
@j0shu4b0y

I advise you to pay attention to MongoDB MongoDB's 2d geospatial indexes

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question