Skip to main content

Wrapper to fetch data from marinetraffic

Project description

AISExplorer

AISExplorer can be used to locate vessels or to scrape all vessely in an AREA. Also free proxies can be used out of the box.

Installation

pip install aisexplorer

Usage

Find vessel by MMIS

import aisexplorer

from ais_explorer.AIS import get_location

get_location(211281610)

Find vessels in Area

maximum 500 vessels

import aisexplorer

from ais_explorer.AIS import get_area_data

get_area_data("EMED", return_df= True)

Output is limited to 500 rows. Areas can be found here

Next Steps

  • Add filters to Area Function
  • Add Fallbacks if proxies has died
  • Add docstrings to functions

Changelog

2021-11-27

  • Added Proxy Option

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AISExplorer-0.0.3.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

AISExplorer-0.0.3-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page