/ais-orbital

Analysis example on geolocation data

Primary LanguageJupyter Notebook

AIS Orbital

Sample analysis of geolocation data that does cleanup and scaling using pandas in python. Source data is not included in this repository

Requirements

  • Instructions assume either a Linux based environent or Windows Subsystem for Linux
  • Make sure pip is installed for additional packages
sudo apt -y install python3-pip
pip install jupyterlab
  • Install additional dependencies
pip install pandas matplotlib geopandas scikit-learn