cldfgeojson


Namecldfgeojson JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/cldf/cldfgeojson
SummaryFunctionality to access and curate GeoJSON in CLDF datasets
upload_time2024-04-26 09:07:29
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/80/1f/defc1342e8aac0645904aede1301f1ba876a5b0f9ce6ab1ae71f167d608e/cldfgeojson-0.2.0.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.0",
    "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": "c5383e793539447065c59f14d02b904cd7199917364ec23a243ddb4285d786d3",
                "md5": "811975538eaa2d144fbb223fcda3dceb",
                "sha256": "9283b97235e04fb7b2e926ce9709ebc0fbb3fa945a7fc320f5e5c4a29e00fa72"
            },
            "downloads": -1,
            "filename": "cldfgeojson-0.2.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "811975538eaa2d144fbb223fcda3dceb",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 9182,
            "upload_time": "2024-04-26T09:07:27",
            "upload_time_iso_8601": "2024-04-26T09:07:27.431776Z",
            "url": "https://files.pythonhosted.org/packages/c5/38/3e793539447065c59f14d02b904cd7199917364ec23a243ddb4285d786d3/cldfgeojson-0.2.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "801fdefc1342e8aac0645904aede1301f1ba876a5b0f9ce6ab1ae71f167d608e",
                "md5": "a30911c290243783f61594ffb5263b7b",
                "sha256": "8ae89c7728eabcefdb1f8769d3716a967c3a2563b0620e1a602c60eb615ee8f2"
            },
            "downloads": -1,
            "filename": "cldfgeojson-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a30911c290243783f61594ffb5263b7b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9923,
            "upload_time": "2024-04-26T09:07:29",
            "upload_time_iso_8601": "2024-04-26T09:07:29.343463Z",
            "url": "https://files.pythonhosted.org/packages/80/1f/defc1342e8aac0645904aede1301f1ba876a5b0f9ce6ab1ae71f167d608e/cldfgeojson-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 09:07:29",
    "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.27307s