Metadata-Version: 2.4
Name: geokitx
Version: 0.0.1
Summary: GeoKitX is a lightweight Python geospatial toolkit that provides a clean and intuitive interface for working with raster and vector data. Built on top of powerful geospatial engines like GDAL and OGR, GeoKitX simplifies common geospatial workflows while preserving the performance and flexibility of the underlying libraries.
Author-email: Aman Ranjan <er.amanranjan@gmail.com>
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: gdal==3.11

# GeoKitX

GeoKitX is a lightweight Python geospatial toolkit that provides a clean and intuitive interface for working with vector data.
Built on top of powerful geospatial engines like GDAL and OGR, GeoKitX simplifies common geospatial workflows while preserving the performance and flexibility of the underlying libraries.

The goal of GeoKitX is to eliminate the complexity typically associated with GDAL-based operations by offering a Pythonic, developer-friendly API for tasks such as:

- Reading and writing geospatial datasets
- Vector data manipulation
- Coordinate reference system handling
- Spatial analysis utilities

GeoKitX is designed for data engineers, geospatial developers, and researchers who want to leverage the power of GDAL without dealing with its low-level interfaces.
