
Security News
Researcher Exposes Zero-Day Clickjacking Vulnerabilities in Major Password Managers
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
.. image:: https://badge.fury.io/py/acdh-histogis.svg :target: https://badge.fury.io/py/acdh-histogis
acdh-histogis is a python package providing a high level api to interact with HistoGIS
pip install acdh-histogis
.. code-block:: python
from histogis.histogis import HistoGis as hg
# by geonames (id or URL)
hg().query_by_service_id(id="https://www.geonames.org/2772400/", when='1860-12-12', polygon=False)
# by wikidata (id or URL)
hg().query_by_service_id(id="https://www.wikidata.org/wiki/Q41329", when='1860-12-12', polygon=False)
# by GND (id or URL)
hg().query_by_service_id(service="gnd", id="4074255-6", when='1860-12-12', polygon=False)
# returns:
{
'id': 8118,
'wikidata_id': '',
'name': 'Linz (Stadt)',
'alt_name': '',
'source': 'https://histogis.acdh.oeaw.ac.at/api/source/93/?format=json',
'source_name': 'Cisleithania Districts 1880',
'administrative_unit': 'https://histogis.acdh.oeaw.ac.at/api/skosconcepts/135/?format=json',
'adm_name': 'Statutarstadt',
'start_date': '1850-01-01',
'end_date': '1918-10-31',
...
}
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.
0.0.5 (2020-03-25) ++++++++++++++++++
0.0.4 (2019-04-02) ++++++++++++++++++
0.0.3 (2019-03-26) ++++++++++++++++++
0.0.2 (2019-03-11) ++++++++++++++++++
fetch_geonames_rdf
and query_by_geonames_id
methods added0.0.1 (2019-03-11) ++++++++++++++++++
FAQs
High level api to interact with [HistoGIS](https://histogis.acdh.oeaw.ac.at/)
We found that acdh-histogis demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.