Useful modules to process vessel data
Project description
# shipdataprocess (current latest version 0.8.3)
shipdataprocess provides packages and modules that help users process raw ship data. The data may come from Automatic identification system (AIS) transmission or others. Ship data includes vessel’s name, callsign, shiptype, geartype information etc. You might find the packages here useful for normalizing ship names and IRCS (International Radio Call Sign) and for dealing with various types of ships and fishing gears. Typical usage often looks like this:
#!/usr/bin/env python
from shipdataprocess.normalize import normalize_shipname, normalize_callsign
from shipdataprocess.shiptype import determine_shiptype, make_shiptype_dict, reduce_to_specifics, reduce_to_specifics_with_multiples
from shipdataprocess.standardize import standardize_imo, standardize_float, standardize_str, standardize_int_str, standardize_time, standardize_flag, standardize_geartype
from shipdataprocess.collapse import non_zero_mean, non_zero_std, most_common_value, most_common_num, most_common_str, str_attached, min_time, max_time
# Contributors This work was done based on the previous work of the team of Global Fishing Watch (GFW).
Jaeyoon Park, David Kroodsma, Andres Arana, Enrique Tuya, Bjorn Bergman, Paul Woods
# Development
` virtualenv venv source venv/bin/activate pip install -e . py.test tests `
# Changes/updates See ./CHANGES.md
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 shipdataprocess-0.8.6.tar.gz
.
File metadata
- Download URL: shipdataprocess-0.8.6.tar.gz
- Upload date:
- Size: 36.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 653b6f1a15b47b931524b8417f3e8db89369bfcb37fcb59dffba1fc0736474f1 |
|
MD5 | 5571927ed4b5017df01d2dbf795f8446 |
|
BLAKE2b-256 | 60eb54a46b99c47f42403f5c4d440fb5b4462a9b413df055bb08d1c0594c6398 |
File details
Details for the file shipdataprocess-0.8.6-py2.py3-none-any.whl
.
File metadata
- Download URL: shipdataprocess-0.8.6-py2.py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68c96e2009421d23c4854e18fbc2ee394c3af088d6451f7bf3d092e266511db9 |
|
MD5 | 97ec1b160ebaf44bde206ab894013553 |
|
BLAKE2b-256 | c19a0f5fb574b8ba182680cb30dfb79dcfeecb1000cdaa61b1670a31e4debc80 |