Answer the question
In order to leave comments, you need to log in
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
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
I advise you to pay attention to MongoDB MongoDB's 2d geospatial indexes
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question