Y
Hacker News
new
|
ask
|
show
|
jobs
by
clumsysmurf
1427 days ago
Is there anything like this for time-series sensor data (temperature, humidity, etc)?
2 comments
sideshowb
1427 days ago
Geopandas adds gis operations to pandas, which is good with time series, if that helps. Can read and write several common formats.
link
dvisca
1427 days ago
There is the OGC SensorThings API spec for accessing sensor data. For storage I would assume something like GeoPackage or SpatiaLite would be sufficient.
link