python-geosupport


Namepython-geosupport JSON
Version 1.0.9 PyPI version JSON
download
home_pagehttps://github.com/ishiland/python-geosupport
SummaryPython bindings for NYC Geosupport Desktop Edition
upload_time2024-02-01 23:07:56
maintainer
docs_urlNone
authorIan Shiland, Jeremy Neiman
requires_python
licenseMIT
keywords nyc geocoder python-geosupport geosupport
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-geosupport 

[![Build status](https://ci.appveyor.com/api/projects/status/5uocynec8e3maeeq?svg=true&branch=master)](https://ci.appveyor.com/project/ishiland/python-geosupport) [![PyPI version](https://img.shields.io/pypi/v/python-geosupport.svg)](https://pypi.python.org/pypi/python-geosupport/) [![Python 2.7 | 3.4+](https://img.shields.io/badge/python-2.7%20%7C%203.4+-blue.svg)](https://www.python.org/downloads/release/python-360/) 


Python bindings for NYC Planning's [Geosupport Desktop Edition](https://www1.nyc.gov/site/planning/data-maps/open-data/dwn-gde-home.page).

### [Read the docs](https://python-geosupport.readthedocs.io/en/latest/) 

## Quickstart

```python
# Import the library and create a `Geosupport` object.
from geosupport import Geosupport
g = Geosupport()

# Call the address processing function by name
result = g.address(house_number=125, street_name='Worth St', borough_code='Mn')
```

`result` is a dictionary with the output from Geosupport. For example:

```
{
    '2010 Census Block': '1012',
    '2010 Census Tract': '31',
    'Assembly District': '65',
    'Atomic Polygon': '112',
    'B10SC - First Borough and Street Code': '14549001010',
    'BOE Preferred B7SC': '14549001',
    'BOE Preferred Street Name': 'WORTH STREET',
    'BOROUGH BLOCK LOT (BBL)': {
        'BOROUGH BLOCK LOT (BBL)': '1001680032',
        'Borough Code': '1',
        'Tax Block': '00168',
        'Tax Lot': '0032'
    },
    'Blockface ID': '0212261942',
    ...
}
```

## License

This project is licensed under the MIT License - see the [license.txt](license.txt) file for details

## Contributors
Thanks to [Jeremy Neiman](https://github.com/docmarionum1) for a major revision incorporating all Geosupport functions and parameters.

If you see an issue or would like to contribute, pull requests are welcome.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ishiland/python-geosupport",
    "name": "python-geosupport",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "NYC,geocoder,python-geosupport,geosupport",
    "author": "Ian Shiland, Jeremy Neiman",
    "author_email": "ishiland@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a4/f3/75fc204cea32323b3759063e59268dafd92c37cb06aaac60fa33f61cfc51/python-geosupport-1.0.9.tar.gz",
    "platform": null,
    "description": "# python-geosupport \n\n[![Build status](https://ci.appveyor.com/api/projects/status/5uocynec8e3maeeq?svg=true&branch=master)](https://ci.appveyor.com/project/ishiland/python-geosupport) [![PyPI version](https://img.shields.io/pypi/v/python-geosupport.svg)](https://pypi.python.org/pypi/python-geosupport/) [![Python 2.7 | 3.4+](https://img.shields.io/badge/python-2.7%20%7C%203.4+-blue.svg)](https://www.python.org/downloads/release/python-360/) \n\n\nPython bindings for NYC Planning's [Geosupport Desktop Edition](https://www1.nyc.gov/site/planning/data-maps/open-data/dwn-gde-home.page).\n\n### [Read the docs](https://python-geosupport.readthedocs.io/en/latest/) \n\n## Quickstart\n\n```python\n# Import the library and create a `Geosupport` object.\nfrom geosupport import Geosupport\ng = Geosupport()\n\n# Call the address processing function by name\nresult = g.address(house_number=125, street_name='Worth St', borough_code='Mn')\n```\n\n`result` is a dictionary with the output from Geosupport. For example:\n\n```\n{\n    '2010 Census Block': '1012',\n    '2010 Census Tract': '31',\n    'Assembly District': '65',\n    'Atomic Polygon': '112',\n    'B10SC - First Borough and Street Code': '14549001010',\n    'BOE Preferred B7SC': '14549001',\n    'BOE Preferred Street Name': 'WORTH STREET',\n    'BOROUGH BLOCK LOT (BBL)': {\n        'BOROUGH BLOCK LOT (BBL)': '1001680032',\n        'Borough Code': '1',\n        'Tax Block': '00168',\n        'Tax Lot': '0032'\n    },\n    'Blockface ID': '0212261942',\n    ...\n}\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [license.txt](license.txt) file for details\n\n## Contributors\nThanks to [Jeremy Neiman](https://github.com/docmarionum1) for a major revision incorporating all Geosupport functions and parameters.\n\nIf you see an issue or would like to contribute, pull requests are welcome.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python bindings for NYC Geosupport Desktop Edition",
    "version": "1.0.9",
    "project_urls": {
        "Homepage": "https://github.com/ishiland/python-geosupport"
    },
    "split_keywords": [
        "nyc",
        "geocoder",
        "python-geosupport",
        "geosupport"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4f375fc204cea32323b3759063e59268dafd92c37cb06aaac60fa33f61cfc51",
                "md5": "f09c4cfe653dc8e2f23d247fe902c504",
                "sha256": "2b981288ebadf283e0d5f840fb87790833d10e3db2f30192200daedac3606679"
            },
            "downloads": -1,
            "filename": "python-geosupport-1.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "f09c4cfe653dc8e2f23d247fe902c504",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31704,
            "upload_time": "2024-02-01T23:07:56",
            "upload_time_iso_8601": "2024-02-01T23:07:56.702631Z",
            "url": "https://files.pythonhosted.org/packages/a4/f3/75fc204cea32323b3759063e59268dafd92c37cb06aaac60fa33f61cfc51/python-geosupport-1.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-01 23:07:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ishiland",
    "github_project": "python-geosupport",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "appveyor": true,
    "lcname": "python-geosupport"
}
        
Elapsed time: 0.17355s