cldfgeojson


Namecldfgeojson JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/cldf/cldfgeojson
SummaryFunctionality to access and curate GeoJSON in CLDF datasets
upload_time2024-05-17 09:23:01
maintainerNone
docs_urlNone
authorRobert Forkel
requires_python>=3.8
licenseApache 2.0
keywords linguistics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cldfgeojson

[![Build Status](https://github.com/cldf/cldfgeojson/workflows/tests/badge.svg)](https://github.com/cldf/cldfgeojson/actions?query=workflow%3Atests)
[![PyPI](https://img.shields.io/pypi/v/cldfgeojson.svg)](https://pypi.org/project/cldfgeojson)

`cldfgeojson` provides tools to work with geographic data structures encoded as [GeoJSON](https://geojson.org)
in the context of [CLDF](https://cldf.clld.org) datasets.


## Install

```shell
pip install cldfgeojson
```


## Adding speaker areas to CLDF datasets

The functionality in [`cldfgeojson.create`](src/cldfgeojson/create.py) helps adding speaker area
information when creating CLDF datasets (e.g. with [`cldfbench`](https://github.com/cldf/cldfbench)).



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cldf/cldfgeojson",
    "name": "cldfgeojson",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "linguistics",
    "author": "Robert Forkel",
    "author_email": "dlce.rdm@eva.mpg.de",
    "download_url": "https://files.pythonhosted.org/packages/e8/05/2cf3c7db4b4d48260e7a9f024cc008572e7fac1858c6867f84557e404191/cldfgeojson-0.2.1.tar.gz",
    "platform": "any",
    "description": "# cldfgeojson\n\n[![Build Status](https://github.com/cldf/cldfgeojson/workflows/tests/badge.svg)](https://github.com/cldf/cldfgeojson/actions?query=workflow%3Atests)\n[![PyPI](https://img.shields.io/pypi/v/cldfgeojson.svg)](https://pypi.org/project/cldfgeojson)\n\n`cldfgeojson` provides tools to work with geographic data structures encoded as [GeoJSON](https://geojson.org)\nin the context of [CLDF](https://cldf.clld.org) datasets.\n\n\n## Install\n\n```shell\npip install cldfgeojson\n```\n\n\n## Adding speaker areas to CLDF datasets\n\nThe functionality in [`cldfgeojson.create`](src/cldfgeojson/create.py) helps adding speaker area\ninformation when creating CLDF datasets (e.g. with [`cldfbench`](https://github.com/cldf/cldfbench)).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Functionality to access and curate GeoJSON in CLDF datasets",
    "version": "0.2.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/cldf/cldfgeojson/issues",
        "Homepage": "https://github.com/cldf/cldfgeojson"
    },
    "split_keywords": [
        "linguistics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2819060027590c545ab5ed130dc627e5c2c320fc1620664582bb4015a4557a1f",
                "md5": "08dac674d34e5c4ac17467f1a459199c",
                "sha256": "ff67d7cee813fd74727790efa536804fa125d71b79596713d58a517f047d6296"
            },
            "downloads": -1,
            "filename": "cldfgeojson-0.2.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "08dac674d34e5c4ac17467f1a459199c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 9223,
            "upload_time": "2024-05-17T09:22:59",
            "upload_time_iso_8601": "2024-05-17T09:22:59.818759Z",
            "url": "https://files.pythonhosted.org/packages/28/19/060027590c545ab5ed130dc627e5c2c320fc1620664582bb4015a4557a1f/cldfgeojson-0.2.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8052cf3c7db4b4d48260e7a9f024cc008572e7fac1858c6867f84557e404191",
                "md5": "8ee0a315fdc967c4fda366380229fa9c",
                "sha256": "8d359f3c3c5314faa452665083acf12736792fb373a2c3e1abf84adacb49556d"
            },
            "downloads": -1,
            "filename": "cldfgeojson-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8ee0a315fdc967c4fda366380229fa9c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9980,
            "upload_time": "2024-05-17T09:23:01",
            "upload_time_iso_8601": "2024-05-17T09:23:01.243557Z",
            "url": "https://files.pythonhosted.org/packages/e8/05/2cf3c7db4b4d48260e7a9f024cc008572e7fac1858c6867f84557e404191/cldfgeojson-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-17 09:23:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cldf",
    "github_project": "cldfgeojson",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "cldfgeojson"
}
        
Elapsed time: 0.26102s