wmgeolab / pyGeoBoundaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pip install pygeoboundaries

Usage

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

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

About

License:Other


Languages

Language:Python 100.0%