Wrapper to fetch data from marinetraffic
Project description
AISExplorer
AISExplorer is a tool for locating vessels or scraping vessel data in a specific area. However, due to recent updates, the use of free proxies, previously scraped from sources like sslproxies, has been discontinued due to errors such as 403 Forbidden responses.
Next Steps
- Explore additional sources for proxy lists.
- Implement a method to customize the number of retries.
- Introduce functionality to reset filters.
Changelog
2023-11-10
- Due to Captcha implementation, login functionality is broken.
- Sending requests through proxies now leads to a 403 error; proxy support has been removed.
2023-1-21
- Integrated login functions for additional features.
2021-12-10
- Implemented fallback if a proxy fails.
- Introduced the ability to retrieve data directly via URL.
- Added checks for Cloudflare's filtering mechanisms.
2021-12-5
- Early stages of filter implementation.
- Retry options were added for resilience.
- New exceptions were introduced for better error handling.
2021-11-27
- Proxy support was added (discontinued as of 2023-11-10).
Installation
pip install aisexplorer
Usage
Find vessel by MMIS
Retrieve the current location of a vessel using its MMSI identifier.
from aisexplorer.AIS import AIS
AIS().get_location(211281610)
Find vessels in Area
Retrieve data for up to 500 vessels within a designated area.
maximum 500 vessels
from aisexplorer.AIS import AIS
AIS(return_df= True).get_area_data("EMED")
The output is limited to 500 rows. Area codes can be referenced from the MarineTraffic help section. Areas can be found here
Get Table via URL
Directly access table data using a MarineTraffic URL.
from aisexplorer.AIS import AIS
AIS(return_df = True).get_data_by_url("https://www.marinetraffic.com/en/data/?asset_type=vessels&columns=time_of_latest_position:desc,flag,shipname,photo,recognized_next_port,reported_eta,reported_destination,current_port,imo,ship_type,show_on_live_map,area,lat_of_latest_position,lon_of_latest_position,speed,length,width&area_in|in|West%20Mediterranean,East%20Mediterranean|area_in=WMED,EMED&time_of_latest_position_between|gte|time_of_latest_position_between=60,NaN")
Use Proxies
Previously, AISExplorer allowed fetching data using proxies for anonymization. This feature is no longer supported due to compatibility issues with the data source.
Get Data for user created fleets
No longer available as it required user login, which is now deprecated due to captcha implementation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aisexplorer-0.2.2.tar.gz
.
File metadata
- Download URL: aisexplorer-0.2.2.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.6 Linux/6.2.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 572fd64c74bc2c491bb3e253337c50a5a63a264cfe38f6391a2d4eded55898d2 |
|
MD5 | 7c68af4f6d4fe4baa7c3b3bde4bb4a99 |
|
BLAKE2b-256 | 36c07b305442dc42b85eea2247156eb7fa72dd5bacb2ff887c79084ca91a5e28 |
File details
Details for the file aisexplorer-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: aisexplorer-0.2.2-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.6 Linux/6.2.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1eacad74e97cb49f2becaab0161a1dab1ed617d230b750d8f3075c14e1893ca |
|
MD5 | f22e2bb1bc079013a9656547185c29cb |
|
BLAKE2b-256 | ab62de35a395f4992ee5a17199849b01a9ebaf86f6fa22ad1784baf934ac0508 |