This notebook visualizing the combined latitude and longitude AIS data for three zones using datashader and offers a DatetimeInput widget to mark vessel locations at the chosen time.
Current features (first cut):
Dynamic zooming of all the AIS data using datashader:
Filtering by time to update vessel locations
This is the very first cut and my immediate next steps are to:
Integrate satellite data (ideas: rasterize satellite tracks, mark satellites at chosen time)
Implement UI improvements
Optimization (e.g speed up loading of data, speed up filtering step)
Work in Progress.
This notebook visualizing the combined latitude and longitude AIS data for three zones using datashader and offers a
DatetimeInput
widget to mark vessel locations at the chosen time.Current features (first cut):
This is the very first cut and my immediate next steps are to: