{ "info": { "author": "Peter Andorfer, Matthias Schl\u00f6gl", "author_email": "matthias.schloegl@oeaw.ac.at, peter.andorfer@oeaw.ac.at", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Readme\n======\n\n.. image:: https://badge.fury.io/py/acdh-histogis.svg\n :target: https://badge.fury.io/py/acdh-histogis\n\nacdh-histogis is a python package providing a high level api to interact with [HistoGIS](https://histogis.acdh.oeaw.ac.at/)\n\n\nInstallation\n------------\n\n pip install acdh-histogis\n\n\nUse:\n------------\n\n.. code-block:: python\n\n from histogis.histogis import HistoGis as hg\n\n # by geonames (id or URL)\n\n hg().query_by_service_id(id=\"https://www.geonames.org/2772400/\", when='1860-12-12', polygon=False)\n\n # by wikidata (id or URL)\n\n hg().query_by_service_id(id=\"https://www.wikidata.org/wiki/Q41329\", when='1860-12-12', polygon=False)\n\n # by GND (id or URL)\n\n hg().query_by_service_id(service=\"gnd\", id=\"4074255-6\", when='1860-12-12', polygon=False)\n\n # returns:\n\n {\n 'id': 8118,\n 'wikidata_id': '',\n 'name': 'Linz (Stadt)',\n 'alt_name': '',\n 'source': 'https://histogis.acdh.oeaw.ac.at/api/source/93/?format=json',\n 'source_name': 'Cisleithania Districts 1880',\n 'administrative_unit': 'https://histogis.acdh.oeaw.ac.at/api/skosconcepts/135/?format=json',\n 'adm_name': 'Statutarstadt',\n 'start_date': '1850-01-01',\n 'end_date': '1918-10-31',\n ...\n }\n\n\n\nLicensing\n---------\n\nAll code unless otherwise noted is licensed under the terms of the MIT License (MIT). Please refer to the file LICENSE in the root directory of this repository.\n\n\n\n\nHistory\n-------\n\n0.0.4 (2019-04-02)\n++++++++++++++++++\n\n* dump data methods added\n\n0.0.3 (2019-03-26)\n++++++++++++++++++\n\n* code refactoring\n* new methods\n* query_by_service_id to fetch data by geonames, gnd and wikidata ID/URL\n\n0.0.2 (2019-03-11)\n++++++++++++++++++\n\n* `fetch_geonames_rdf` and `query_by_geonames_id` methods added\n\n0.0.1 (2019-03-11)\n++++++++++++++++++\n\n* First version\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/acdh-oeaw/acdh-histogis", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "acdh-histogis", "package_url": "https://pypi.org/project/acdh-histogis/", "platform": "", "project_url": "https://pypi.org/project/acdh-histogis/", "project_urls": { "Homepage": "https://github.com/acdh-oeaw/acdh-histogis" }, "release_url": "https://pypi.org/project/acdh-histogis/0.0.4/", "requires_dist": [ "requests (>=2.20.1)", "lxml (>=4.3.2)" ], "requires_python": "", "summary": "High level api to interact with [HistoGIS](https://histogis.acdh.oeaw.ac.at/)", "version": "0.0.4" }, "last_serial": 5049031, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "170a1ec4f19265208fe401c4d615d3a7", "sha256": "2b28b18f0029f91346d07f8def90e93c5c7233cf972d991669db1b12a67edbc9" }, "downloads": -1, "filename": "acdh_histogis-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "170a1ec4f19265208fe401c4d615d3a7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3628, "upload_time": "2019-03-10T15:25:24", "url": "https://files.pythonhosted.org/packages/40/fa/0470bd399e55c4ad3cdc5a5ce60893eb5824e6fa23edb2d6a0280a9174df/acdh_histogis-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "48f18d6a3ba7d0e5c40165875b70c423", "sha256": "b9688c7e3484564d565a91eb2a355da1ad027fafbf2c24037577aa20e1117cc4" }, "downloads": -1, "filename": "acdh-histogis-0.0.1.tar.gz", "has_sig": false, "md5_digest": "48f18d6a3ba7d0e5c40165875b70c423", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2863, "upload_time": "2019-03-10T15:25:26", "url": "https://files.pythonhosted.org/packages/05/47/6cb4284f70aa58a8fa4126939f0912b21e8ceab9f045f916091ef3409587/acdh-histogis-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "d82c78337781aab3d2c3064a4eccd3f8", "sha256": "a85e657a8db84166ef6582d2ae9f0f70626cc193c2bd459d51b629fdc4b0ff2f" }, "downloads": -1, "filename": "acdh_histogis-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "d82c78337781aab3d2c3064a4eccd3f8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4426, "upload_time": "2019-03-23T16:37:42", "url": "https://files.pythonhosted.org/packages/41/66/a3bf353a91a8bf50cd5fc343ac957cb396dcba509fdf68436c77c06fafe1/acdh_histogis-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a6809caf2fe33612870e978da8397140", "sha256": "7607b56f1df74f66f2935df7b9157d5dfa92011c4e71f632c04470aa5bbce039" }, "downloads": -1, "filename": "acdh-histogis-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a6809caf2fe33612870e978da8397140", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3619, "upload_time": "2019-03-23T16:37:44", "url": "https://files.pythonhosted.org/packages/4d/9b/980790600efe31b5ee9e969388a2e850dcc76ad29ae14c077528336fb281/acdh-histogis-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "77c8431b10129cacee4152dea453445d", "sha256": "5740672030793f67b39c9e66bffa06924c70d908d4b843d9feb1706c39758fe0" }, "downloads": -1, "filename": "acdh_histogis-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "77c8431b10129cacee4152dea453445d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5103, "upload_time": "2019-03-26T22:00:29", "url": "https://files.pythonhosted.org/packages/21/23/cf47e04bd2da1fa294e0c4f216da2ac305d664675fee02a76879b7cdea5c/acdh_histogis-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0548be6ea7da98028c028ba2fe83664b", "sha256": "b56a0e8bd81b640342c67aa94b907d9a4f61017a7355932fd83966e0671fb73a" }, "downloads": -1, "filename": "acdh-histogis-0.0.3.tar.gz", "has_sig": false, "md5_digest": "0548be6ea7da98028c028ba2fe83664b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4293, "upload_time": "2019-03-26T22:00:32", "url": "https://files.pythonhosted.org/packages/a2/08/336ff1698990d0d23996f7f5e8126b37d08a668a6bf221e6a77aeeeb3b15/acdh-histogis-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "50e6ef72871bdfdd58df9817f813374a", "sha256": "9e503238a4410e0b05e4adcb3de12dac516510fc3ed8fd9a95b4f4aad3b1a151" }, "downloads": -1, "filename": "acdh_histogis-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "50e6ef72871bdfdd58df9817f813374a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5800, "upload_time": "2019-04-02T10:35:18", "url": "https://files.pythonhosted.org/packages/26/60/696990a04a72e8021ca9bc265c0651c5641c2da504594c56d27cdede78f7/acdh_histogis-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "379d36f7f4812c3e2adc02282d8c227e", "sha256": "379fe5fd0ceab192a644d7b66ae8180c2faeaf98377fd27bd51300d6a920f9ae" }, "downloads": -1, "filename": "acdh-histogis-0.0.4.tar.gz", "has_sig": false, "md5_digest": "379d36f7f4812c3e2adc02282d8c227e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5067, "upload_time": "2019-04-02T10:35:21", "url": "https://files.pythonhosted.org/packages/40/ee/117ac0f2e52b58f4cd94d47e3293fc85193d8985f6b5c8bc737ec8dab740/acdh-histogis-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "50e6ef72871bdfdd58df9817f813374a", "sha256": "9e503238a4410e0b05e4adcb3de12dac516510fc3ed8fd9a95b4f4aad3b1a151" }, "downloads": -1, "filename": "acdh_histogis-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "50e6ef72871bdfdd58df9817f813374a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5800, "upload_time": "2019-04-02T10:35:18", "url": "https://files.pythonhosted.org/packages/26/60/696990a04a72e8021ca9bc265c0651c5641c2da504594c56d27cdede78f7/acdh_histogis-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "379d36f7f4812c3e2adc02282d8c227e", "sha256": "379fe5fd0ceab192a644d7b66ae8180c2faeaf98377fd27bd51300d6a920f9ae" }, "downloads": -1, "filename": "acdh-histogis-0.0.4.tar.gz", "has_sig": false, "md5_digest": "379d36f7f4812c3e2adc02282d8c227e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5067, "upload_time": "2019-04-02T10:35:21", "url": "https://files.pythonhosted.org/packages/40/ee/117ac0f2e52b58f4cd94d47e3293fc85193d8985f6b5c8bc737ec8dab740/acdh-histogis-0.0.4.tar.gz" } ] }