Spatio temporal libirary for U-SQL.
- reverse geocoding
- geohash decoding, encoding
- harversine distance calculation
- split-Resample (interpolation and resample fixed tick time series from time span data for arbitral bin size)
- split-LOCF (interpolation with LOCF (Last Observation Carried Forward) fixed tick time series from time span data for arbitral bin size)
- Split split-Time of Day (time duration rows to in-day durations)
Use ReverseGeocoder : IProcessor in USQLSharedLib
Use GeoHashDecoder : IProcessor in USQLSharedLib
Use DistApplier : IApplier in USQLSharedLib
Use SplitResamplerApplier : IApplier in USQLSharedLib
Use SplitLocfApplier : IApplier in USQLSharedLib
use SplitTimeOfDay : IApplier in USQLSharedLib
2019.06.24
- geohash, distance applier added
2018.07.12
- Duration splitter into in-day durations added
2018.07.03
- LOCF is added
2018.05.09
- first version