The #MobilityDB team is proud to announce the release of MobilityDB and #MEOS 1.2.0 π
https://github.com/MobilityDB/MobilityDB/releases/tag/v1.2.0
The #MobilityDB team is proud to announce the release of MobilityDB and #MEOS 1.2.0 π
https://github.com/MobilityDB/MobilityDB/releases/tag/v1.2.0
The MobilityDB team is proud to announce the first release candidate of #MobilityDB and #MEOS 1.2
https://github.com/MobilityDB/MobilityDB/releases/tag/v1.2.0rc1
MobilityDB 1.2 supports #PostgreSQL v13-17
Major changes:
* Update embedded #PostGIS code from 3.2 to 3.5
* QoL changes to the build & test processes
* Bug fixes & performance improvements
* #SQL & C API changes
* Fix memory leaks in MEOS
* Add support for pkg-config to the MEOS shared library
Full Changelog:
https://github.com/MobilityDB/MobilityDB/compare/v1.1.1...v1.2.0rc1
Congratulations to the MobilityDB team on the joint release candidate 1.1 of #MobilityDB, #MEOS, and #PyMEOS π
β‘οΈ https://github.com/MobilityDB/MobilityDB/releases/tag/v1.1.0rc1
β‘οΈ https://github.com/MobilityDB/PyMEOS/releases/tag/pymeos-1.1.3rc1
The most important change in v1.1 was to extract the core functionality for temporal and #spatiotemporal #DataManagement from MobilityDB into the #Mobility Engine #OpenSource (MEOS) C library. https://libmeos.org/
In this way, the same functionality provided by MobilityDB in a database environment is available in a C (...)
program to be used, for example, in a #streaming environment.
Other MEOS bindings include #Java with #JMEOS, for C# with #MEOS.NET and for #SparkSQL.
@pokateo I'm a senior scientist at the #AIT, developing #SpatialDataScience solutions using #OpenSource tools
I'm the lead developer of @movingpandas, serve on the PSC of @qgis, and try to keep an eye on #MobilityDB & #MEOS developments
I love exploring new ways to work with spatial data. Recently started dabbling with #GraphDatabases
There is always so much more to tell. I only realized afterwards that I overlooked the new spatial and temporal unit support π€¦
But I did remember the new and improved #OGC #MovingFeatures #MFJson support and our plans for #MEOS / #MobilityDB integration
Wondering if there's an efficient way to convert between #GeoPandas GeoSeries with datetime index and #PyMEOS TGeogPointSeq to hook up #MovingPandas and #MEOS.
First attempts: https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos_examples/MovingPandas/MovingPandas%20-%20PyMEOS%20-%20AIS.ipynb but I'm sure there is room for improvement