shipdataprocess


Nameshipdataprocess JSON
Version 0.8.5 PyPI version JSON
download
home_pagehttps://github.com/GlobalFishingWatch/shipdataprocess
SummaryUseful modules to process vessel data
upload_time2024-04-10 10:53:44
maintainerNone
docs_urlNone
authorJaeyoon Park
requires_python>=3.6
licenseApache 2.0
keywords ship vessel fishing normalization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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`


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GlobalFishingWatch/shipdataprocess",
    "name": "shipdataprocess",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "ship, vessel, fishing, normalization",
    "author": "Jaeyoon Park",
    "author_email": "jaeyoon@globalfishingwatch.org",
    "download_url": "https://files.pythonhosted.org/packages/f2/58/7e1f3688e8b5f5290a427d4da74e94c1697f9bafd023bcd10fb04596cd24/shipdataprocess-0.8.5.tar.gz",
    "platform": null,
    "description": "# shipdataprocess (current latest version 0.8.3)\n\nshipdataprocess 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:\n\n    #!/usr/bin/env python\n\n    from shipdataprocess.normalize import normalize_shipname, normalize_callsign\n\n    from shipdataprocess.shiptype import determine_shiptype, make_shiptype_dict, reduce_to_specifics, reduce_to_specifics_with_multiples\n\n    from shipdataprocess.standardize import standardize_imo, standardize_float, standardize_str, standardize_int_str, standardize_time, standardize_flag, standardize_geartype\n\n    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\n\n\n# Contributors\nThis work was done based on the previous work of the team of Global Fishing Watch (GFW).\n\nJaeyoon Park, \nDavid Kroodsma,\nAndres Arana,\nEnrique Tuya,\nBjorn Bergman,\nPaul Woods\n\n# Development\n\n```\nvirtualenv venv\nsource venv/bin/activate\npip install -e .\npy.test tests\n```\n\n# Changes/updates\nSee `./CHANGES.md`\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Useful modules to process vessel data",
    "version": "0.8.5",
    "project_urls": {
        "Homepage": "https://github.com/GlobalFishingWatch/shipdataprocess"
    },
    "split_keywords": [
        "ship",
        " vessel",
        " fishing",
        " normalization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0da613cc85c086e5fd738baea358209a821366e1bcdee337a7f36deba5744b44",
                "md5": "47f3150ad5410def428755c0722bff1f",
                "sha256": "8e29eaac414a65680ba51e739bb4c1e89475e0624dce97c51e06e8782282766c"
            },
            "downloads": -1,
            "filename": "shipdataprocess-0.8.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "47f3150ad5410def428755c0722bff1f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 19034,
            "upload_time": "2024-04-10T10:53:42",
            "upload_time_iso_8601": "2024-04-10T10:53:42.291702Z",
            "url": "https://files.pythonhosted.org/packages/0d/a6/13cc85c086e5fd738baea358209a821366e1bcdee337a7f36deba5744b44/shipdataprocess-0.8.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2587e1f3688e8b5f5290a427d4da74e94c1697f9bafd023bcd10fb04596cd24",
                "md5": "a4c9401cd3c47afa8276ad82adc166a1",
                "sha256": "f193189236a504677372491f7262e9ec0cd5662712bd03004728dfdc5ea61279"
            },
            "downloads": -1,
            "filename": "shipdataprocess-0.8.5.tar.gz",
            "has_sig": false,
            "md5_digest": "a4c9401cd3c47afa8276ad82adc166a1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 36773,
            "upload_time": "2024-04-10T10:53:44",
            "upload_time_iso_8601": "2024-04-10T10:53:44.214138Z",
            "url": "https://files.pythonhosted.org/packages/f2/58/7e1f3688e8b5f5290a427d4da74e94c1697f9bafd023bcd10fb04596cd24/shipdataprocess-0.8.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 10:53:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GlobalFishingWatch",
    "github_project": "shipdataprocess",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "shipdataprocess"
}
        
Elapsed time: 0.23102s