Changes between Version 1 and Version 2 of Ticket #4747, comment 6
- Timestamp:
- 08/26/20 01:17:20 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4747, comment 6
v1 v2 18 18 * call 4K times the function ST_SetSRID to specify that the input data is in 4326 SRID 19 19 * call 4K times the function ST_Transform to put the data in the 25832 SRID. 20 And all this only to load the data of a single day before analyzing every couple of trips in the data set, synchronizing the two trips to obtain 2 trips of 4K + 4K synchronized points and20 And all this only to load the data of a single day before analyzing every couple of trips in the data set, synchronizing (with linear interpolation) the two trips to obtain 2 trips of 4K + 4K synchronized points and 21 21 * call 4K + 4K times the function ST_Distance for each couple of trips. 22 22 As you can imagine, for such kind of manipulations we really need to access directly the liblwgeom library. The situation is much more challenging for analyzing aviation data obtained from, e.g.,