{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: GIS" ], "description": "# tobler: a library for areal interpolation in Python\n\n[![Build Status](https://travis-ci.com/pysal/tobler.svg?branch=master)](https://travis-ci.org/pysal/tobler)\n[![Coverage Status](https://coveralls.io/repos/github/pysal/tobler/badge.svg?branch=master)](https://coveralls.io/github/pysal/tobler?branch=master&service=github&kill_cache=1)\n\n**Easily perform area interpolation for different set of set of polygons:**\n\n![](figs/toy_census_tracts_example.png)\n\n**Perform enhanced interpolation using raster image files from satellites:**\n\n![](figs/raster_lattice_example.png)\n\n## Functionalities\n\nIn `tobler` you can execute:\n\n* areal interpolation for intensive and extensive variables\n\t+ overlay\n\t+ binning\n\t\n* use raster files to improve interpolation of variables'\n + areal interpolation assuming only specific land types\n + [regression using vectorized version](https://github.com/spatialucr/tobler/blob/master/examples/vectorized_raster_example.ipynb)\n + regression leveraged by scanlines to perform interpolation\n\n* [harmonize different set of unmatching polygons with different methods](https://github.com/spatialucr/tobler/blob/master/examples/harmonizing_community_example.ipynb)\n\n## Installation\n\n```bash\n$ conda env create -f environment.yml\n$ conda activate tobler \n$ python setup.py develop\n```\n\n## Roadmap\n\n* TODO r-tree or binning for indexing and table generation\n* TODO allow for weights parameter\n* TODO hybrid harmonization\n* TODO union harmonization\n* TODO nlcd auxiliary regressions", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pysal/tobler", "keywords": "spatial statistics,interpolation", "license": "3-Clause BSD", "maintainer": "Serge Rey", "maintainer_email": "sjsrey@gmail.com", "name": "tobler", "package_url": "https://pypi.org/project/tobler/", "platform": "", "project_url": "https://pypi.org/project/tobler/", "project_urls": { "Homepage": "https://github.com/pysal/tobler" }, "release_url": "https://pypi.org/project/tobler/0.1.0/", "requires_dist": null, "requires_python": ">3.5", "summary": "TOBLER: Areal Interpolation", "version": "0.1.0" }, "last_serial": 5783956, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c55157c8fe4b6252c28efc0ab5b1a364", "sha256": "ac8f632124d669313d0df815cce521508f1355120456742a381119196b96c7ed" }, "downloads": -1, "filename": "tobler-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c55157c8fe4b6252c28efc0ab5b1a364", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 13924, "upload_time": "2019-09-04T23:33:49", "url": "https://files.pythonhosted.org/packages/9a/fc/82b33ee3d5e9c321ce4aaf16410c2bb904f2bb00053344e0661575bb2904/tobler-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c55157c8fe4b6252c28efc0ab5b1a364", "sha256": "ac8f632124d669313d0df815cce521508f1355120456742a381119196b96c7ed" }, "downloads": -1, "filename": "tobler-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c55157c8fe4b6252c28efc0ab5b1a364", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 13924, "upload_time": "2019-09-04T23:33:49", "url": "https://files.pythonhosted.org/packages/9a/fc/82b33ee3d5e9c321ce4aaf16410c2bb904f2bb00053344e0661575bb2904/tobler-0.1.0.tar.gz" } ] }