# geoql

Library for performing queries and transformations on GeoJSON data (with emphasis on support for abstract graph representations).

Package Installation and Usage
------------------------------

The package is available on PyPI:

    python -m pip install geoql

The library can be imported in the usual way:

    import geoql
