Metadata-Version: 2.1
Name: geosrw
Version: 0.0.1
Summary: A python package that provides a set of tools for working with spatial data using the GEOS library. The package is designed to simplify the process of reading, writing, and transforming spatial data, such as vector and raster data.
Home-page: https://github.com/jeff-250/geosrw
Author: Joseph Ndayizeye
Author-email: josephndayizeye250@gmail.com
License: MIT license
Keywords: geosrw
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# geosrw


[![image](https://img.shields.io/pypi/v/geosrw.svg)](https://pypi.python.org/pypi/geosrw)
[![image](https://img.shields.io/conda/vn/conda-forge/geosrw.svg)](https://anaconda.org/conda-forge/geosrw)


**A python package that provides a set of tools for working with spatial data using the GEOS library. The package is designed to simplify the process of reading, writing, and transforming spatial data, such as vector and raster data.**


-   Free software: MIT license
-   Documentation: https://jeff-250.github.io/geosrw
    

## Features

-   TODO

## Credits

This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.
