pygeoboundaries


Namepygeoboundaries JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/wmgeolab/pyGeoBoundaries
SummaryFor performing data checks and file validation on geoboundary files. The primary purpose of this package is to facilitate the review process for pull requests made to the geoBoundaries repository.
upload_time2024-01-22 17:51:04
maintainer
docs_urlNone
authorrohith4444
requires_python>=3.9,<4.0
licenseMIT
keywords pygeoboundaries geoboundaries wmgeolab metacheck
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyGeoBoundaries

+ pyGeoBoundaries is a Python package designed for performing data checks and file validation on geoboundary files. The primary purpose of this package is to facilitate the review process for pull requests made to the geoBoundaries repository.

### Methods
+ Collection of checks
    - nameCheck
    - isoCheck
    - boundaryCheck
    - projectionCheck
    - metaCheck
    - checkLicensePng
    - allCheck


### Getting Started

You can find the package on PyPI, making it easily installable using pip.

#### Installation
```bash
pip install pygeoboundaries
```

### Usage

Utilize the provided methods for performing various checks on your geoboundary files.

```bash
from pygeoboundaries import nameCheck
nameCheck("path to your file", "temporay path to extract zip file which is optional")
```

### Contribution

Contributions to the project are welcomed. If you notice any bugs or have suggestions for improvements, feel free to let us know. Thank you for your contributions!

### Author

+ Dan Miller Runfola
+ Rohith Reddy Mandala
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wmgeolab/pyGeoBoundaries",
    "name": "pygeoboundaries",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "pygeoboundaries,geoboundaries,wmgeolab,metaCheck",
    "author": "rohith4444",
    "author_email": "rohithreddy24242@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5f/b5/2ffbd946ac1a9a0781df5f4712096f63327143970369cfae4172dc1967db/pygeoboundaries-0.0.2.tar.gz",
    "platform": null,
    "description": "# pyGeoBoundaries\n\n+ pyGeoBoundaries is a Python package designed for performing data checks and file validation on geoboundary files. The primary purpose of this package is to facilitate the review process for pull requests made to the geoBoundaries repository.\n\n### Methods\n+ Collection of checks\n    - nameCheck\n    - isoCheck\n    - boundaryCheck\n    - projectionCheck\n    - metaCheck\n    - checkLicensePng\n    - allCheck\n\n\n### Getting Started\n\nYou can find the package on PyPI, making it easily installable using pip.\n\n#### Installation\n```bash\npip install pygeoboundaries\n```\n\n### Usage\n\nUtilize the provided methods for performing various checks on your geoboundary files.\n\n```bash\nfrom pygeoboundaries import nameCheck\nnameCheck(\"path to your file\", \"temporay path to extract zip file which is optional\")\n```\n\n### Contribution\n\nContributions to the project are welcomed. If you notice any bugs or have suggestions for improvements, feel free to let us know. Thank you for your contributions!\n\n### Author\n\n+ Dan Miller Runfola\n+ Rohith Reddy Mandala",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "For performing data checks and file validation on geoboundary files. The primary purpose of this package is to facilitate the review process for pull requests made to the geoBoundaries repository.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/wmgeolab/pyGeoBoundaries",
        "Repository": "https://github.com/wmgeolab/pyGeoBoundaries"
    },
    "split_keywords": [
        "pygeoboundaries",
        "geoboundaries",
        "wmgeolab",
        "metacheck"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fba75260b4519a304b73662f1d0ca8139b6f325d3830ab271fd87ff3c67aa025",
                "md5": "cc732fb81c447d8a2b66a51743425b3d",
                "sha256": "8fa9fe16ea29bbc5b2ced05b5e2baa6f502775ebfe123b1aabed1e8e1723358c"
            },
            "downloads": -1,
            "filename": "pygeoboundaries-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cc732fb81c447d8a2b66a51743425b3d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 6435,
            "upload_time": "2024-01-22T17:51:02",
            "upload_time_iso_8601": "2024-01-22T17:51:02.772930Z",
            "url": "https://files.pythonhosted.org/packages/fb/a7/5260b4519a304b73662f1d0ca8139b6f325d3830ab271fd87ff3c67aa025/pygeoboundaries-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fb52ffbd946ac1a9a0781df5f4712096f63327143970369cfae4172dc1967db",
                "md5": "f66c8c3f12013e85d0879da46daaf748",
                "sha256": "1ac9b1742ccfce974057697cca907cac705eb559b1a6df0647b077989f58b216"
            },
            "downloads": -1,
            "filename": "pygeoboundaries-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f66c8c3f12013e85d0879da46daaf748",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 5882,
            "upload_time": "2024-01-22T17:51:04",
            "upload_time_iso_8601": "2024-01-22T17:51:04.397268Z",
            "url": "https://files.pythonhosted.org/packages/5f/b5/2ffbd946ac1a9a0781df5f4712096f63327143970369cfae4172dc1967db/pygeoboundaries-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-22 17:51:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wmgeolab",
    "github_project": "pyGeoBoundaries",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pygeoboundaries"
}
        
Elapsed time: 0.16357s