Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-- Add MobilityDB support -- Update logbook tbl, add trip from mobilitydb -- Update logbook table, add support for mobility temporal type -- Add api.export_logbook_geojson_linestring_trip_fn, transform spatiotemporal trip into a geojson with the corresponding properties -- Add api.export_logbook_geojson_point_trip_fn, transform spatiotemporal trip into a geojson with the corresponding properties -- Add logbook_update_geojson_trip_fn, update geojson from trip to geojson -- Add api.export_logbook_gpx_trip_fn, update gpx from a trip -- Add api.export_logbook_kml_trip_fn, update kml from a trip -- Add api.export_logbook_geojson_linestring_trip_fn, replace timelapse_fn, transform spatiotemporal trip into a geojson with the corresponding properties -- Add export_logbooks_geojson_point_trips_fn, replace timelapse2_fn, Generate the GeoJSON from the time sequence value -- Add export_logbook_geojson_trip_fn, update geojson from trip to geojson -- Update api.export_logbooks_gpx_trips_fn -- Update api.export_logbooks_kml_trips_fn -- Add update_trip_notes_fn, add temporal sequence into a trip notes -- Add delete_trip_entry_fn, delete temporal sequence into a trip -- Update log_view with dynamic GeoJSON from trip -- Update api.vessels_view -- Update api.versions_fn(), add mobilitydb -- Update metrics_trigger_fn, Ignore entry if new time is in the future. -- Update Monitor offline, check metadata tbl and metrics tbl, reduce flapping -- Update moorages_view, make arrivals&departure and total_duration computed data -- Update moorage_view, make arrivals&departure and total_duration computed data, add total visits -- Update moorages map, use api.moorage_view as source table -- Update mapgl_fn, refactor function using existing function -- Update api.export_moorages_gpx_fn, use moorage_view as source to include computed data -- Add api.export_moorages_kml_fn, export all moorages as kml -- Update public.process_pre_logbook_fn, update stationary detection, if we have less than 20 metrics or less than 0.5NM or less than avg 0.5knts -- Update api.export_logbook_kml_fn -- Allow users to update certain columns on specific TABLES on API schema -- Refresh user_role permissions
- Loading branch information