Skip to main content

High level api to interact with [HistoGIS](https://histogis.acdh.oeaw.ac.at/)

Project description

https://badge.fury.io/py/acdh-histogis.svg

acdh-histogis is a python package providing a high level api to interact with [HistoGIS](https://histogis.acdh.oeaw.ac.at/)

Installation

pip install acdh-histogis

Use:

from histogis.histogis import HistoGis as hg

hg().query(
    lat=48.2894, lng=14.304, when='1860-12-12', polygon=False
)

hg().query_by_geonames_id(
    gnd='https://www.geonames.org/2772400/',
    when='1860-12-12',
    polygon=False,
)

Licensing

All 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.

History

0.0.2 (2019-03-11)

  • fetch_gnd_rdf and query_by_geonames_id methods added

0.0.1 (2019-03-11)

  • First version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

acdh-histogis-0.0.2.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

acdh_histogis-0.0.2-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page