python-geosupport


Namepython-geosupport JSON
Version 1.0.10 PyPI version JSON
download
home_pagehttps://github.com/ishiland/python-geosupport
SummaryPython bindings for NYC Geosupport Desktop Edition
upload_time2024-09-03 20:06:08
maintainerNone
docs_urlNone
authorIan Shiland, Jeremy Neiman
requires_pythonNone
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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "NYC, geocoder, python-geosupport, geosupport",
    "author": "Ian Shiland, Jeremy Neiman",
    "author_email": "ishiland@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/18/b7/77bc8a8ae12311b3a05780668a6206f74c27fb17048bb181ad740db27dda/python_geosupport-1.0.10.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.10",
    "project_urls": {
        "Homepage": "https://github.com/ishiland/python-geosupport"
    },
    "split_keywords": [
        "nyc",
        " geocoder",
        " python-geosupport",
        " geosupport"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18b777bc8a8ae12311b3a05780668a6206f74c27fb17048bb181ad740db27dda",
                "md5": "479ef523e13a4e4b91ea94593a8c6d0c",
                "sha256": "a4da51c5b9465dc950d9595f04fc277cdca2da6889013f7ec67371b7efc52750"
            },
            "downloads": -1,
            "filename": "python_geosupport-1.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "479ef523e13a4e4b91ea94593a8c6d0c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31675,
            "upload_time": "2024-09-03T20:06:08",
            "upload_time_iso_8601": "2024-09-03T20:06:08.012334Z",
            "url": "https://files.pythonhosted.org/packages/18/b7/77bc8a8ae12311b3a05780668a6206f74c27fb17048bb181ad740db27dda/python_geosupport-1.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-03 20:06:08",
    "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.36808s